Bash

Bash solutions for interacting with Docker

In this article, we will explore some solutions that can be implemented at the Bash script level to interact with Docker.

August 31, 2024
Bash

Loops and iterations in Bash

In this article, we'll explore the main types of iteration in Bash.

August 24, 2024
Bash

Monitoring the uptime of a website with Bash, cron and systemd

Ensuring that a website remains online and accessible is crucial for any business or individual relying on web presence. Automated monitoring can help quickly identify downtime and performance issues, allowing for swift corrective actions.

August 1, 2024
Bash

Bash: how to format the JSON response of REST APIs

In this article, we will see how to implement a Bash script that calls REST APIs and returns a formatted JSON output.

June 30, 2024
Bash

Bash: how to mport data from a JSON file into a MySQL database

Importing data from a JSON file into a MySQL database can be done in a variety of ways, but using a Bash script is a powerful and automatable solution.

June 22, 2024
Bash

How to create a Bash script to get the registrar name from the whois command

In this article, I will walk you through the process of creating a Bash script to specifically extract the Registrar name from the whois command output.

June 15, 2024