Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!

Installing the Korn shell UNIX
If you're like me, you are lost without the beloved Korn shell. Oddly enough, it's not included with OSX (of course, that statement most likely points out my lack of knowledge in BSD).

Anyway, I found 'pdksh', and was able to successfully compile it on my OSX 10.0.1 system.

I had to tweak a few things, such as add a .profile to my home directory. You also need to use the Terminal Preferences to change the shell of the shell (?) to /usr/local/bin/ksh. I also updated /etc/shells, although I'm unsure whether or not that was needed.

Try this link - http://web.cs.mun.ca/~michael/pdksh/ - for more information.

Of course, make sure you are root during the install process.

I also might add that I haven't done any extensive testing of the ksh, but so far it behaves as I expected, and also runs various shell scripts I had written on Solaris 2.x.

Good luck!
Frank
  Post a comment  •  Comments (3)  
  • Currently 5.00 / 5
  • 1
  • 2
  • 3
  • 4
  • 5
  (1 vote cast)
 
[6,115 views] Email Article To a Friend View Printable Version
Brightness control on PowerBook G4 System
After installing 10.0.1 update the brightness keys will work on a PBG4 once the Display System Preference panel is opened. This needs to be done after every restart, or put the Displays as a startup item.
  Post a comment  •  Comments (1)  
  • Currently 0.00 / 5
  • 1
  • 2
  • 3
  • 4
  • 5
  (0 votes cast)
 
[3,345 views] Email Article To a Friend View Printable Version
A collection of keyboard/mouse combos Desktop
I would like keep this posting organized, so if anyone has any corrections or additions, could
you please email me (zootbobbalu@yahoo.com).

[Editor's note: All of these have appeared in one form or another here, but it's sort of nice having them in one consolidated tip]

Read the rest of the posting for a fairly comprehensive list of shortcuts...
read more (398 words)   Post a comment  •  Comments (0)  
  • Currently 4.00 / 5
  • 1
  • 2
  • 3
  • 4
  • 5
  (1 vote cast)
 
[4,625 views] Email Article To a Friend View Printable Version
AppleScript to switch from OS 9 to OS X Classic
I've written an AppleScript to change my startup disk to OS X when I'm booted in 9:
tell application "Startup Disk"
activate
set startup system folder alias to alias
"OSXDisk:System:Library:CoreServices:BootX"
quit
end tell
tell application "Finder"
restart
end tell
Of course, change "OSXDisk" to the name of your disk containing OS X, and watch as I've broken the "set startup" line into two rows for easier display on the page -- enter it as one long row.

Why not just press the Option key when starting up to choose OS's to boot into? Because I have my ADB Wacom tablet, Kensington 4-button mouse and keyboard attached to my G4 with an iMate. I sure wish I had a similar AppleScript to change startup disks and restart when in OS X...
  Post a comment  •  Comments (9)  
  • Currently 1.00 / 5
  • 1
  • 2
  • 3
  • 4
  • 5
  (1 vote cast)
 
[10,235 views] Email Article To a Friend View Printable Version
Toggle scrollbar-click behavior System
dunno if somebody else has pointed this one out already:

in the general controls panel one can specify how clicks in the scrollbar are handled: old-style mac os-way (scroll one page) or next-style (scroll to that position).

whatever you choose: holding the option-key (alt) while clicking toggles the behavior. :)

comes in handy on long web-pages...
  Post a comment  •  Comments (2)  
  • Currently 0.00 / 5
  • 1
  • 2
  • 3
  • 4
  • 5
  (0 votes cast)
 
[4,147 views] Email Article To a Friend View Printable Version
-43 errors when emptying Trash System
Some archive files (typically .tar.gz created on other systems), when decompressed into folders, will then be untrashable. An example is the GNU LibObjects distribution (not from Darwin). When you try to empty its folder from the Trash, you get -43 errors.

I have created a little droplet app to address this - DropObliter8 - available from my iTools disk at http://homepage.mac.com/howardoakley/.

Howard.
  Post a comment  •  Comments (1)  
  • Currently 1.50 / 5
  • 1
  • 2
  • 3
  • 4
  • 5
  (4 votes cast)
 
[3,365 views] Email Article To a Friend View Printable Version
ALERT - Tenon XTools 1.0.2, 10.0.1, and the PB Apps
The installer for XTools 1.0.2 erased my Applications folder, /etc, /usr, and root home directories, and much more! Other users had experienced such problems with earlier versions, and Tenon promised to re-release the application only after resolving the issue. I installed on Mac OS X 10.0.1 over XTools beta10 when Mac OS X started to fail during the system optimization step.

The Tenon XTools discussion board at www.tenon.com has more information about similar problems suffered previously by other users.

-Wolf Naegeli
[Editor's note: Please see the comments for a response from Tenon; the install issue is particular to those who installed OS X over the PB and then upgraded to 10.0.1; thanks for the clarification, Tenon!]
  Post a comment  •  Comments (1)  
  • Currently 1.00 / 5
  • 1
  • 2
  • 3
  • 4
  • 5
  (3 votes cast)
 
[2,259 views] Email Article To a Friend View Printable Version
Eudora images and mail.app Internet
If you get mail with a picture from somebody sending mail with Eudora and you try to read it in Mail.app you might need to tell them to re-send that picture as an attachment and not embedded between lines of text. If they don´t the only thing you see of that picture is a tiny little purple icon. Me and a friend triple checked this in mail sent with Eudora (5.x) and we also used AppleDouble, AppleSingle, BinHex and Uuencode data fork. So ask them not to paste or drag & drop any pictures between lines of text. They can paste the picture after the last word or as an attachment.

I don´t know if Mail.app is to blame but I know the problem will end up in Apple's Mail.app for MacOS X. The different encodings do not affect the jpeg-picture or the message.

URL of a bad example in Mail.app

Midnightposer
  Post a comment  •  Comments (2)  
  • Currently 1.00 / 5
  • 1
  • 2
  • 3
  • 4
  • 5
  (2 votes cast)
 
[3,809 views] Email Article To a Friend View Printable Version
Don't use files as home pages with IE 5.1! Apps
If you ever use Microsoft's Internet Explorer avoid using a file:/ URL as your 'Home Page' in the 'Internet' section of the System Preferences app.

I use OmniWeb 95% of the time and had set my 'Home Page' to a file:/ URL. When I tried to use IE some time later it crashed EVERY time I launched it. No error messages or clues. It had been a while since I made the Home Page change so it didn't register as a possible cause.
  Post a comment  •  Comments (7)  
  • Currently 1.00 / 5
  • 1
  • 2
  • 3
  • 4
  • 5
  (3 votes cast)
 
[2,536 views] Email Article To a Friend View Printable Version
Retaining OmniWeb as the default browser Web Browsers
OS X lets you specify any browser you'd like to use as your default (the browser that's used when you click on a URL) in the Internet system prefs panel. I prefer OmniWeb, and have told OS X so on several occasions. Unfortunately, for many people (myself included), this setting is lost between restarts.

A workaround was snipped from Resexcellence and sent to me, but I can't find the original on Resexcellence, so I can't provide a direct reference. However, if you'd like to make it at least a bit easier to get OmniWeb back as the default, read the rest of this article for the how-to.
read more (165 words)   Post a comment  •  Comments (9)  
  • Currently 1.20 / 5
  • 1
  • 2
  • 3
  • 4
  • 5
  (5 votes cast)
 
[7,994 views] Email Article To a Friend View Printable Version