There’s a nifty tool called Swftools out there which enables you to extract resource files out of an swf file (Adobe Flash). This little bash one-liner will extract all sounds from an swf file: for i in `swfextract soundboard.swf |grep … Continued
Uncategorized
BSOD á la metro
Just another blue screen of death.
Group_concat in T-SQL
You may wish group_concat while working with MS SQL Server. Here’s a solution!
Dovecot process gone bezerk
Today I’ve had some serious battles with Dovecot running on a wild cpu time spending spree. I recently made an apt-get upgrade on my Debian system. Somwhere in there things went awkward. An imap process simply wouldn’t stop on /etc/init.d/dovecot … Continued