Today we are going to see how to install apache, mysql, php, phpmyadmin and other necessary things required to run a web server perfectly. Apache Apache is the most popular web server in the... Read more
Apache First you should update ubuntu repositories using below command. sudo apt-get update Now install apache and other packages sudo apt-get install apache2 sudo is used to execute these... Read more