Skip to content

Instantly share code, notes, and snippets.

@pjdietz
Created June 11, 2013 19:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pjdietz/5759869 to your computer and use it in GitHub Desktop.
Save pjdietz/5759869 to your computer and use it in GitHub Desktop.
Stupid Nix Trix A list of short Linux and Mac CLI commands that may come in handy. Adding to this as I find new things that I'll want to keep handy.
# Find External IP Address
curl icanhazip.com
# Install Composer
curl -sS https://getcomposer.org/installer | php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment