ls ~/floss

Installing Mutt on Mac OS X

Apple’s Mac OS X has a beautiful graphical user interface, but under that there is a solid unix foundation. OS X is based on FreeBSD. This unix foundation has allowed OS X…

Enable Apache mod_rewrite module on OpenSuSE

OpenSuSE has mod_rewrite installed, but it is not loaded by default. Check if mod_rewrite is actually loaded by default or not: # grep “^APACHE_MODULES” /etc/sysconfig/apache2 APACHE_MODULES=”actions alias auth_basic authn_file authz_host authz_groupfile authz_default…

On Sabayon 5 now

Last night installed Sabayon 5 amd64 on my laptop. All went fine except when I tried to do an update. I did the following as suggested in the Sabayon wiki:

Setting Filesystem Quota in linux

I recently activated quota on my slicehost slice and it was quite simple and fast to do. The only disadvantage is that I needed to set quota on the only filesystem I…