Thursday, February 10, 2011

How to Intall high quality educational software suite for Kids Gcompris in Ubuntu 10.10 Maverick

Gcompris is a large collection of educational games for small children. It is meant to become some sort of unified interface to integrate more educational games. It will help Children from age 2 to 16

Debian Releases and its Code Names

Debian Releases and its Code Names

  • 1.1 called "Buzz"
  • 1.2 called "Rex"
  • 1.3 called "Bo"
  • 2.0 called "Hamm"
  • 2.1 called "Slink"
  • 2.2 called "Potato"
  • 3.0 called "Woody"
  • 3.1 called "Sarge"
  • 4.0 called "Etch"
  • 4.0r4 called "Etch-and-a-half"
  • 5.0 called "Lenny"
  • 6.0 called "Squeeze"

Monday, February 7, 2011

How to setup Static IP Address in Ubuntu 10.10

Setup Static IP Address

If you want to setup a Static IP Address in your system , Modify the file /etc/network/interfaces. If your First Ethernet Interface is eth0 ,see the following Example. Just add the following lines in the file with the help of an Editor and Restart the network or system.

auto eth0
iface eth0 inet static
address 192.168.0.25
netmask 255.255.255.0
gateway 192.168.0.1

after modifing the file
$ sudo /etc/int.d/networking restart

Sunday, February 6, 2011

How to Install LAMP Server (Linux Apache MySql PHP) in Ubuntu 10.10 Maverick Meerkat

LAMP Server ( LINUX APACHE MYSQL PHP) is essential for web developers. You can use lot of methods to install LAMP Server. But I think the following is the most simplest method.

Open a terminal and type the following


$ sudo tasksel install lamp-server

Now Put your Files to /var/www as root and enjoy the server features of Ubuntu

How to Create CDs and DVDs with Menu in Ubuntu 10.10 : DeVeDe


DeVeDe is a program to create video DVDs and CDs (VCD, SVCD or CVD), suitable for home players, from any video files in any of the formats supported by Mplayer. The big advantage over other utilites is that it only needs Mplayer , Mencoder, DVDAuthor, VCDImager and mkisofs (well, and Python, PyGTK and PyGlade), so that their units are small

How to Install


$ sudo apt-get install devede

and Run it from
Applications> Sound & Video> DeVeDe

Saturday, February 5, 2011

Epidermis theme Manager - Change the Look and Feel of Ubuntu


Epidermis theme manager is an open source GTK application for managing, automatically downloading and installing themes of various types, in order to transform the look of your Ubuntu desktop, from the moment you turn it on until the moment you turn it off.

Download epidermis deb package from this page and install it.

How to Create PDF Files from Web page in Ubuntu with Html2Pdf


html2pdf is an open source program whose function is to create PDF documents from a web page.
To create a PDF just have to enter the website address or specify an HTML file. Then choose the file name and location. We can also configure if you want the background images, resolution, orientation and size of the paper. Its interface is very simple and intuitive and it is very fast .

Download deb the File from here

now open a terminal and installl using dpkg
$sudo dpkg -i packagename