Day 25: Installing Ubuntu Linux

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.

Google+

About these ads

2 thoughts on “Day 25: Installing Ubuntu Linux

  1. Pingback: Day 35: Git on Ubuntu | Software QA Forum

  2. Pingback: Day 40: Sample Test Cases – Part 1 | Software QA Forum

Share Your Thoughts

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s