Skip to content

Instantly share code, notes, and snippets.

View m-happy's full-sized avatar
🎯
Focusing

Happy m-happy

🎯
Focusing
  • Hyderabad
View GitHub Profile
@m-happy
m-happy / apacheserver.txt
Created November 30, 2018 20:20
List of all the important linux command
sudo systemctl stop apache2.service , to stop the apache server
sudo systemctl start apache2.servie , to start the apache server
sudo systemctl enable apache2.service , to enable the apache server