Bash

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.

August 23, 2025
Bash

Mastering the find command: search and automate in Unix-like systems

find offers a rich grammar for querying the filesystem and automating workflows.

August 12, 2025
Bash

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.

August 10, 2025
Bash

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.

July 13, 2025
Bash

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.

March 23, 2025
Bash

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.

February 14, 2025