Networking
Python Netmiko – network automation
If you have been using expect on Linux or paramiko with python, then you will feel the ease of programing with netmiko. Netmiko really simplifies ssh session management on network devices. To install netmiko use pip3 or pip installer Netmiko currently supports many network operating systems, including Cisco IOS variants, JunOS, Linux etc. You can […]
Playing with openwrt on TP-Link Archer C20 wifi router
I have been using dlink and tp-link wifi routers since long with their default firmware. These firmware do not provide enough flexibility and control on what you want to configure and see. So I decided to go for openwrt. Next big task was to find a cheap router with which I can play. I read […]
Start computer remotely using Wake on LAN
If you want to turn on your computer remotely on network then “Wake on LAN” is what you need. It can be applied in many situations, such as if there is a short power outage and you want to bring up your machine again by booting it remotely on network and so on. First thing […]