How to setup and configure LAMP on ubuntu server?

LAMP stands for Linux Apache Mysql and PHP stack which is the base to run web server and websites based on PHP. I am going to explain how you can set up LAMP on any ubuntu server or ubuntu machine step by step. Like and Share to spread this to people who needs it. Hello Intelligent people out there, greet from Dheeraj. If you are a Web developer, or system administrator, you must be having idea what LAMP is, and just like LAMP there are WAMP stands for Windows Apache Mysql and PHP and XAMPP where X stands for Cross platform. If you are on linux machine and working with command lines only, let's get to know how you can setup LAMP within 10 minute at max, depending on your internet speed for sure. First thing first Make sure all your packages are updated on server. To make sure this, execute this command sudo apt-get install updates This should install updates if available for your system. Once done, let’s get started. Install LAMP Packages First of all let’s execute command to insta...