Tech Writer Shocked to See Apple Xserves at CNBC

Yeah, well you can’t blame them of course… after all, they’re just the spokespersons for the industry, the tech know-it-alls right? In this video, Computerworld’s Lucas Mearian gets schooled by a system administrator at CNBC while getting a tour of the media giant’s 15 terabyte Apple Xserve RAID/Xsan setup. Makes you wonder if these writers get their credentials by just studying back issues of Computer Shopper magazine. 

zcat broken on Mac OS X: Feature or bug?

Apparently on Mac OS X 10.4.7 (and earlier), the zcat command doesn’t work. zcat is a very useful util to read through gzip-archived system logs and usually works by just typing zcat /path/to/log.gz

However, it appears to be broken on the Mac. For example, this is actual output:

[user@host:~] zcat /var/log/system.log.0.gz
zcat: /var/log/system.log.0.gz.Z: No such file or directory
[user@host:~] zcat -S .gz /var/log/system.log.0.gz
zcat: /var/log/system.log.0.gz.Z: No such file or directory