Shutdown the Server
3 Apr
This is one of the most basic commands on a linux box, but you’d be boggled by how many people don’t know how to properly shut down, or reboot, a server. Here is a quick explanation of the shutdown command.
3 Apr
This is one of the most basic commands on a linux box, but you’d be boggled by how many people don’t know how to properly shut down, or reboot, a server. Here is a quick explanation of the shutdown command.
30 Jan
If you’re looking for a good developmental server for your work, or just for personal use, what better place than your workstation? It eliminates the need for uploading your work to a remote server and allows you to run your scripts and test your website in a server environment. You can even set it up to be accessible to world, password protected, or invisible behind your firewall. Nowadays, it is easier than ever to get a complete web server setup on Windows. WAMP is a popular package combining the popular web server Apache, MySQL Database server, and PHP scripting language. The install takes a few minutes and is super easy; if you can click Next, you’re good. With a couple quick tweaks to your router and httpd.conf file you are ready to serve files to the web. The below steps will get you up and running in minutes, let’s get started!
Recent Comments