#114: Set Ubuntu crontab default editor

Solved!
At some point my Ubuntu installation's crontab decided to use nano as its default editor, despite my having switched it to emacs. Upon using crontab -e, I get dropped into nano. On completion of the edit, the shell reports: "/usr/bin/sensible-editor: 25...

#110: Simple content-based filtering for Postfix

Solved!
I am looking for a simple regex or text-matching based method to filter emails on my Postfix server. For the most part, my server does not get any spam, so there is no need for a heavy-duty antispam solution. On the other hand, there is just one very persistent...

#69: MemCacheError () failures in Rails 2.3.x

Solved!
While attempting to use Rails.cache.write using MemcachedStore, writes with strings fail consistently with MemCacheError () . Reads occasionally succeed for some odd reason. Only seems to happen on Ubuntu Intrepid ( production environment ), with memcached...