Skip to content

Monthly Archives: December 2007

Internet Connection Sharing with OS X

With OSX this is brain-dead simple. To share an Internet connection through the AirPort, go to System Preferences and click on the Sharing item. Highlight “Internet Sharing” from the list on the left (but leave it unchecked). Next, select the connection you wish to share, from the drop down list and how you would like [...]

Full Filenames in the Finder

By running the two commands below, in a terminal, it’s possible to get OS X’s Finder to display the current full path as the window’s title. $ defaults write com.apple.finder _FXShowPosixPathInTitle -bool YES $ killall Finder It’s not possible to edit or “grab” the path. Power users might like the Finder’s “Path Bar” more. You [...]