commit
fd779eb003
@ -694,6 +694,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
|
||||||
@ -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
|
security find-generic-password -D "AirPort network password" -a "SSID" -gw
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
## 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.
|
||||||
|
Loading…
Reference in New Issue
Block a user