Monthly Archives: August 2009

Automatic disposable email addresses for Google Apps

Plus Suffixing There’s a pretty nifty feature with gmail that most people don’t know about. I’ve seen people reference it as the “plus hack” or “plus suffixing”. If you have username@gmail.com, you can add a “+” followed by any letters … Continue reading

Posted in Technical HOWTOs | Tagged , | 7 Comments

Installing Trac on Ubuntu

Here’s the condensed version, using the installation guide for help:

Posted in Technical HOWTOs | Tagged , , | Leave a comment

Apache2, PHP, and MySQL on Mac OS X using MacPorts

1. Install MacPorts Follow the instructions here: http://www.macports.org/install.php. 2. Install apache2 sudo port install apache2 Note that the macports instructions suggest installing the launchctl script now, but we’ll do that after mysql and php are installed. 3. Install and configure … Continue reading

Posted in Technical HOWTOs | Tagged , , , , , | Leave a comment

How to pause crashplan on Mac OS X

Crashplan on Windows has a taskbar icon that lets you put the backup daemon to sleep, but the Mac OS X port doesn’t seem to have this functionality. You can’t just kill the backup daemon process. The OS X “launchd” … Continue reading

Posted in Technical HOWTOs | Tagged , , | 2 Comments