Archive for the ‘English’ Category.
August 3, 2008, 17:18
In one of my rails-projects we had problems with deadlocks during transactions:
"A ActiveRecord::StatementInvalid occurred in ...: Mysql::Error: Deadlock found when trying to get lock "
Continue reading 'Mysql::Error: Deadlock found when trying to get lock' »
July 12, 2008, 16:59
Having your private data on a laptop is dangerous, since it might be stolen. The only way to protect your data is to encrypt it. This post describes how to encrypt the home directory of your users on GNU Linux with the help of TrueCrypt and PAM. For convenience the login-password is used as encryption key. Continue reading 'Automatic encryption of home directories using TrueCrypt' »
July 3, 2008, 14:48
I tweaked the robots-meta plugin by Joost de Valk for WordPress to support the noarchive tag. This prevents google and archive.org from providing cached versions of your blog.
I've put up a mercurial repo with my version at http://www.littleimpact.de/hg/robots-meta-hg/.