17. AZURE Linux Ubuntu update, upgrade, install Apache and MySQL

How to start with new Azure or AWS Linux virtual machine.

Update and Upgrade SSH commands.

Install Apache Install MySQL Azure security to allow WEB page on port 80

1. SSH commands on new Linux machine, must to do this first:
sudo apt-get update
sudo apt-get upgrade
sudo apt-get update

2. Install Apache WEB server
sudo apt-get install apache2

3. Install MySQL server
sudo apt-get install mysql-server libapache2-mod-auth-mysql php5-mysql

4. Install PHP
sudo apt-get install php5 libapache2-mod-php5 php5-mcrypt