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.
Loops and iterations in Bash
In this article, we'll explore the main types of iteration in 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.
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.
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.
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.