Apt-fast

sudo add-apt-repository ppa:apt-fast/stable
sudo apt-get update
sudo apt-get install apt-fast

source : modifyubuntu

Top things to do

Gnome Classic :

sudo apt-get install gnome-panel

Gnome3 :
sudo apt-get install gnome-shell

VLC :
sudo apt-get install vlc

XBMC :
sudo add-apt-repository ppa:team-xbmc 
sudo apt-get update 
sudo apt-get install xbmc

Common Codecs :
sudo apt-get install non-free-codecs libxine1-ffmpeg gxine mencoder totem-mozilla icedax tagtool easytag id3tool lame nautilus-script-audio-convert libmad0 mpg321 mpg123libjpeg-progs
sudo apt-get install libdvdcss2 && sudo /usr/share/doc/libdvdread4/./install-css.sh

OpenShot :
sudo add-apt-repository ppa:jonoomph/openshot-edge 
sudo apt-get update 
sudo apt-get install openshot openshot-doc

Archive Management Apps :
sudo apt-get install unace unrar zip unzip p7zip-full p7zip-rar sharutils rar uudeview mpack lha arj cabextract file-roller

Java7
sudo apt-get purge openjdk*
sudo add-apt-repository ppa:webupd8team/java sudo apt-get update sudo apt-get install oracle-java7-installer
sudo apt-get remove oracle-java7-installer

Compiz :
sudo apt-get install compiz compizconfig-settings-manager compiz-plugins

Source : Unixmen  
 

Medibuntu

sudo -E wget --output-document=/etc/apt/sources.list.d/medibuntu.list http://www.medibuntu.org/sources.list.d/$(lsb_release -cs).list && sudo apt-get --quiet update && sudo apt-get --yes --quiet --allow-unauthenticated install medibuntu-keyring && sudo apt-get --quiet update
 
sudo apt-get install app-install-data-medibuntu apport-hooks-medibuntu sudo apt-get install app-install-data-medibuntu apport-hooks-medibuntu 
 
source : unixmen

Ubuntu Tweak

sudo add-apt-repository ppa:tualatrix/ppa  
sudo apt-get update 
sudo apt-get install ubuntu-tweak
 
source : unixmen 

Terminal in Nautilus

sudo add-apt-repository ppa:flozz/flozz
sudo apt-get update
sudo apt-get install nautilus-terminal

nautilus -q && nautilus & exit


source : ubuntugeek

Kazam Screencaster 1.3.5


 How to install Kazam Screencaster 1.3.5
sudo add-apt-repository ppa:kazam-team/unstable-series
sudo apt-get update
sudo apt-get install kazam


Source : Noobslab