January 10th, 2008
I was able to download a copy of the elusive Kismac r62 - the last version of Kismac to run on Mac OS X 10.3 (Panther). Kismac r62 is now running happily on my G4 iBook with OS X 10.3.9. I’ve mirrored Kismac r62 here in case anyone wants to download it:
Posted in Mac OS X, Wireless | No Comments »
January 10th, 2008
Here’s how I prevented my iBook G4 notebook from going to sleep when the lid is closed. This worked with Mac OS X 10.3.9 (Panther). YMMV. If you’re running a OS X 10.4 (Tiger) or newer, you might want to check out InsomniaX instead. InsomniaX should work with Mac OS X 10.4 and later.
- Download and decompress Insomnia.kext.tbz. I wasn’t able to retrieve a copy of from the Insomnia project’s home page, but I did grab a working copy off of the Internet Archive, which I mirrored here. I also mirrored a copy of the source code in the Insomnia.src.tbz file.
- Open a command prompt, switch to the directory that you decompressed Insomnia.kext.tbz to, and execute the following commands:
- sudo chown root:wheel Insomnia.kext # set the module to be owned by root
- mv Insomnia.kext /System/Library/Extensions # move the module to the kernel extensions directory
- cd /System/Library/Extensions # change to the kernel extensions directory
- sudo kextload Insomnia.kext # load the module
- Test the module by closing your notebook’s lid. If your Mac doesn’t go to sleep, you’re in business.
You can unload the Insomnia.kext module at any time by executing the following commands:
- cd /System/Library/Extensions # change to the kernel extensions directory
- sudo kextunload Insomnia.kext # unload the module
Posted in Mac OS X | No Comments »
January 9th, 2008
Once thing that I’ve missed since switching from Apple’s Mail to Mozilla’s Thunderbird, is the way that Mail includes the time and date that the message being replied to was received. Thunderbird does not do this by default, but it’s to make it.
- Go to the Preferences window.
- In Linux: Edit -> Preferences
- In Windows: Tools -> Options
- In Mac OS X: Thunderbird -> Preferences
- Click on the Advanced button.

- Click on the Config Editor… button.

- Type mailnews.reply_header_type into the Filter: box.
- Double-click on mailnews.reply_header_type, enter the number 3 as the new value, and click OK.
Posted in Productivity Apps | No Comments »