j
CircleOfTrust
Don't think, don't blink, get it done, and walk away.
Posts: 6
|
Post by j on May 9, 2016 1:49:21 GMT -5
How to Create an ISO with hdiutil$ hdiutil makehybrid -iso -joliet -o image.iso /path/to/source Use dd to create an ISO$ dd if=/dev/dvd of=/destination/path/dvd.iso Speed up Mission Control Animation$ defaults write com.apple.dock expose-animation-duration -float 0 && killall Dock Hide all Desktop Icons (Still accessible through Finder)$ defaults write com.apple.finder CreateDesktop -bool false && killall Finder Modify Where Screenshots are Automatically Saved to$ defaults write com.apple.screencapture location ~/Pictures/Screenshots Websites@ www.defaults-write.com
|
|