Bash

5 important reasons you should learn scripting
- Tony Mattke
- Automation & tools
- 3 min read
Today’s IT landscape if full of software defined marketecture, and lore of a dystopian future full of network engineers that do nothing but write code. But in reality, there are …

SSH Wrapper Script
- Tony Mattke
- Automation & tools
- 1 min read
Ok — this is my first script that I’m posting here. Its a VERY simple ssh wrapper script that you can place in your path, preferably in ~/bin bash #!/bin/bash …