Monthly Archives: February 2007

WordPress mod_rewrite proxy rules

Because I enjoy deep hurting, I thought it would be fun to reverse proxy Apache 1.3 using Apache 2.2 with WordPress 2.1 hosted under the former. With WordPress 2.1, the rewrite rules generated for the date schema are considerably shorter, but still require a few minor changes to proxy happily. DocumentRoot /srv/web/blog ProxyRequests On RewriteEngine [...]

eMachines T5082 such a disappointment

My father recently purchased a new eMachines T5082 without asking my opinion and as such I have been tasked with configuring it. The first question, of course, is why is Windows Vista so awful slow the system is unusable? Let us list the reasons. First, the base of this model ships with only 512M of [...]

Configuring Exim4 for dspam on Debian or Ubuntu

My relationship with dspam, a bayesian classifier based spam solution, has been unwavering since I first installed it in 2005. I previously used SpamAssassin. While SpamAssassin offers a wide variety of tests involving potentially dozens of sources including rulesets, DNS blacklists, URI blacklists, checksum databases, and bayesian classifying, I found its false negative rate unacceptable [...]

querying latest revision fails?

Have you been experiencing the hurt of Capistrano failing? * executing task deploy * executing task update ** transaction: start * executing task update_code * querying latest revision… svn: invalid option: –limit Type ‘svn help’ for usage. *** [update_code] transaction: rollback * [update_code] rolling back Never fear. You actually need a more recent version of [...]