Sunday, September 19, 2010

BASIC CODES FOR UBUNTU 9.10

The first line after installing a new Ubuntu. 
sudo apt-get update 
 
For installing VLC. 
 
sudo apt-get update
sudo apt-get install vlc vlc-plugin-pulse mozilla-plugin-vlc
 
 
 
 For installing c++


sudo aptitude install build-essential

 For installing JAVA...



here is the link for offline installation

 
Go to Synaptic package manager and type sun-java6-jdk 
and install it.
 
Download bluej  and use it as ide.
 
 
For geany the light-weight ide.
 
sudo apt-get install geany  
 
 
For installing cairo-dock

sudo -v
echo "deb http://repository.glx-dock.org/ubuntu $(lsb_release -sc) cairo-dock" | sudo tee -a /etc/apt/sources.list
wget -q http://repository.glx-dock.org/cairo-dock.gpg -O- | sudo apt-key add -
sudo apt-get update
sudo apt-get install cairo-dock cairo-dock-plug-ins




For installing compiz
 
compiz is already installed...
we need to install a manager.
go to Applications>ubuntu software center> install compizConfig settings manager.
 
blog on compiz 
 
 
http://ubuntuguide.net/different-wallpapers-on-each-workspace-in-ubuntu 
 
Theme= slicknes S BLACK
 
  

For installing mount iso software..
 
sudo apt-get install gmountiso
 

0 comments:

Post a Comment