DevOps

Easily Start and Stop Development Tools in OS X

March 28, 2013 by

It can quickly become repetitive to start and stop all of your development tools; many people do not want to have a web server or database running all of the time, for instance. This article shows you an easy way of simplifying this, so you can run a single command from the Terminal to start or stop your development tools.

Setting up Apache with Dropbox on OS X

September 15, 2012 by

Getting Apache to work together with Dropbox turns out to be slightly more difficult than most would have anticipated. Adding a virtual host to point directly to a Dropbox folder will only get you a 403 Forbidden error. In this article, we will solve this problem by using symbolic links.