Ubuntu ----- Mirrors System Settings Software & Updates Ubuntu Software Download form: mirror.vutbr.cz or sudo nano /etc/apt/sources.list http://mirror.vutbr.cz/ubuntu/archive/ ----- sudo apt update && sudo apt upgrade -y ----- Appearance Brightness & Lock Language Support Text Entry Details Default Applications Web: Google Chrome ----- http://ubuntuhandbook.org/index.php/2016/05/time-differences-ubuntu-1604-windows-10/ https://www.howtogeek.com/323390/how-to-fix-windows-and-linux-showing-different-times-when-dual-booting/ timedatectl set-local-rtc 1 --adjust-system-clock timedatectl ----- Wallpapers sudo apt install ubuntu-wallpapers* sudo apt install ubuntu-wallpapers-xenial ----- Google Chrome wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb sudo dpkg -i google-chrome-stable_current_amd64.deb Unlock Login Keyring ~/.local/share/applications/google-chrome.desktop Exec=/opt/google/chrome/chrome --password-store=basic %U ----- Automount NTFS Partition https://askubuntu.com/questions/46588/how-to-automount-ntfs-partitions mkdir /media/win /etc/fstab #Windows-Partition UUID= /media/win ntfs rw,auto,users,exec,nls=utf8,umask=003,gid=46,uid=1000 0 0 sudo fdisk -l sudo blkid sudo mount -a (do not reboot if displays error) ----- ----- Clean Up your Linux System To remove the packages that failed to install completely, sudo apt-get autoclean Additionally, to remove the apt-cache, sudo apt-get clean Finally, to remove the unwanted software dependencies, sudo apt-get autoremove ----- ----- Swap https://tecadmin.net/enable-swap-on-ubuntu/ ----- ----- Ubuntu Server https://www.cyberciti.biz/faq/ubuntu-linux-install-gnome-desktop-on-server/ https://help.ubuntu.com/community/Tasksel Tasksel sudo apt install tasksel sudo tasksel