Skip to content

Instantly share code, notes, and snippets.

View linuxfemale's full-sized avatar
🏠
Working from home

Tanzina Noor linuxfemale

🏠
Working from home
View GitHub Profile
#Video Tutorial:
https://www.youtube.com/watch?v=XVqg-tJem8g
sudo apt-get update
sudo apt-get install apache2
sudo service apache2 status
sudo ufw app list
sudo ufw app info “Apache Full”
sudo apt-get install mysql-server
sudo apt-get install php libapache2-mod-php php-mysql