I have an old router that I have set up as an AP on my home network. For some reason it loses connectivity every few days and needs a reboot.
I would like to set up a script to run once every night to do this automatically.
I can open the my browser (iceweasel) and navigate to my admin page of the router from the terminal:
iceweasel http://admin:[email protected]/WLG_adv.htm
On the page that this command opens there is a button with this code:
<input onclick="return checkData();" name="Apply" value="Apply" type="submit">
Is there a way of performing the same action as this button from the terminal? I'm using a Debian Linux.