Automation of Router Configuration with Python & SSH

My student Joram is automating router configuration for NDC Networks. Joram configures Advantech B+B routers for NDC’s clients. The configuration is done using custom built Python Paramiko SSH script. The routers are configured for clients of NDC, an 8 person … Continue reading

Posted in Uncategorized | Tagged , , , , , , , , , , , | Comments Off on Automation of Router Configuration with Python & SSH

Locand – AND Search with Locate

Table of Contents Locand – AND Search with Locate Example Alias Source Locand – AND Search with Locate Search for files whose names contain all search terms. Requires locate so only works on Linux and other POSIX systems. Tested with … Continue reading

Posted in Old Site | Tagged , , , , , , | Comments Off on Locand – AND Search with Locate

Per User bin/

Per User bin/ Run your shell scripts just like any other command, without writing ./command. This article is a work in progress. $ mkdir $HOME/bin/ $ nano .bashrc Add as the last line PATH=$PATH:$HOME/bin To use, close and open shell. … Continue reading

Posted in Old Site | Tagged , , , , , | Comments Off on Per User bin/