At last i start my web programming into ubuntu using lampp. Its really fun. But first Time I’ve a problem to install xampp server. So I start to finding solve of this problem. And I done it. Now I want to share this solution to you.

First You have to download xampp for ubuntu/linux. Then save the installation file into your home folder. Now open terminal & write the following command

————————————————————————————

sudo tar xvfz xampp-linux-1.6.6.tar.gz /opt

————————————————————————————

Then this will extract the file into opt folder.

If extraction complete properly then your installation complete.

For start your xampp server type the following commed

———————————————————

sudo /opt/lampp/lampp start

———————————————————

And stop the server write the command

————————————————————

sudo /opt/lampp/lampp stop

————————————————————

Now enjoy lampp server &-)