nützlich und so

This commit is contained in:
twalz@hs-mittweida.de 2018-09-01 13:46:18 +02:00
parent f6f1760cbf
commit af32c1575d
1 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
# LiveCam
live cam stuff
live cam stuff
# scan for AP
iwlist ath0 scanning
# get Wifi status every Second
ssh ubnt@192.168.1.19 -C 'while true; do iwconfig ath0; sleep 1; done;'