Apache Proxy Server
A proxy server sits between a client (such as a web browser) and a real server (such as a web host). It intercepts all requests sent by the client and decides if it can handle the request itself. If it...
View ArticleWebDAV
WebDAV is part of Apache server, and is at the core of all on-line services like calendars and shared documents. Some experience with Terminal is preferred, and you should be familiar with executing...
View ArticlePrivileges
Before doing anything on UNIX, you must get your head around privileges. UNIX is designed as a multi-user system from ground up, and for a very good reason, because the end result is security which is...
View ArticleApache
This guide lists the default installation layouts for Apache HTTPD on various operating systems and distributions. While examples in the main Apache HTTP Server documentation assume that you are using...
View ArticleISO to USB
Get ISO file Open Terminal /Applications/Utilities/Terminal.app Convert the .iso file to .img hdiutil convert -format UDRW -o ~/path/to/target.img ~/path/to/source.iso Note: OS X tends to put the .dmg...
View Article