This cracks me up every time I watch it.
Laptop slays dragon
Monday, December 22, 2008
Wednesday, December 10, 2008
What's that log for?
Like any good *nix system Linux has some log files that you may find useful from time to time when trying to monitor your box or troubleshoot a problem.
Kernel boot messages
/var/log/dmesg
This is written during system boot and contains messages from the boot up process.
Standard system messages
/var/log/messages
This is the syslog file and contains messages from the system software.
Mail system messages
/var/log/maillog
This file contains messages from sendmail.
Any of these files can be viewed by root simply by issuing the cat, tail, head, etc... commands followed by the file name. Take some time to get use to these files, you'll need one or all of them one day.
Monday, December 1, 2008
Fedora 10 ppc
I had an xserve I wasn't using, so I decided to see how Fedora 10 would work on it. The installation went well, as expected, and performance of the software mirror is equal to that with OSX. I also went through the first round of patches this morning and that went off without a hitch. My experience with the ppc version of Fedora 10 up to this point would have to be thumbs up.