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
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
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.
How to Start gnome shell at ubuntu 12.04
Search the Ubuntu Software Center for “CompizConfig” or sudo apt-get install compizconfig-settings-manager Launch CompizConfig Settings Manager by pressing Alt+F2 and running ccsm. (This may also be run from a Terminal.) Click “Window Management” Enable either “Application Switcher” or “Static Application Switcher”
Ungroup Windows in Ubuntu using “Alt+Tab”
Are you an Ubuntu user looking to enhance your window management skills? Ubuntu is a powerful and user-friendly Linux distribution, but sometimes its default window grouping behavior can be a bit limiting. In this article, we’ll explore how to ungroup windows in Ubuntu using the “Alt+Tab” shortcut, allowing you to have more control over your […]