August 2013
php sqlite pdo driver is needed but not installed ubuntu
It’s easy when stuck fpr PDO Driver, Open terminal in Ubuntu and Type command in terminal sudo apt-get install php5-sqlite After you have to restart apache server sudo service apache2 restart
1 min read
How to installed curl Ubuntu?
sudo apt-get install curl libcurl3 libcurl3-dev php5-curl After installing libcurl you should restart the web server with one of the following commands, sudo /etc/init.d/apache2 restart OR sudo service apache2 restart
1 min read
How To Extract .RAR Files in Ubuntu
you just need to install small package called ” unrar “ 1 : goto your Terminal then typesudo apt-get install unrar 2 : It will ask you for password, type your user password and press ENTER.
1 min read