ls ~/floss

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.…

Upgrading Slackware to 2.6 kernel

Yesterday I updated the slackware kernel to 2.6.16.22. I picked up this version from the testing directory on the slackware’s ftp site. The packages I needed were: kernel-generic-2.6.16.22-i486-1.tgz kernel-modules-2.6.16.22-i486-1.tgz alsa-driver-1.0.11_2.6.16.22-i486-1 Apart from…

Moving data to a seperate filesystem

Often its required that the a directory (for example /home)be moved to a seperate filesystem. The steps are simple: Boot system in single user mode (linux single), or if already booted take…

Windows-Linux Single Signon

Often I have been asked by the developers about the possibility of Linux servers authenticating against Active Directory so that the users do not have to change passwords on all the servers.Good…

NIC Bonding

NIC Bonding is a technique in which multiple Network Interface Cards (NICs) are logically bonded together and presented as a single interface to the outside world. Before activating bonding it is recommended…