Notes on making my EEE PC 900A have a nilfs2 root
Performance of Some Real and Virtual Machines
The good news is I don't have to fix it because I now know I can live without it.
Debian Lenny and grub with /boot in LVM
At some point in the past I managed to screw up my file server's lenny install in such a way that I ended up with the non-lvm ext2 boot partition commented out of fstab and a separate /boot directory on the lvm root.
I forgot about this incident and went about continuing to run apt-get dist-upgrade periodically. Everything worked until I went to squeeze and rebooted, at which point I made some more poor choices ("Why am I not running the new kernel? I'll just apt-get remove the old one!") and ended up unable to mount ext2 partitions (while still able to boot from one).
After about eight hours of head scratching I found this page and by following your steps had no trouble upgrading to GRUB 2 which booted the new kernel which fixed all the problems, allowing me to get on with my life (such as it is).
You are awesome and so is GRUB 2.
Flushing caches for benchmarking in Linux
I want a new C construct
Stopping Flash in Safari
I've had no problems with this over the weeks I've been using it, in fact it has saved me from canceling my American Express card because their commercial no longer tries to play in my browser when I go to pay the bill.
I want a new C construct
I want a new C construct
if (code == 36) {
value = 99;
} else if (code_in_cache(code)) {
value = code_from_cache(code);
} else if (...) {
// Notice how there is no nesting?
}
Let's see if Google can help me write this site.
Virtually 100% of the writing on this site is mine, so they have their little demographic cross hairs right on my brain, and it works.
I noticed the same problem with the nilfs_cleanerd. Upgrading (from source, in my case) to nilfs-utils 2.0.13 solved the problem for me.
Niek