FC12: e2fsck: no such file or directory on boot

After upgraded to FC11 to FC12, entries like /dev/sda in fstab sometimes is not mounted properly. Had to use labels in order to mount properly. Since I have two disks, sometimes sda is first disk and other time is the second disk.

C bits manapulation

Align to 4 byte boundary:
Length = (Length + 3) & 0xFFFFFFFC;
Get reminder bytes (4 - (length % 4))
Length = -Length & 0x3;

svn:executable

svn propset svn:executable ON somescript

Whois cellseek.rk8.com?

Appears to be related to http://www.xml-sitemaps.com. Whenever, I generate sitemap from there, cellseek.rk8.com is in the access log.

ntop

can be managed/viewed at http://localhost:3000 or http://serverIp:3000, or https://serverip:3001