Generating a QR code with Bash
Generating a QR Code directly from a Bash shell is a simple and useful way to automate the sharing of URLs, text, or Wi-Fi credentials.
Mastering the find command: search and automate in Unix-like systems
find offers a rich grammar for querying the filesystem and automating workflows.
Running Commands Inside a Docker Container Without Hardcoding the ID
If your script contains a static container ID, you’ll need to update it after every rebuild, making the process impractical and error-prone.
Start All Projects with Docker Compose in Different Directories
In this article, I’ll show you how to create a Bash script that automatically locates all docker-compose.yml files and starts each corresponding project.
How to sort an array of strings in Bash
In this article, we’ll explore different ways to sort an array of strings using Bash commands.
How to convert all the images of a website to WebP with Bash
In this article, we will see how to create a Bash script to convert existing images to the WebP format.