How to install google chrome browser in ubuntu

Hi friends, this post is for how to install google chrome browser in ubuntu 9.10, 1) Once open terminal and run the following command : sudo gedit /etc/apt/sources.list After open the source file lists, add the below lines: deb http://ppa.launchpad.net/chromium-daily/ppa/ubuntu karmic main deb-src http://ppa.launchpad.net/chromium-daily/ppa/ubuntu karmic main After add those lines Read more…

Simple steps to install php5 in ubuntu

1. Open a terminal box in Ubuntu. 2. Edit /etc/apt/sources.list Comment out the following two lines. (Add a “#” to the front) # deb http://us.archive.ubuntu.com/ubuntu dapper universe main restricted universe # deb http://security.ubuntu.com/ubuntu dapper-security universe 3. Run command sudo apt-get update 4.Run the following commands: sudo apt-get install apache2 sudo Read more…

How to enable curl in ubuntu system?

Hi, The following command to work on enable curl in ubuntu system, go to terminal : Once run the commands if you do not install the php. sudo apt-get install apache2 sudo apt-get install php5 sudo apt-get install libapache2-mod-php5 sudo /etc/init.d/apache2 restart After that run the following commands to enable Read more…