How To Install Linux, Apache, MySQL, PHP (LAMP) stack on Ubuntu 16.04
Step : 1 – Installing Apache and Allow 80 & 443 Ports in the Firewall Run the following command to update apt-get itself, which ensures that you have access to the latest versions of anything you want to install: sudo apt-get update Next, Install the Apache webserver by using the following command. sudo apt-get install […]