Entries in the ' Note-To-Self ' category

Written August 4, 2009 in Note-To-Self

In struggling to get VMWare vSphere Infrastructure Client to work on my fresh Windows 7 installation, I came across the following instructions, which solved the problem for me:

1. Obtain a copy of %SystemRoot%Microsoft.NETFrameworkv2.0.50727System.dll from a non Windows 7 machine that has .NET 3.5 SP1 installed.

2. Create a folder in the

Continue Reading »

Written July 13, 2009 in Note-To-Self

I found this great list of clever things you can do with WordPress’ config file:

Many WordPress users know the wp-config.php file as the key to the WordPress database. It is where you set the database name, username, password, and location. [...] But what many users don’t know is that the

Continue Reading »

Written July 12, 2009 in Note-To-Self

The Semantic MediaWiki quick reference is a one-page reference, created by Yaron Koren, for the MediaWiki extensions Semantic MediaWiki, Semantic Forms, Semantic Calendar and Semantic Drilldown. It can be downloaded here:

via SMW quick reference.

Continue Reading »

Written April 14, 2009 in Note-To-Self

This weekend, I had the need to format an 80GB USB drive as FAT32, so that the DivX AVI files on it would play on a standalone HDD recorder. To my dismay, Windows XP wouldn’t format the drive as FAT32, since it was larger than the 32GB “limit”.

I found this …

Continue Reading »

Written April 8, 2009 in Note-To-Self

Recently we had the need to have a Xen domU interact with a device attached to the serial port of it’s dom0 host. It’s not as easy to setup as as one would think! Here’s a quick howto. We used CentOS 5.3..

Continue Reading »

Written January 20, 2009 in Note-To-Self

I was an Audible subscriber for over 2 years, and although I’m no longer active on a plan, I still have 50+ books that I’ve legitimately purchased. Each of them, however, is locked to my Audible username and password. I don’t tolerate DRM where possible, and I’ve done enough system reloads / iPod upgrades to be frustrated at the need to authorize my new devices, and de-authorize my old ones. (and get Audible to reset my devices, since it’s impossible to de-authorize a dead computer!)

Here are the steps required to convert your Audible titles to standard, un-restricted MP3 files, which you can then do what you want with. Note to scurvy pirates: the process still requires your Audible username and password!

Continue Reading »

Written October 17, 2008 in Note-To-Self

To track cheating on the NapierLife Challenge, I wrote this script to take an hourly “snapshot” of the view-counts of all a users’ videos.

Continue Reading »

Written September 1, 2008 in Note-To-Self

My wife and I use Google Apps for our home email domain, as well as basic calendaring, etc. Today I found out that Google Calendar supports CalDAV!

By following these instructions (below), I was able to set up both of our calendars in iCal – now we have enterprise-class calendar sharing …

Continue Reading »

Written August 5, 2008 in Note-To-Self

I use the amazing AskApache google-404 plugin on this blog. (It makes my 404 page really helpful – take a look) Recently, I noticed a bunch of mysql errors in my error.log, like this:

[sourcecode language=sql]
WordPress database error Can’t find FULLTEXT index matching the column list for query SELECT ID, post_title, post_content,MATCH (post_name, post_content) AGAINST (‘feed funkypenguin’) AS score FROM wp_posts WHERE MATCH (post_name, post_content) AGAINST (‘feed funkypenguin’) AND post_date

Continue Reading »

Written July 30, 2008 in Note-To-Self

Just solved a Xen problem for a new client : his Xen Dom0 host had two interfaces. Both were configured with an IP address on the same subnet. While this worked on the regular Linux kernel, as soon as he booted into the Xen kernel, the machine became unreachable on …

Continue Reading »