Monthly Archives: February 2009

Virtualbox 2.1.x VBoxAddIf no longer exists (command not found)

or, “What happened to VboxAddIf?!”
I decided to upgrade to Virtualbox 2.1 the other day as I wanted to keep up to date. It’s a great bit of software.
One of the VMs I use regularly runs Debian and serves as a development environment and a nagios server for monitoring the various sites I host here at [...]

A better “reddit this” bookmark button

I’ve amended the standard “reddit this” button and made it so that submissions open in a new window without navigating away from the original page – I found this annoying when halfway through something and thinking “I’ll reddit this”. Here’s the javascript code:
javascript:window.open(‘http://reddit.com/submit?url=’+encodeURIComponent(location.href)+’&title=’+encodeURIComponent(document.title));void 0;
Just add a bookmark in your browser and use the above as [...]