Show IP Address

Don't know about the naming/description though. Any thoughts to make it better?
This commit is contained in:
Vincent Klaiber 2015-10-20 17:42:11 +02:00 committed by Vincent Klaiber
parent b369222a52
commit 18fb80b853

View File

@ -688,6 +688,11 @@ This outputs all applications currently using port 80.
sudo lsof -i :80 sudo lsof -i :80
``` ```
#### Show External IP Address
```bash
dig +short myip.opendns.com @resolver1.opendns.com
```
### Wi-Fi ### Wi-Fi
#### Scan Available Access Points #### 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:" security find-generic-password -ga "ROUTERNAME" | grep "password:"
``` ```
## Package Managers ## Package Managers
- [Fink](http://www.finkproject.org) - The full world of Unix Open Source software for Darwin. - [Fink](http://www.finkproject.org) - The full world of Unix Open Source software for Darwin.