How to install LAMP
I’m using Ubuntu 12.04.03 32bit What is LAMP? This tutorial I’m going to install Apache, MySQL, PHP. Linux How to install Ubuntu Apache Install Apache $ sudo apt-get update $ sudo apt-get install apache2 Check with curl Apache is up and running (You need to install curl if you haven’t install it) $ curl localhost…