Alphabetize Show Local IP Address command

This commit is contained in:
Marcel Bischoff 2015-10-21 02:05:32 +02:00
parent 30e8eb162a
commit b194a1b690

View File

@ -700,6 +700,11 @@ Run a wireless scan:
airport -s airport -s
``` ```
#### Show Local IP Address
```bash
ipconfig getifaddr en0
```
#### Show Wi-Fi Connection History #### Show Wi-Fi Connection History
```bash ```bash
defaults read /Library/Preferences/SystemConfiguration/com.apple.airport.preferences | grep LastConnected -A 7 defaults read /Library/Preferences/SystemConfiguration/com.apple.airport.preferences | grep LastConnected -A 7
@ -711,10 +716,6 @@ Exchange SSID with the SSID of the access point you wish to query the password f
security find-generic-password -ga "SSID" | grep "password:" security find-generic-password -ga "SSID" | grep "password:"
``` ```
#### Show Local IP Address
```bash
ipconfig getifaddr en0
```
## Package Managers ## Package Managers