Skip to content

Instantly share code, notes, and snippets.

@gufril15
Created October 20, 2023 12:53
Show Gist options
  • Save gufril15/575ab394a13f7f5726dcf768940eb631 to your computer and use it in GitHub Desktop.
Save gufril15/575ab394a13f7f5726dcf768940eb631 to your computer and use it in GitHub Desktop.
Instal LAMP Stack
sudo apt update
sudo apt install apache2
sudo apt install mysql-server
sudo mysql_secure_installation
sudo apt install php libapache2-mod-php php-mysql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment