Difference between revisions of "Mac tricks"
From dbawiki
(→Show hidden files) |
|||
| Line 13: | Line 13: | ||
<pre> | <pre> | ||
defaults write com.apple.Finder AppleShowAllFiles TRUE;\killall Finder;\say Files Revealed | defaults write com.apple.Finder AppleShowAllFiles TRUE;\killall Finder;\say Files Revealed | ||
| + | </pre> | ||
| + | and on Mavericks | ||
| + | <pre> | ||
| + | defaults write com.apple.finder AppleShowAllFiles -boolean true; killall Finder | ||
</pre> | </pre> | ||
Revision as of 23:09, 1 June 2014
Contents
/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Support/lsregister -kill -r -domain local -domain system -domain user
Some Terminal tricks
macs.about.com/od/usingyourmac/tp/terminaltricks.htm
List known disks
diskutil list
Install OSX Mavericks to a USB stick / thumb drive
defaults write com.apple.Finder AppleShowAllFiles TRUE;\killall Finder;\say Files Revealed
and on Mavericks
defaults write com.apple.finder AppleShowAllFiles -boolean true; killall Finder