Connection Checker and Auto Login
LCOs often drop their connection in case of heavy rain and lightning. So I need to wait for the LAN connection to come back before I can connect to the internet. Thus, what happens is that I frequently need to check if the LAN connection is back or not, which is tiresome.
Hence, I wrote a simple script which enables you to automatically login the moment your local gateway is online.
It should be executed on a router or any device which can run 24/7. You can also execute it on your laptop or PC but make sure to run it in the background or as a service.
Note:
It's works on Linux only. But it can be converted to a Powershell script or it can be run via WSL.