Archive for January, 2006

Wordpress and Flickr

Have a look at FAlbum if you use Wordpress and Flickr.

Using a USB webcam microphone with Skype on Linux

If you are using Skype on Linux and want to use your USB webcam’s microphone with the soundcard speakers, you need to get this program and compile and install it. It’s a bit annoying, but until Skype supports GStreamer it’ll have to do.

Enabling inotify in Ubuntu Dapper

Apparently, in order to get the inotify device to show up under Ubuntu, you need to execute the following command:

sudo mknod /dev/inotify c 10 63

See the Ubuntu forum thread for more info.

Later: Apparently inotify no longer uses a /dev device - the above isn’t necessary to get it working.