From b2027f656f7a5bd56cd01990e726c1892b679f70 Mon Sep 17 00:00:00 2001 From: Vincent Klaiber Date: Tue, 20 Oct 2015 17:43:14 +0200 Subject: [PATCH] Show Local IP Address Same as #19 only this is your local IP. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index eb15225..3f4da58 100644 --- a/README.md +++ b/README.md @@ -710,6 +710,10 @@ defaults read /Library/Preferences/SystemConfiguration/com.apple.airport.prefere security find-generic-password -ga "ROUTERNAME" | grep "password:" ``` +#### Show Local IP Address +```bash +ipconfig getifaddr en0 +``` ## Package Managers