Installing LAMP on cloud instance of Ubuntu

To setup basic LAMP server on your AWS or other cloud instance, you need to connect via SSH and need to do following things which are basically related to setup lamp environment on ubuntu (Linux), for other linux distributions commands can vary:   update ubuntu by executing: sudo apt-get update   Then install apache using … Read more