Show IP Address
Don't know about the naming/description though. Any thoughts to make it better?
This commit is contained in:
parent
b369222a52
commit
18fb80b853
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user