Skip to content

Instantly share code, notes, and snippets.

@LinauxTerminology
Last active March 7, 2021 17:19
Show Gist options
  • Save LinauxTerminology/d69e07de9dca42f6cf43099a7b9fb44c to your computer and use it in GitHub Desktop.
Save LinauxTerminology/d69e07de9dca42f6cf43099a7b9fb44c to your computer and use it in GitHub Desktop.
Install LAMP Stack Linux
If you need any service related with LAMP stack contact with me:
Email:[email protected]
Skype:https://join.skype.com/W57qZCby6QpJ
Telegram:https://t.me/LinauxTerminology
WhatsApp:https://join.skype.com/
twiteer:https://twitter.com/LinauxTerminoal
facebook:https://www.facebook.com/LinauxTerminology
bip:01314582960
imo: 01408694088
whatsapp:01408694088
instagram:[email protected]
sudo apt install apache2
sudo ufw allow in "Apache Full"
# Visit: http://localhost/
# Install MySQL & check version, start,stop & restart Apache
sudo apt install mysql-server
sudo mysql_secure_installation
mysql --version
# Install PHP & check version
sudo apt-get install software-properties-common
sudo add-apt-repository ppa:ondrej/php
sudo apt install php7.2-fpm php7.2-common php7.2-mbstring php7.2-xmlrpc php7.2-soap php7.2-gd php7.2-xml php7.2-intl php7.2-mysql php7.2-cli php7.2-zip php7.2-curl
php --version
#install #LAMP #Stack #Linux
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment