server Tag

Linux Sheet

23 Aug 2013, Posted by BoB in All Posts, Computer Talk, Website Talk

Just some commands that I found useful since using Linux: http://mysql-apache-php.com/ Above is a good link to get a web server up and running. /etc/init.d/apache2 start  -  start apache services /etc/init.d/apache2 stop  -  stop apache services /etc/init.d/apache2 restart  -  restart apache services apt-get install <package>  -  install packages apt-get upgrade  -  upgrade...