Backporting Ekiga Softphone

Since I use apt-pinning it was quite easy for me to install Ekiga from the backports. The first thing which I needed to do was to configure ALSA on sarge. Next I…

Filesystem in User Space

Setting up sshfs In order to setup sshfs on a debian system, I needed to install the sshfs packages: sudo apt-get install sshfs fuse-source module-assistant kernel-headers-2.6 sudo module-assistant build fuse sudo module-assistant…

Apt Pinning

I normally stick with Debian Stable on my laptop. But atleast there was one package which I needed out of testing or unstable, git. So I thought of using the Debian backports…

Streaming with mod_musicindex

Introduction mod_musicindex is an Apache modules which allows nice displaying of directories containing MP3, FLAC, Ogg Vorbis or MP4/AAC files. This includes sorting them on various fields, streaming and or downloading them.…