duminică, 5 februarie 2017

Top Terminal Tricks in OS X Mountain Lion

http://bit.do/cHnyW Macxdvd secret sale: 70% Off and free bonus gift.
Top 5 terminal tricks you can use in OS X Mountain Lion. Commands: Change Screenshot Location: $ defaults write com.apple.screencapture location /drag/location/here $ killall SystemUIServer Undo: $ defaults write com.apple.screencapture location ~/Desktop $ killall SystemUIServer Install OS X Software updates: $ sudo softwareupdate -l You will then be given a few software updates. If you'd like to install all available updates, enter: $ sudo softwareupdate -ia Display Custom message at login window: $ sudo defaults write /Library/Preferences/com.apple.loginwindow LoginwindowText "Back off, this is varuns computer." Next time you log out or restart your Mac, your message will appear. To get rid of this message, type: $ sudo defaults delete /Library/Preferences/com.apple.loginwindow LoginwindowText Prevent Mac from falling asleep: $ caffeinate By using this command, your mac will be awake until you hit ctrl-c. You can add a time parameter by entering: $ caffeinate -u -t 500 Remove dock delay: defaults write com.apple.Dock autohide-delay -float 0.1 Undo: defaults delete com.apple.Dock autohide-delay