Wednesday, August 22, 2012

Installing Flash player

To install the latest Flash player open a terminal and type

sudo apt-get install flashplugin-installer
 
This will install flash player no matter whether you have a 32bit or 64bit installation. Now restart Chromium or Firefox and go to YouTube to test if everything is ok!

Written by Shovik Chowdhury
                      shovik_chowdhury@live.com
                      ghostofubuntu.blogspot.com
                      facebook.com/angelshovik
                      Mob - 01768288955
                                  01839588369

Contact me if you have any problem...

Installing JAVA in Ubuntu

Ubuntu 10.04 uses OpenJDK, which mostly derives from Sun's JRE, as its default flavor of JRE. Moreover Icedtea is the default browser plugin to run Java applets. Most users should be fine with those JRE versions. If you don't have them installed simply type:

sudo apt-get install openjdk-7-jre icedtea-plugin
 
Written by Shovik Chowdhury
                  shovik_chowdhury@live.com
                  ghostofubuntu.blogspot.com
                  facebook.com/angelshovik
                  Mob - 01768288955
                             01839588369

Contact me if you have any problem... 

Media Players in Ubuntu

MPlayer/SMPlayer

Personally I prefer mplayer and smplayer (mplayer's GUI) for video playback. It supports almost any video type, external subtitles as well as DVD playback as long as you have the needed codecs installed as shown previously. To install it type: 
 
sudo apt-get install mplayer smplayer

VLC

Many users prefer the Video Lan Client (VLC) as their multimedia player. VLC supports many formats without need for additional codecs. Simply install it by typing:
 
sudo apt-get install vlc
 
Written by Shovik Chwodhury
                  shovik_chowdhury@live.com
                  ghostofubuntu.blogspot.com
                  facebook.com/angelshovik
                  mob - 01839588369
                             01768288955
 
If you have any problem contact me... 

DVD Playback in Ubuntu

DVD Playback

To play encrypted DVDs you must install libdvdcss2. However have in mind that using libdvdcss2 is illegal in some countries because of copyright issues, so continue on your own.
 
sudo apt-get install libdvdread4
sudo /usr/share/doc/libdvdread4/install-css.sh
 
 
Written by Shovik Chowdhury
                      shovik_chwodhury@live.com
                      ghostofubuntu.blogspot.com
                      facebook.com/angelshovik
                      mob - 01839588369
                                  01768288955

If you have any problem contact me...

Ubuntu Tweak Tools

Ubuntu Tweak

Ubuntu Teak is an application to make configuration of  Ubuntu easier.  Among other things you can change the login wallpaper. To install Ubuntu Tweak open a terminal and run following command


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

Gnome Tweak Tool

Gnome Tweak Tool is an application to make configuration of Ubuntu easier for everyone. It provides many useful desktop and system options that the default desktop environment doesn't provide. Run following command to install Gnome Tweak Tool

sudo apt-get install gnome-tweak-tool

Once installed, Gnome Tweak Tool should show up as "Advanced Settings" in the menu. Besides changing fonts or themes, Gnome Tweak Tool can also be used to enable/disable Shell extensions, tweak the desktop, various windows behavior or Gnome Shell.


Written by Shovik Chowdhury
                      shovik_chowdhury@live.com
                      ghostofubuntu.blogspot.com
                      facebook.com/angelshovik
                      mob - 01839588369
                                  01768288955

If you have any problem contact me...