Skip to content

Instantly share code, notes, and snippets.

@prograhammer
Last active December 20, 2015 21:47
Show Gist options
  • Save prograhammer/645e4d65b09323654a75 to your computer and use it in GitHub Desktop.
Save prograhammer/645e4d65b09323654a75 to your computer and use it in GitHub Desktop.
OSX cheatsheeet

Shortcuts

Spotlight (quickly find or launch an app):

command + space

Terminal Goodness

Open an app, ie:

open -a Finder /usr/bin

Networking

Release and Renew IP:

networksetup -listnetworkserviceorder
networksetup -setbootp <network service name>
networksetup -setdhcp <network service name>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment