Kismac r62 download for Mac OS X 10.3 (Panther)

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:

Prevening an iBook G4 from going to sleep when closed

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.

  1. 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.
  2. Open a command prompt, switch to the directory that you decompressed Insomnia.kext.tbz to, and execute the following commands:
    1. sudo chown root:wheel Insomnia.kext # set the module to be owned by root
    2. mv Insomnia.kext /System/Library/Extensions # move the module to the kernel extensions directory
    3. cd /System/Library/Extensions # change to the kernel extensions directory
    4. sudo kextload Insomnia.kext # load the module
  3. 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:

  1. cd /System/Library/Extensions # change to the kernel extensions directory
  2. sudo kextunload Insomnia.kext # unload the module

Make Thunderbird show the time and date of replied to messages

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.

  1. Go to the Preferences window.
    • In Linux: Edit -> Preferences
    • In Windows: Tools -> Options
    • In Mac OS X: Thunderbird -> Preferences
  2. Click on the Advanced button.
  3. Thunderbird Advanced Preferences

  4. Click on the Config Editor… button.
  5. Thunderbird Config Editor

  6. Type mailnews.reply_header_type into the Filter: box.
  7. Double-click on mailnews.reply_header_type, enter the number 3 as the new value, and click OK.