Wifi can be droppy
Create a file, wifi_reconnect.sh and make it executable “chmod a+x wifi_reconnect.sh”. This file should contain the following code: d=$(date +%H%M%S) if [ $(connmanctl state | grep -c "online") = 0…
Continue Reading
Wifi can be droppy