Category: Scripts

Execute cross system commands on Linux

Because I have expanded my local network with a Raspberry Pi 3 permanently, as that runs my DNS service, I had to work out a solution how I can execute remote commands there to run checks from my main server. I will explain it in this article.

Simple data store for my shell scripts

Usually, if I write a script, I do not prefer to store any parameter or input value as hard coded onto the scripts. And those long parameter lists seems clunky for me. Due to this reason, I made a simple key-value data storage for my local running scripts.