Installing apache2, PHP, mysql
$ sudo apt-get install apache2 php5 mysql-server mysql-client php5-mysql
Installing mod_rewrite with Apache2
$ sudo a2enmod rewrite
Install curl for PHP applications
$ sudo apt-get install php5-curl
Remove Unity interface to use gnome classic
Ubuntu 11.10 comes with Unity interface by default. This can be annoying for users who are used to the original interface, especially because there is no way to directly access applications from menu. Installing and using ‘gnome-session-fallback’ provides a configuration option to login to the Gnome Classic interface.
$ sudo apt-get install gnome-session-fallback
After the installation goes through, you can logout and select “Gnome Classic” from the ‘Settings’ option (gear wheel) on the login page.
Pingback: Day 35: Git on Ubuntu | Software QA Forum
Pingback: Day 40: Sample Test Cases – Part 1 | Software QA Forum