Mac OS X has a commandline tool called "defaults". It lets you set certain properties, for example:
enable the "Debug" menu in Safari:
defaults write com.apple.Safari IncludeDebugMenu 1
What is the most useful "hidden" "defaults write ..." command you have ever issued?