The Life of a Sysadmin

Carousel is a lie!

Entries from November 2003.

Random hints
05 November 2003 12:00:00 PST

growisofs will overwrite a DVD+RW when run non-interactively iff you use the option "-use-the-force-luke". Heh. Read the source for details.

To make a bootable FreeBSD CD, it's not enough to simply dd of=iso and burn that. Do this instead:

    mkisofs -R -b boot/cdboot -no-emul-boot -o foo.iso /tree/to/copy

This hints brought to you by the letter J, the letter O, and the number pi.

Original entry

Tags: bsd.
Windows 2000
13 November 2003 12:00:00 PST

A real OS shows messages when it's booting to let you know how far along it's gone. If something goes wrong, you can see where. A real OS doesn't have a fucking marquee of slowly-changing colour that you have to stare at intently from six inches away to see if it's frozen in place and yet another cold reboot needs to happen. Oh, and it logs how the boot went. Every time. Without being asked.

Also, if an OS comes with a package manager -- and a real OS does -- it shows you the fucking version of the software that's installed. A real OS knows that knowing ~FooTastic installed is only half the battle -- knowing that it's the buggy 6.2 build is just as important.

I try to give Windows and Microsoft a chance, I really do. But this is fucking ridiculous.

Original entry

Tags: packagemanagement, rant, windows.

RSS Feed