Filed in: Ubuntu
Home » 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...
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...
Filed in: Ubuntu
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 curl :
sudo apt-get install php5-curl
sudo...
Filed in: Ubuntu




