# HG changeset patch # User Oleksandr Gavenko # Date 1496213547 -10800 # Node ID 69b0f096de68c2eb9a79ad0193435103e9d30c05 # Parent 4fb937ae88076485e9cabada7612d5d6c270f11c Windows, local mac addresses. diff -r 4fb937ae8807 -r 69b0f096de68 stat.rst --- a/stat.rst Wed May 24 12:35:10 2017 +0300 +++ b/stat.rst Wed May 31 09:52:27 2017 +0300 @@ -326,11 +326,20 @@ Network status. =============== -:: + +Linux:: $ ip link show $ sudo ethtool eth0 +Windows, localo IP addresses:: + + $ ipconfig + +Windows, local mac addresses:: + + $ getmac + Open ports. =========== ::