Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 173 Bytes

ip-adress.md

File metadata and controls

2 lines (2 loc) · 173 Bytes

To get the ip adress of the current computer either look at the logs from the degree display server or run:
ifconfig | grep "inet " | grep -Fv 127.0.0.1 | awk '{print $2}'