Occasionally it’s fun to waste some time shooting your friends and unfortunately Ubuntu just isn’t up to speed when it comes to gaming – so I dual boot into a stripped Vista installation. I’d like to make switching back and forth as quick as possible.
First thing I did was go and get Bootchart, “a tool [...]
Step by step:
cp /etc/apt/sources.list sources.list.bak
sudo gedit /etc/apt/sources.list
Paste the following at the bottom of the file (for 8.04 change intrepid to hardy):
deb http://linux.getdropbox.com/ubuntu intrepid main
deb-src http://linux.getdropbox.com/ubuntu intrepid main
sudo apt-get update
sudo apt-get install nautilus-dropbox
killall nautilus
For Ubuntu 8.10 Intrepid Ibex
* (cp /etc/apt/sources.list sources.list.bak ; cat sources.list.bak ; echo “deb http://linux.getdropbox.com/ubuntu intrepid main” ; echo “deb-src http://linux.getdropbox.com/ubuntu intrepid [...]