Skip to content

Instantly share code, notes, and snippets.

@hannic
Last active December 29, 2017 17:46
Show Gist options
  • Save hannic/5995312 to your computer and use it in GitHub Desktop.
Save hannic/5995312 to your computer and use it in GitHub Desktop.
Advanced Mac OS commands
###############################################################################
# Web server / Networking #
###############################################################################
# simple web server
$ python -m SimpleHTTPServer 8000
$ uptime
# lan ip address
$ ipconfig getifaddr en0
# global ip address
$ curl ipecho.net/plain; echo
###############################################################################
# Terminal #
###############################################################################
$ history
$ say
!! or sudo!!
$ yes
$ pbcopy
#
$ sudo fs_usage
$ ditto -V /old/work/ /new/work/
#
$ sudo shutdown -h now
$ sudo shutdown -r now
$ sudo shutdown -r +60
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment