1. Multimedia
* Audio and Video Playback
* DVD Playback
aryan@aryan-laptop:~$sudo apt-get install libdvdread4
Next type:
aryan@aryan-laptop:~$sudo apt-get install totem-gstreamer
aryan@aryan-laptop:~$sudo /usr/share/doc/libdvdread4/install-css.sh
* SMPlayer
Ubuntu 9.04 by default comes with totem as its video and media player. Personally, I prefer SMPlayer for watching my video files and movie DVDs. SMPlayer is a GUI frontend it for mplayer. To install it type:aryan@aryan-laptop:~$sudo apt-get install smplayer smplayer-themes
You will find it under Applications -> Sound & Video -> Smplayer
* VLC
Many users prefer the Video Lan Client (VLC) as their multimedia player. Simply install it by typing:aryan@aryan-laptop:~$sudo apt-get install vlc
2. Eye Candy
* Change Usplash Theme
aryan@aryan-laptop:~$sudo apt-get install startupmanager
It will be installed under System -> Administration -> StartUp-Manager
To download additional USplash themes go to www.gnome-look.org
* Compiz Fusion
Compiz Fusion allows you to use advanced desktop effects such as the rotating cube desktop.aryan@aryan-laptop:~$sudo apt-get install compiz compizconfig-settings-manager compiz-fusion-plugins-main compiz-fusion-plugins-extra fusion-icon
Run Applications -> System Tools -> Compiz Fusion Icon. A blue icon will appear to the tray. From here you can configure Compiz.
* Conky
Conky is a light-weight system monitor for X, that displays any information on your desktop.aryan@aryan-laptop:~$ sudo apt-get install conky
* Screenlets
Screenlets are small applications that are laying on your desktop. Eye candy stuff and useful in many ways. Just type:aryan@aryan-laptop:~$ sudo apt-get install screenlets
Go to Applications -> Accessories –> Screenlets choose the screenlet you want click launch/add (you can choose Auto start on login)
You can download additional screenlets from www.gnome-look.org or from screenlets.org from
3. Internet Applications
* Firewall
By default Ubuntu has ufw, a netfilter firewall, installed. If you want a Graphical Interface (GUI) install gufwaryan@aryan-laptop:~$ sudo apt-get install gufw
* Google Earth
aryan@aryan-laptop:~$sudo apt-get install googleearth-package
aryan@aryan-laptop:~$make-googleearth-package --force
aryan@aryan-laptop:~$sudo dpkg -i googleearth*.deb
Afterwards you will find Google Earth under Applications -> Internet -> Google Earth
If you want to uninstall Google Earth open a terminal and type:
aryan@aryan-laptop:~$sudo dpkg --purge googleearth
This will remove all configuration files of Google Earth as well.
* Skype
Skype is the popular VOIP and video conferencing program. Open a terminal and type:aryan@aryan-laptop:~$wget -O skype-install.deb http://www.skype.com/go/getskype-linux-ubuntu
aryan@aryan-laptop:~$sudo dpkg -i --force-architecture skype-install.deb
You will find it under Applications -> Internet -> Skype.
If you have a 64-bit sytem you must install some extra packages before. Type:
aryan@aryan-laptop:~$ sudo apt-get install ia32-libs lib32asound2 libqt4-core libqt4-gui
* XChat - IRC Client
XChat is a popular client for connecting to the Internet Relay Chat network. Open a terminal and type:aryan@aryan-laptop:~$ sudo apt-get install xchat
You will find it under Applications -> Internet -> XChat IRC.
4. System Applications
* Gnome Do
aryan@aryan-laptop:~$ sudo apt-get install gnome-do
You might also want to enable Docky which is a frontend for Gnome Do. To do so go to Preferences -> Appearance and select Docky as the theme.
5. Java
* Sun Java Runtime Environment (JRE) and Firefox Java Plugin
Close Firefox if it's running, open a terminal and type:aryan@aryan-laptop:~$ sudo apt-get install sun-java6-jre sun-java6-plugin
* Sun Java Development Kit (JDK)
If you want to build applications, applets, and components using the Java programming language you need to install JDK.aryan@aryan-laptop:~$ sudo apt-get install sun-java6-jdk
If there are other things you would like to see in this guide just drop me a comment here. Enjoy!
