Menonaktifkan etags di lighttpd

Februari 1, 2010 Tinggalkan komentar

Tambahkan baris berikut kedalam konfigurasi lighttpd.conf

static-file.etags = “disable”

Categories: post Tag:,

Cara cepat menggunakan sshfs

Januari 27, 2010 Tinggalkan komentar

sshfs user@hostname: mountdir/
cd mountdir/
fusermount -u mountdir

Categories: post Tag:,

Howto remove mdadm raid array – umount /…

Januari 27, 2010 Tinggalkan komentar

Howto remove mdadm raid array
- umount /dev/md0;
- mdadm –stop /dev/md0;
- mdadm –zero-superblock /dev/sd{a,b,c,d}

source : http://ubuntuforums.org/showthread.php?p=2459683

Categories: quote Tag:, , ,

Sparse files are not recommended due to …

Januari 25, 2010 Tinggalkan komentar

Sparse files are not recommended due to data integrity and performance issues. Sparse files are created much faster and can used for testing but should not be used in production environments.

Nah lho bener kan

Categories: quote Tag:, ,

Life is too short for source based distr…

Januari 25, 2010 Tinggalkan komentar

Life is too short for source based distributions.

Categories: status