Intro
Handling SEPA (Single Euro Payments Area) XML files manually is a hassle. I recently automated this task using PowerShell, eliminating manual updates for fields like MsgId, CredDtTm, an...
Quick Summary: 📝
Shellfirm is a security tool that intercepts potentially dangerous shell commands and prompts the user with a verification challenge before execution. It acts as a safety ...
Just is a simple command runner. You can get if from https://just.systems. I use it meanwhile regularly, and it improves consistency between my local environment and my CI/CD pipelines. Let me explain...
Quick Summary: 📝
Bunster is a shell compiler that transpiles bash scripts into Go source code and compiles them into static binaries. This allows shell scripts to be executed in environmen...
One needs to be familiar with certain shell commands to investigate system and network configurations and identify vulnerabilities in a Linux system and other processes. Some of the useful ones are:
...
💡 This list was created to inspire developers, sysadmins, and DevOps enthusiasts to build their own tools instead of spending thousands of dollars on vendor-locked SaaS platforms.
A true DevOps...
Most of you will know how to navigate directories using the cd command and how to create a directory with mkdir. You will also be familiar with the mv command. The mv command is not just for moving fi...
Introduction
To catch your attention, I could have named the title X shell sucks, but that would piss people off. A good blog post would compare at least 2 similar things to get a clear pictu...