sudo gedit /etc/hostname /etc/hosts
Change the names in both the files and save. Restart immediately to reflect changes.
sudo touch /usr/share/X11/xorg.conf.d/20-intel.conf
sudo gedit /usr/share/X11/xorg.conf.d/20-intel.conf
Add the following lines to this file:
Section "Device"
Identifier "card0"
Driver "intel"
Option "Backlight" "intel_backlight"
BusID "PCI:0:2:0"
EndSection
sudo service network-manager restart
sudo mount -o ro /dev/sda2 /mnt
xdg-open .
xdg-open filename
sudo apt install gnome-panel
gnome-desktop-item-edit --create-new ~/Desktop
Add custom keyboard shortcut: gnome-system-monitor
sudo apt install xpad
sudo apt-get install zeal
sudo add-apt-repository ppa:shutter/ppa
sudo apt-get update
sudo apt-get install shutter
Canonical Partners should be enabled
sudo apt install skype
gsettings set org.compiz.unityshell:/org/compiz/profiles/unity/plugins/unityshell/ launcher-minimize-window true
gsettings set com.canonical.Unity.Launcher launcher-position Bottom
Make sure that power management is turned off
iwconfig
This should display a line with Power Management: Off. If it says On, you have to run:
sudo iwconfig wlan0 power off
echo "echo deb http://repo.vivaldi.com/stable/deb/ stable main > /etc/apt/sources.list.d/vivaldi.list" | sudo sh
curl http://repo.vivaldi.com/stable/linux_signing_key.pub | sudo apt-key add - sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 1397BC53640DB551
sudo apt-get update
sudo apt-get install vivaldi-stable
sudo add-apt-repository ppa:webupd8team/brackets
sudo apt-get update
sudo apt-get install brackets
Wait 60 mins before starting the shutdown sequence
sudo shutdown -P +60
To shutdown at 1 AM
sudo shutdown -P 1:00
To shutdown now
sudo shutdown -P now
Cancel a pending shutdown
sudo shutdown -c
sudo dpkg -i filename.deb
If dpkg reports an error due to dependency problems, you can run sudo apt-get install -f
to download the missing dependencies and configure everything.
timedatectl set-local-rtc 1
You can then check if Ubuntu uses local time, you can then use the following command:
timedatectl
Which should display: "RTC in local TZ: yes"
sudo add-apt-repository ppa:danielrichter2007/grub-customizer
sudo apt-get update
sudo apt-get install grub-customizer
nano ~/.bashrc
Add the following to the File:
alias python='/usr/bin/python3'
Save it and exit To load the alias file in the current terminal type the following, else the new alias file will load when you open a new terminal
source ~/.bashrc