Automated installation of LAMP stack on Ubuntu Server
Automated installation of LAMP stack on Ubuntu Server
In this tutorial, I’ll show you that how we can install the LAMP stack on Ubuntu Server interactively.
First create the script :
vi lamp.sh
Copy and Paste the following code into it (Modify the MySQL root Password,as per your requirement):
#!/bin/bash #Instructions to use this script # #chmod +x SCRIPTNAME.sh # #sudo ./SCRIPTNAME.sh echo…
View On WordPress
















