After a fresh install of Ubuntu, I always install the same old applications and apply the same old settings. Maybe this post will bring a lot of helpful terminal commands to your finger tips. :D
I'll list these one-by-one, but at the bottom of the initial post you should be able to find a single (long) line to copy and paste that will complete all of the listed tasks for you. ;)
- Opera Web Browser
sudo sh -c "deb http://deb.opera.com/opera/ stable non-free > /etc/apt/sources.list.d/opera.list"
wget -O - http://deb.opera.com/archive.key | sudo apt-key add -
sudo apt-get update && sudo apt-get install opera - Chromium Web Browser
sudo apt-get install chromium-browser - CompizConfig Settings Manager
sudo apt-get install compizconfig-settings-manager - EasyTAG
sudo apt-get install easytag-aac - VLC
sudo apt-get install vlc - Geany
sudo apt-get install geany - FileZilla
sudo apt-get install filezilla - RapidSVN
sudo apt-get install rapidsvn - Cheese
sudo apt-get install cheese - GIMP
sudo apt-get install gimp - Ubuntu Restricted Extras
sudo apt-get install ubuntu-restricted-extras - Enable Commercial DVD Playback
sudo wget http://www.medibuntu.org/sources.list.d/oneiric.list -O /etc/apt/sources.list.d/medibuntu.list
sudo apt-get update && sudo apt-get install medibuntu-keyring && sudo apt-get update
sudo apt-get install libdvdcss2 - Wakoopa
sudo sh -c "echo deb http://apt.wakoopa.com all main > /etc/apt/sources.list.d/wakoopa.list"
wget -O - http://apt.wakoopa.com/pubkey.txt | sudo apt-key add -
sudo apt-get update && sudo apt-get install wakoopa - Spotify
sudo sh -c "echo deb http://repository.spotify.com stable non-free > /etc/apt/sources.list.d/spotify.list"
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 4E9CFF4E
sudo apt-get update && sudo apt-get install spotify-client-qt - Dropbox
sudo sh -c "echo deb http://linux.dropbox.com/ubuntu oneiric main > /etc/apt/sources.list.d/dropbox.list"
sudo apt-key adv --keyserver pgp.mit.edu --recv-keys 5044912E
sudo apt-get update && sudo apt-get install nautilus-dropbox
--
- Install all of the above in one copy-n-paste and enter.
sudo sh -c "deb http://deb.opera.com/opera/ stable non-free > /etc/apt/sources.list.d/opera.list"; wget -O - http://deb.opera.com/archive.key | sudo apt-key add -; sudo sh -c "echo deb http://apt.wakoopa.com all main > /etc/apt/sources.list.d/wakoopa.list"; wget -O - http://apt.wakoopa.com/pubkey.txt | sudo apt-key add -; sudo wget http://www.medibuntu.org/sources.list.d/oneiric.list -O /etc/apt/sources.list.d/medibuntu.list; sudo sh -c "echo deb http://repository.spotify.com stable non-free > /etc/apt/sources.list.d/spotify.list"; sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 4E9CFF4E; sudo sh -c "echo deb http://linux.dropbox.com/ubuntu oneiric main > /etc/apt/sources.list.d/dropbox.list"; sudo apt-key adv --keyserver pgp.mit.edu --recv-keys 5044912E; sudo apt-get update && sudo apt-get install -y --force-yes medibuntu-keyring && sudo apt-get update; sudo apt-get install -y --force-yes opera chromium-browser compizconfig-settings-manager easytag-aac vlc geany filezilla rapidsvn cheese gimp ubuntu-restricted-extras libdvdcss2 wakoopa spotify-client-qt nautilus-dropbox
--
- To update your system and install all of the above:
sudo apt-get update; sudo apt-get upgrade -y --force-yes; sudo sh -c "deb http://deb.opera.com/opera/ stable non-free > /etc/apt/sources.list.d/opera.list"; wget -O - http://deb.opera.com/archive.key | sudo apt-key add -; sudo sh -c "echo deb http://apt.wakoopa.com all main > /etc/apt/sources.list.d/wakoopa.list"; wget -O - http://apt.wakoopa.com/pubkey.txt | sudo apt-key add -; sudo wget http://www.medibuntu.org/sources.list.d/oneiric.list -O /etc/apt/sources.list.d/medibuntu.list; sudo sh -c "echo deb http://repository.spotify.com stable non-free > /etc/apt/sources.list.d/spotify.list"; sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 4E9CFF4E; sudo sh -c "echo deb http://linux.dropbox.com/ubuntu oneiric main > /etc/apt/sources.list.d/dropbox.list"; sudo apt-key adv --keyserver pgp.mit.edu --recv-keys 5044912E; sudo apt-get update && sudo apt-get install -y --force-yes medibuntu-keyring && sudo apt-get update; sudo apt-get install -y --force-yes opera chromium-browser compizconfig-settings-manager easytag-aac vlc geany filezilla rapidsvn cheese gimp ubuntu-restricted-extras libdvdcss2 wakoopa spotify-client-qt nautilus-dropbox; sudo apt-get autoremove; sudo apt-get clean;
--
Todo:
Ambiance With Dark Nautilus 3 Sidebar
http://www.webupd8.org/2011/11/download-ambiance-with-dark-nautilus-3.html
Google Music Frame
http://www.webupd8.org/2011/08/google-music-frame-gets-lastfm.html