Easier local DNS cache

Uncategorized 9 October 2006 | 1 Comment

After a while pdnsd stopped working for me, and try as I might I can’t fix it. So I purged pdnsd and found an easier method, with no configuration this time!apt-get install bind9 resolvconf

Tagged in , , , , ,

Easy, persistent, local DNS cache to reduce lookup times

Uncategorized 5 October 2006 | 2 Comments

Important Update! Don’t use this method any more! I have a much easier way to do it in a more recent post. But for posterity… First install resolvconf and pdnsd: sudo apt-get install pdnsd resolvconf. Resolvconf handles the messy interaction between different programs fighting over the /etc/resolv.conf file, and pdnsd provides a persistent DNS daemon, [...]

Tagged in , , , ,

Normalizing your MP3 collection with mp3gain

Uncategorized 20 September 2006 | 13 Comments

Carthik Sharma from Ubuntu Blog suggests the following method to normalize all the MP3 files in your collection: find . -type f -iname '*.mp3' -print0 | xargs -0 mp3gain -r -k Unfortunately, this seems to have problems with very large collections (I suspect that the command line is being filled up), so here’s what I [...]

Tagged in , , ,

DBus, Mono, Rhythmbox, and Beagle, Oh My!

Uncategorized 15 September 2006 | 0 Comments

So I had this idea of writing a quick search plugin for Beagle to search Rhythmbox’s current playlist titles. They would show up in the search GUI and then you’d double-click on one and it’d handle this (probably through a pseudo-URL like playlist://rhythmbox/my-playlist-name which seems to be the de facto standard amongst Beagle plugins) by [...]

Tagged in , , ,