Merge pull request #19 from vinkla/patch-1

Show IP Address
This commit is contained in:
Marcel Bischoff 2015-10-21 15:48:15 +02:00
commit fd779eb003

View File

@ -694,6 +694,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
@ -727,7 +732,6 @@ Exchange SSID with the SSID of the access point you wish to query the password f
security find-generic-password -D "AirPort network password" -a "SSID" -gw
```
## Package Managers
- [Fink](http://www.finkproject.org) - The full world of Unix Open Source software for Darwin.