Bash

How to send an email with Bash

Sending emails with Bash is an essential skill for anyone working on Linux systems.

December 28, 2024
Bash

How to calculate the MD5 checksum of a file with Bash

In this article, we will see how to calculate the MD5 checksum of a file using the md5sum command in Bash and how to use it to verify the integrity of files.

November 1, 2024
Bash

How to transfer a directory via FTP with Bash

In this article, we will see how to transfer a complete directory from a local system to a remote server using FTP in a Bash script.

October 19, 2024
Bash

How to create an interactive Bash script to generate SSL certificates with Let's Encrypt

This article explains how to create an interactive Bash script to generate SSL certificates using Let's Encrypt.

October 12, 2024
Bash

How to create an interactive Bash script to generate random passwords

In this article, we will explore step by step how to create a Bash script that allows you to generate random passwords of different lengths and complexity, interacting with the user to customize the options.

October 12, 2024
Bash

How to create an interactive Bash script to generate self-signed SSL certificates

In this article, we will create an interactive Bash script to generate self-signed SSL certificates using OpenSSL, a widely used tool for encryption and certificate management.

October 12, 2024