Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save LinuxFintech/352ea3fb7d9b47888e8fcf9a9938805a to your computer and use it in GitHub Desktop.
Save LinuxFintech/352ea3fb7d9b47888e8fcf9a9938805a to your computer and use it in GitHub Desktop.
Secure installation LEMP Stack with PhpMyAdmin in Ubuntu 20.04
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
@LinuxFintech
Copy link
Author

Screenshot from 2021-07-27 23-29-10

@LinuxFintech
Copy link
Author

Screenshot from 2021-07-27 23-31-56

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment