Gabriele Romanato
  • Angular
  • AngularJS
  • Bash
  • CSS
  • Development
  • Go
  • HTML5
  • JavaScript
  • Node.js
  • Python
  • React
  • Rust
  • WordPress
  • jQuery
How to calculate the MD5 checksum of a file with Python
Python

How to calculate the MD5 checksum of a file with Python

November 1, 2024
Python provides simple and effective tools to calculate the MD5 checksum of a file through the hashlib module. Below, we will explore how to use this module to calculate the MD5 checksum of a file in a few steps.
Read more
How to calculate the MD5 checksum of a file with Go
Go

How to calculate the MD5 checksum of a file with Go

November 1, 2024
In Go, calculating the MD5 checksum of a file is quite simple thanks to the standard library packages. In this article we will see how to read a file and calculate its MD5 hash.
Read more
How to calculate the MD5 checksum of a file with Bash
Bash

How to calculate the MD5 checksum of a file with Bash

November 1, 2024
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.
Read more
How to implement the Levenshtein distance algorithm in Go
Go

How to implement the Levenshtein distance algorithm in Go

October 26, 2024
In this article, we will see how to implement the Levenshtein distance algorithm in Go.
Read more
How to log views with Node.js
Node.js

How to log views with Node.js

October 26, 2024
In this article, we will see how to create a simple logging system for views using Node.js.
Read more
How to transfer a directory via FTP with Bash
Bash

How to transfer a directory via FTP with Bash

October 19, 2024
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.
Read more
How to create an interactive Bash script to generate self-signed SSL certificates
Bash

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

October 12, 2024
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.
Read more
How to create an interactive Bash script to generate SSL certificates with Let's Encrypt
Bash

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

October 12, 2024
This article explains how to create an interactive Bash script to generate SSL certificates using Let's Encrypt.
Read more
How to create an interactive Bash script to generate random passwords
Bash

How to create an interactive Bash script to generate random passwords

October 12, 2024
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.
Read more
How to create a Bash script to save the netstat command output to a CSV file
Bash

How to create a Bash script to save the netstat command output to a CSV file

October 12, 2024
This article will explain how to create a Bash script that runs the netstat command, filters and formats the results, and saves them to a CSV file.
Read more
« Newer Page 7 of 91 Older »

© 2026 Gabriele Romanato. All rights reserved.