ANIL KUMAR PANIGRAHI 's Blog

File for ‘Ubuntu’ Category

How to install google chrome browser in ubuntu

Posted by: Anil Kumar Panigrahi in: ● April 27, 2010

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 close that particular file and run the following [...]

Simple steps to install php5 in ubuntu

Posted by: Anil Kumar Panigrahi in: ● November 26, 2009

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 apt-get install php5
sudo apt-get install libapache2-mod-php5
sudo /etc/init.d/apache2 restart
5. Apache installed in var/www folder.

How to enable curl in ubuntu system?

Posted by: Anil Kumar Panigrahi in: ● November 17, 2009

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 apt-get install php5-common ( this has [...]


About Me

  Anil Kumar Panigrahi
  Software Engineer (PHP)
  Blogger & Founder of Anil Labs
  Baruva, India

You can share with me . . .

My Own Contributions

1) First contribution for codeigniter framework ( multi language support using google translate API ). we can get files from http://github.com/nyros/codeigniter_multilanguage


2) Audio and Video Streaming using FFMpeg and PHP -complete doc file : http://www.docstoc.com/docs/8300349/Audio-and-Video-Streaming

Twitter Updates

Follow me @anil2u
  • We will always be thankful to our teacher for all the hard work and efforts they have put in, for educating us.- Happy teachers Day . . . :) - posted on 05/09/2010 05:39:13
  • Working on shipping cost functionality (UPS and USPS) for oscommerce shopping cart - posted on 01/09/2010 09:40:03
  • If your freedom hurts others, you are not free. You must not hurt others. - Vivekananda - posted on 31/08/2010 06:02:49
  • Another day starts with full of energy . Good Morning - posted on 31/08/2010 02:54:12
  • Nice explanation about php oops concept : http://youropensource.com/projects/182-OOPS-Concepts-in-PHP - posted on 30/08/2010 19:56:17