News

In this how-to we shall take our first steps into creating Bash scripts with three example projects. The first is the ...
Think of a bash script as a tiny application you create that consists of Linux commands. You can write bash scripts to do just about anything, such as create backups, set variables, open applications, ...
It may look intimidating, but the Linux filesystem isn’t a maze of dead ends. Here’s the map that you need to learn more ...
This script is an example for how to create a point to point unicast VXLAN tunnel between two linux hosts via python. Included is a vagrant file that will spin up a vagrant environment for testing the ...
eg will give you useful examples right at the command line. Think of it as a companion tool for man. eg comes from exempli gratia, and is pronounced like the letters: "ee gee". Clone the repo and ...