Orange is my favorite color

Archive for the 'Linux' Category


A couple of tweaks for QmailToaster install to update CHKUSER 2.0.9 and improve DSPAM integration

March was a busy month – we were upgrading and consolidating infrastructure around here which meant taking a 2U VA Linux 2230 server that had – quite literally – been serving mail for more than a decade, and upgrading it to a more contemporary machine for which spare parts exist. Knock on wood the [...]

Store only a subset of files on Amazon S3 using s3cmd and a little date logic. Lets us put the last 5 database backups (or something similar) in a safe place without saving every dump forever and costing us $$$.

I’m setting up a new server as recent posts and tweets have suggested. Just about everything was working with one exception: horribly slow startup times of 2-4 minutes on a dual quad-core Xeon machine with 16GB of RAM. Tailing the cfusion-event.log during startup, ColdFusion would hang either when starting the SQL manager pool [...]

Have a giant file you need to download from a crappy web server? Wget can put together the pieces on your behalf.

Make sure you get an appropriate alert when a drive goes dead in your HP/Compaq RAID array

In my post on synchronizing Transfer ORM with TransferSync, I used Apache ActiveMQ 5.1.0 which was not reliable for me. After about a week of uptime, one of the hosts would invariably lose its connection to the queue and TransferSync would start throwing errors. I thought I had solved it via a wireFormat [...]

I read a post by Jared Rypka-Hauer this morning on the Model-Glue list about his Apache-CF configuration that got me nodding in agreement. He sets up his Apache like so:

I leave CFIDE and WEB-INF in the default location and create a symbolic link to it in the webroot of any vhost that needs access [...]

Transfer’s nifty cache causes real problems if you’re running a cluster as data changes without notifying other nodes. Over time, one server may report value A while another reports value B and the only way to correct this is to turn caching off. Boo! The solution is TransferSync, a recent project by [...]

The title is a long way of saying I have domain.com and I also have domainS.com, plural, in case people mistype the name. If someone hits my site as domainS.com, I want to automatically correct it to be domain.com to maintain my branding. This is pretty straightforward to fix with your <VirtualHost> and [...]