Category Archives: FLOSS

About Free/Libre/Open Source Software

Configuring ALSA On Debian Sarge

I needed to configure ALSA on Sarge because I wanted to use Ekiga Softphone and although it supports OSS but the support is not good. It was fairly straight forward process to do that: ajitabhp@fimbles:~$ sudo apt-get install libesd-alsa0 \ … Continue reading

Posted in FLOSS | Tagged , , , | Leave a comment

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 just installed Ekiga as: ajitabhp@fimbles:~$ sudo apt-get install … Continue reading

Posted in FLOSS | Tagged , | Leave a comment

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 install fuse While building the fuse module I … Continue reading

Posted in FLOSS | Tagged , , | Leave a comment

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 repository. I followed the instructions to use the … Continue reading

Posted in FLOSS | Tagged , | 1 Comment

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. It can also construct playlists and search them. … Continue reading

Posted in FLOSS | Tagged , | Leave a comment