Disable AddressbookSourceSync
$ launchctl unload -w /System/Library/LaunchAgents/com.apple.AddressBook.SourceSync.plist
Enable AddressbookSourceSync
$ launchctl load -w /System/Library/LaunchAgents/com.apple.AddressBook.SourceSync.plist
| http://blog.taylormcgann.com/2012/07/05/hibernate-from-terminal/ | |
| alias hibernate='sudo pmset -a hibernatemode 25' | |
| alias sleep='sudo pmset -a hibernatemode 0' | |
| alias safesleep='sudo pmset -a hibernatemode 3' | |
| alias smartsleep='sudo pmset -a hibernatemode 2' |
Disable AddressbookSourceSync
$ launchctl unload -w /System/Library/LaunchAgents/com.apple.AddressBook.SourceSync.plist
Enable AddressbookSourceSync
$ launchctl load -w /System/Library/LaunchAgents/com.apple.AddressBook.SourceSync.plist