Created
June 11, 2013 19:29
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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