From 18fb80b85390876531ff8446e9243346909ea430 Mon Sep 17 00:00:00 2001 From: Vincent Klaiber Date: Tue, 20 Oct 2015 17:42:11 +0200 Subject: [PATCH] Show IP Address Don't know about the naming/description though. Any thoughts to make it better? --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index eb15225..b861125 100644 --- a/README.md +++ b/README.md @@ -688,6 +688,11 @@ This outputs all applications currently using port 80. sudo lsof -i :80 ``` +#### Show External IP Address +```bash +dig +short myip.opendns.com @resolver1.opendns.com +``` + ### Wi-Fi #### Scan Available Access Points @@ -710,7 +715,6 @@ defaults read /Library/Preferences/SystemConfiguration/com.apple.airport.prefere security find-generic-password -ga "ROUTERNAME" | grep "password:" ``` - ## Package Managers - [Fink](http://www.finkproject.org) - The full world of Unix Open Source software for Darwin.