http://www.webupd8.org/2012/04/things-to-tweak-after-installing-ubuntu.html
sudo add-apt-repository ppa:indicator-multiload/stable-daily
sudo apt-get update
sudo apt-get install indicator-multiload
http://www.noobslab.com/2013/10/tweaksthings-to-do-after-install-of.html
sudo apt-get install unity-tweak-tool gnome-tweak-tool
sudo apt-get install synaptic
sudo apt-get install compizconfig-settings-manager compiz-plugins-extra
To remove white dots, enter following commands in Terminal:
sudo xhost +SI:localuser:lightdm
sudo su lightdm -s /bin/bash
gsettings set com.canonical.unity-greeter draw-grid false
To remove guest account open Terminal and enter following command:
echo allow-guest=false | sudo tee -a /etc/lightdm/lightdm.conf.d/50-unity-greeter.conf
To remove Remote login open Terminal and enter following command:
echo greeter-show-remote-login=false | sudo tee -a /etc/lightdm/lightdm.conf.d/50-unity-greeter.conf
Enter following command in terminal to disable overlay scrollbar:
gsettings set com.canonical.desktop.interface scrollbar-mode normal
If you want to get back overlay bar, enter following command:
gsettings reset com.canonical.desktop.interface scrollbar-mode
Enter following commands to disable crash reports:
sudo gedit /etc/default/apport
Now text file will open, In the last line you will see “enabled=1” change it to “enabled=0“. Save and close file.
Now enter following command in terminal to stop apport service:
sudo service apport stop
Enter following command to move buttons to right:
gsettings set org.gnome.desktop.wm.preferences button-layout ‘:minimize,maximize,close’
sudo apt-get install qbittorrent
Enter following commands to install plugins for Rhythmbox
sudo add-apt-repository ppa:fossfreedom/rhythmbox-plugins
sudo apt-get update
sudo apt-get install rhythmbox-plugin-complete
There are some Restricted extras in Ubuntu which can’t be install while installation of Ubuntu by default but you can install these Restricted extras by yourself. Restricted mp3 playback and decoding, support for various formats, fonts, java, flash plugin, lame, dvd playback.
sudo apt-get install ubuntu-restricted-extras
sudo apt-get install p7zip-rar p7zip-full unace unrar zip unzip sharutils rar uudeview mpack arj cabextract file-roller
sudo apt-get remove gnome-screensaver
sudo apt-get install gnome-core
To Reset Unity:
sudo apt-get install dconf-tools
dconf reset -f /org/compiz/
setsid unity
unity –reset-icons