Ubuntu LAMP Install
I wanted to setup Apache, MySQL, PHP etc on my laptop so I could do some development while on holiday. To get the standard LAMP setup on Ubuntu hardy, just type the following into a terminal.
sudo apt-get install apache2 php5 mysql-client-5.0 mysql-server-5.0 phpmyadmin libapache2-mod-php5 libapache2-mod-auth-mysql php5-mysql
Source: http://humanlanguage.wordpress.com/2006/12/03/install-lamp-on-ubuntu/
Cheers
Ryan Partington


