Bash

How to create a Bash script to monitor a Node.js application

In this article, we will see how to create a Bash script to monitor a Node.js application and restart the associated system service only when the application files have been modified.

June 8, 2024
Bash

How to create a basic Bash script to monitor the uptime of a website

Here is a step-by-step guide on how to create a Bash script to monitor the uptime of a website.

June 1, 2024
Bash

How to create a basic Bash script to monitor a website's uptime

With a Bash script, you can automate uptime control and receive immediate notifications in case of downtime.

May 26, 2024
Bash

Bash: how to detect hosts on a local network without using nmap

If you want a Bash script that discovers hosts on your local network without using nmap, we can use other tools like ping for host discovery.

May 19, 2024
Bash

A basic approach to test MySQL connection in Bash

In this article, we will explore how to use Bash to test the connection to a MySQL database.

April 13, 2024
Bash

How to generate random strings in Bash

In this article, we will explore some practical methods for generating random strings in Bash, adaptable to different levels of complexity and needs.

April 6, 2024