Created
July 27, 2021 17:58
-
-
Save LinuxFintech/352ea3fb7d9b47888e8fcf9a9938805a to your computer and use it in GitHub Desktop.
Secure installation LEMP Stack with PhpMyAdmin in Ubuntu 20.04
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PING ME TO ENGAGED YOUR WORKS: | |
SMS: +8801735917013 | |
IMO: +8801735917013 | |
BiP: +8801735917013 | |
Viber: +8801735917013sudo systemctl restart apache2 | |
sudo systemctl reload apache2 | |
Signal: +8801735917013 | |
Discord: +8801735917013 | |
Telegram: https://t.me/LinuxFintech | |
WhatsApp: +8801735917013sudo systemctl restart apache2 | |
sudo systemctl reload apache2 | |
Skype: https://join.skype.com/uZtGEczcYM0J | |
Email: [email protected] | |
apt update && sudo apt-get upgrade --fix-missing | |
apt install build-essential checkinstall | |
apt install ubuntu-restricted-extras | |
apt update | |
apt install nginx | |
systemctl restart nginx | |
systemctl status mariadb | |
systemctl is-enabled mariadb | |
systemctl restart mysql | |
apt update -y | |
apt upgrade -y | |
apt install php php-mysql php-fpm |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment