Command to install MySQL and PHP
$sudo pat-get install MySQL-server php7.0 (or current version)-MySQL php7.0-from monit
An error occurred during install of php due to incorrect version, fixed with correct version:
To find current version, do:
apt-cache search | grep php
What is a ppa and how do you install it
Personal Package Archive - used for installation of specific packages
How to install nginx
How to check if nginx is active
netstat -tupln
Checks for open ports