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.