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

Open hidden folders from the finder Desktop
If you'd like to occasionally access the hidden UNIX folders from the Finder, it's actually quite simple. There's a tip posted elsewhere here that discusses how to show all the hidden files all the time, but there's also a nice "as needed" tool. Gorgonzola pointed this out to me in an email, and I'd actually never tried it!

Under the Go menu item is "Go to folder", complete with a keyboard shortcut (Command + ~). To get to any of the hidden folders, you just need to know the path to that folder. Remember that OS X uses a "/private" directory for some of the hidden folders, so to go to "/etc", for example, you'd enter /private/etc in the Go To Folder box.

Once you've entered your destination, the Finder will switch and display that folder's contents. This makes it quite easy to use a visual editor on System files, if you combine it with Brian Hill's Pseudo for "su" editing.
  Post a comment  •  Comments (2)  
  • Currently 4.50 / 5
  • 1
  • 2
  • 3
  • 4
  • 5
  (2 votes cast)
 
[66,265 views] Email Article To a Friend View Printable Version
Do NOT change your short username! Desktop
On the Users panel of the System Prefs application, you can edit everything about your user except your short username. If you have a two button mouse, however, you can edit the field -- just right-click on it. You can't use a control-click, only the right mouse button. DO NOT DO THIS! See the comments for a reason as to why it's a Bad Thing, and why it's probably meant to be disabled!

I spotted this one on this MacFixIt board. If you go ahead and do this, you are doing so at your own risk! Be careful...consider yourself warned!
  Post a comment  •  Comments (2)  
  • Currently 3.00 / 5
  • 1
  • 2
  • 3
  • 4
  • 5
  (1 vote cast)
 
[2,594 views] Email Article To a Friend View Printable Version
Tab key in the Finder Desktop
Strange I didn't read that anywhere: did you ever try to use the Tabulation key in Finder X ? If the window is:

-- in icon view, you will move from an icon to the next one (as in OS 9);
-- in list view, you will CHANGE the column display type (DIFFERENT from OS 9, and much better);
-- in column view, you will move to the next column, or RETURN to the first column if already in the last one !

This is really smart IMHO. Also you can do the same in reverse order, using shift-tab instead.
  Post a comment  •  Comments (2)  
  • Currently 0.00 / 5
  • 1
  • 2
  • 3
  • 4
  • 5
  (0 votes cast)
 
[2,799 views] Email Article To a Friend View Printable Version
Use color-coded Finder windows Desktop
I doubt I'm the first one to think of this, but color coding several regularly used Finder windows can improve their visual difference when they are minimized to the Dock.

Just select the window's view options from the View menu, select color for background (or picture if you so desire), and choose away! I use colors from my desktop pic so everything is color coordinated.

Daniel J. Wilson
  Post a comment  •  Comments (1)  
  • Currently 0.00 / 5
  • 1
  • 2
  • 3
  • 4
  • 5
  (0 votes cast)
 
[2,278 views] Email Article To a Friend View Printable Version
Typing in Finder windows Desktop
This is a temporary work-around for the Finder not properly scrolling to the file when in List view in Finder windows.

If the file you are trying to select (and show) is below the visible range of the Finder window, simply type the first few letters of the filename (like OS 9), then hit RETURN or ENTER twice.

The Finder will scroll and display the file after temporarily putting the name in edit mode.
  Post a comment  •  Comments (2)  
  • Currently 0.00 / 5
  • 1
  • 2
  • 3
  • 4
  • 5
  (0 votes cast)
 
[2,032 views] Email Article To a Friend View Printable Version
Restart the dock script Desktop
[Editor's note: See the comments for a better solution, as well as a GUI-based way of doing this]

Sometimes the desktop will do something stupid - like leave some of the 'poof' effect on the screen or whatever else. The best thing to do is just restart it. Killing it will make it automatically restart. Here's a little unix script to find it's process ID & kill it:
#!/bin/sh
DOCKPID=`ps aucx| grep Dock | grep -v Server | cut -d ' ' -f 4-5`
kill $DOCKPID
Type this script in your favorite editor (command line or GUI), save it (as PLAINTEXT) to a file, say Desktop/dock.restart. Then, make it executable by doing this in a terminal:
chmod +x dock.restart
Then, double click it in the finder. It'll ask you to choose an application to use to run it. Select Terminal as the program to run it. You'll probably have to make it show you all applications in order for that to be selectable.

After that, just double click it whenever the dock is being stupid!!
  Post a comment  •  Comments (11)  
  • Currently 0.00 / 5
  • 1
  • 2
  • 3
  • 4
  • 5
  (0 votes cast)
 
[18,525 views] Email Article To a Friend View Printable Version
Limit size choices on dock resize Desktop
Noticed this one posted on one of the MacFixit forums tonight.

You can force the dock to only resize to non-interpolated icon sizes by simply holding down the option key while you drag on the vertical bar. You'll only see the "native" dock sizes; all interpolated icon sizes are skipped.
  Post a comment  •  Comments (0)  
  • Currently 4.00 / 5
  • 1
  • 2
  • 3
  • 4
  • 5
  (1 vote cast)
 
[2,854 views] Email Article To a Friend View Printable Version
Keep folders on the left side of the dock Desktop
This thread on the MacFixIt forums discusses a hack to move items that would normally be on the right side of the dock (folders, hard drive icon, etc) to the left side of the dock. It's quite interesting, and some people might like to have things on the left instead of the right.

It requires a bit of work in the terminal and an editor, but it's not too intimidating.
  Post a comment  •  Comments (1)  
  • Currently 5.00 / 5
  • 1
  • 2
  • 3
  • 4
  • 5
  (1 vote cast)
 
[4,710 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,623 views] Email Article To a Friend View Printable Version
All-black text input boxes fix Desktop
If you're having a problem where text input boxes in applications are all black (making it impossible to see what you've typed), you're probably experiencing a corrup ColorSync preferences file.

At least, that's what this thread on the MacFixIt forums seems to indicate. There's some good dialog there, and the solution appears to be trashing the preferences file:

/Users/username/Library/Preferences/ByHost/
    com.apple.ColorSyncDeviceList.localhost.plist


(shown on two lines to conserve table width, but it's all one long path!). Trash this, logout and login, and all should be fine again.
  Post a comment  •  Comments (0)  
  • Currently 2.00 / 5
  • 1
  • 2
  • 3
  • 4
  • 5
  (1 vote cast)
 
[2,919 views] Email Article To a Friend View Printable Version