Category Archives: Misc

Friendster can’t even send email

I’m surprised that Friendster is even still around, but today I got an email from their CEO and it had the entire MIME body in the message. These guys can’t even figure out how to send email. X-Campaign-ID: 8002 X-Campaign-Type: … Continue reading

Posted in Engineering, Misc | 4 Comments

Restoring a SubVersion repository from an old backup

I have recently gone through the exercise of restoring a medium sized SubVersion repository from an older backup and wanted to share my experience with everyone. First, the problem: The problem After you restore the older backup, if any work … Continue reading

Posted in Engineering, Java, Life, Misc, Tech | Tagged , , , , , | Leave a comment

Locking down a shared MySQL database server without firewalls, routers, etc.

I’m setting up a shared database server in a data center and I don’t have any direct connections between the machines that are local (i.e. meaning they only connect between boxes and don’t let external traffic in), no firewalls, no … Continue reading

Posted in Distributed Computing, Linux, Misc, Tech | Leave a comment

Mozilla Thunderbird image in signature

Adding an image to you HTML signature in Thunderbird requires a slight HTML hackery. You need to locate the image on disk and add the IMG tag with the src attribute using the file URL of the image: Linux: <IMG … Continue reading

Posted in Misc | 14 Comments