Skip to content

Instantly share code, notes, and snippets.

@lukmdo
Created November 17, 2011 16:01
Show Gist options
  • Save lukmdo/1373525 to your computer and use it in GitHub Desktop.
Save lukmdo/1373525 to your computer and use it in GitHub Desktop.
apple  wird commands

Add existing user to existing group

sudo dseditgroup -o edit -a USERNAME -t user GROUPNAME

Google Notifier AutocheckInterval

defaults write com.google.GmailNotifier AutocheckInterval EVERY_N_MINUTES
defaults delete com.google.GmailNotifier AutocheckInterval # to reset

Enabling/disabling at family commands

sudo launchctl load -F /System/Library/LaunchDaemons/com.apple.atrun.plist
sudo launchctl unload -F /System/Library/LaunchDaemons/com.apple.atrun.plist

More

  • pbcopy/pbpaste clipbpard ♥
  • lsbom inspects .pkg, .dmg
  • screencapture
  • softwareupdate

BSD goodies

  • ministat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment