apche2
How to Install LAMP on Linux Debian
In this video we will install a LAMP stack on a Debian 12 (Linux) server and run a PHP code on it. Here are the commands you can use to follow up with this tutorial: # Update package list sudo apt update # Install Apache sudo apt install apache2 sudo systemctl enable apache2 sudo systemctl start apache2 # Install MySQL…
Read More »