26/06/2010 by Nitesh

How to Install Apache, Php5 & MySQL on uBuntu

To Install Apache, Php5 & MySQL on Ubuntu, you need to follow the following steps: 1. Open Terminal from Applications>>Accessories>>Terminal 2. Type the following command one by one: sudo apt-get install apache2  sudo apt-get install php5 sudo apt-get install libapache2-mod-php5 sudo apt-get install mysql-server sudo apt-get install php5-mysql sudo /etc/init.d/apache2 restart  After running the above…

Continue Reading »

16/06/2010 by Nitesh

How to Install Skype on Ubuntu 9.04

Installing Skype was one of the first tasks that I did, once I installed ubuntu 9.04 on the PC. I tried a lot to do it but at last figured out how to do it. Open the terminal window from Applications > Accessories > Terminal Type in the following command: sudo wget http://www.medibuntu.org/sources.list.d/`lsb_release -cs`.list –output-document=/etc/apt/sources.list.d/medibuntu.list;…

Continue Reading »