Show Local IP Address

Same as #19 only this is your local IP.
This commit is contained in:
Vincent Klaiber 2015-10-20 17:43:14 +02:00
parent b369222a52
commit b2027f656f

View File

@ -710,6 +710,10 @@ 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:"
``` ```
#### Show Local IP Address
```bash
ipconfig getifaddr en0
```
## Package Managers ## Package Managers