Mac OS X hidden features and nice tips & tricks
apple.stackexchange.com
Mac OS X hidden features and nice tips & tricks
1–10 of 85 posts
Re: Mac OS X hidden features and nice tips & tricks
#2Re: Mac OS X hidden features and nice tips & tricks
#3 CMD + SHIFT + g
... in Finder (or an open-file-dialog) opens up a "Go to folder"-dialog in which you can tab-complete your way to the desired destination. It's not perfect, but makes fs-navigation bearable in Finder.Re: Mac OS X hidden features and nice tips & tricks
#4I did not read the entire list, but my favorite "trick": CMD + SHIFT + g ... in Finder (or an open-file-dialog) opens up a "Go to folder"-dialog in which you can tab-complete your way to the desired destination. It's not perfect, but makes fs-navigation bearable in Finder.
Re: Mac OS X hidden features and nice tips & tricks
#5I did not read the entire list, but my favorite "trick": CMD + SHIFT + g ... in Finder (or an open-file-dialog) opens up a "Go to folder"-dialog in which you can tab-complete your way to the desired destination. It's not perfect, but makes fs-navigation bearable in Finder.
Re: Mac OS X hidden features and nice tips & tricks
#6Look in, and clear out in /Library/StartupItems and /System/Library/StartupItems
Like any good UNIX, there are a dozen other ways that applications can launch themselves in OS X, so run a ps and find processes that you don't need and figure out where they are being started.
I alias everything in bash to run the scripts manually when I need them (eg. 'apu' starts apache, 'ngu' starts nginx, 'vbx' sets up virtualbox). Saves a ton of memory and gets boot time down to seconds rather than minutes.
Re: Mac OS X hidden features and nice tips & tricks
#7Re: Mac OS X hidden features and nice tips & tricks
#8Re: Mac OS X hidden features and nice tips & tricks
#9Re: Mac OS X hidden features and nice tips & tricks
#10The big one that I went through recently was killing startup items. You tend to hoard them over time, especially with a dev machine. Look in, and clear out in /Library/StartupItems and /System/Library/StartupItems Like any good UNIX, there are a dozen other ways that applications can launch themselves in OS X, so run a ps and find processes that you don't need and figure out where they are being started. I alias ever…