further to the update on “Synology NAS” of yesterday, people using Airtel can modify the python script to run on their PC / NAS etc to reboot the VDSL modem whenever the it goes down. Run the Script every 10Min because the Beetel 777VR01 takes +6 Minutes to Handshake and connect to VDSL.
Tag: python
iPython Notebook on MACBOOK: Solved
the Launcher Install by Anaconda does not launch ipython notebook. this due to locale issues on MAC OS X. hence the fix is change the locale before launching notebook > export LAN=en_US.UTF-8 > export LC_ALL=en_US.UTF-8 > ipython notebook Its not easy to remember this all the time, hence step 3~5 and because I had issues...
Python Script to Reboot the LinkSys EA3500 router
this is followup of How to SSH on LINKSYS ROUTER with USB Port, I shall now detail the Python Script which is running on my Synology NAS 712 connected to the LINKSYS EA3500 router. pls read the post Rebooting the ADSL Router when it cannot Access Internet to ready the NAS for running the python...