Jun
27
Start Stop Apache
Filed Under Start Stop | Leave a Comment
#sudo /etc/init.d/apache2 start
#sudo /etc/init.d/apache2 stop
#sudo /etc/init.d/apache2 restart
Jun
27
Start Stop Network
Filed Under Start Stop | Leave a Comment
#sudo /etc/init.d/networking start
#sudo /etc/init.d/networking stop
#sudo /etc/init.d/networking restart
Jun
27
Update Upgrade Software Distribution
Filed Under Configuration | Leave a Comment
#sudo apt-get update
#sudo apt-get upgrade
Jun
27
Install Software Package
Filed Under Installation | Leave a Comment
#sudo apt-get install “package”