carl moonan | the dude abides

How to prevent .DS_Store file creation on network connections on Mac OS X 10.5

Based on this article here - http://support.apple.com/kb/HT1629 you can configure your mac to stop writing the .DS_Store files on you network mounts. This is especially useful when interacting with MS Windows environments. To disable open a terminal and enter this command: defaults write com.apple.desktopservices DSDontWriteNetworkStores true To enable open a terminal and enter this command: defaults write com.apple.desktopservices DSDontWriteNetworkStores false A restart is needed for this to take effect ...

How to enable hover highlight on stack items on Mac OS X 10.5

Stack are pretty useful, you can create aliases and then drop them all into a folder to create a user stack. Sometimes if you have large stacks it can be helpful to have a highlight on the item you are presently hovering over to give a little feedback. To enable hover highlights open a terminal and enter this command: defaults write com.apple.dock mouse-over-hilte-stack -boolean yes To make it take effect ...

How to configure Apple Screen Sharing to show ARD toolbar and bonjour browser on Mac OS X 10.5

Screen sharing is very useful so is the curtain feature of ARD which is a licensed product from Apple. You can apply a couple of setting to: Show a browser of available machines Display the ARD like tool bar to enable some more features in screen sharing With the above two settings enabled when loading the screen sharing application you will be presented with a browser screen of the available ...

Next,