hoe to install LAMP on ubuntu
sudo apt-get install tasksel
sudo tasksel install lamp-server
hoe to install LAMP on ubuntu
sudo apt-get install tasksel
sudo tasksel install lamp-server
How to install LAMP in CentOs?
sudo dnf install httpd //install httpd
sudo systemctl start httpd //start httpd
sudo firewall-cmd --permanent --add-service=http //allow firewall
sudo firewall-cmd --permanent --list-all //check firewall
sudo firewall-cmd --reload //reload firewall
sudo dnf install mariadb-server //Installing MariaDB
sudo systemctl start mariadb //start MariaDB
sudo mysql_secure_installation //set user and password
sudo mysql //login to database
exit //exit from database
sudo dnf install php php-mysqlnd //Installing PHP
sudo systemctl restart httpd //restart httpd
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us