Bash

How to Convert Arabic Numerals to Roman Numerals with Bash

With Bash, one of the most used scripting languages ​​in Linux/Unix environments, we can create a simple script that automates this process. In this article, we will see how to do it.

October 5, 2024
Bash

How To Convert The Output of the dig Command to JSON in Bash

In this article, I will show you how to convert the output of a dig DNS query to JSON format using a Bash script.

October 5, 2024
Go

How to extract text from a PDF document with Go

To accomplish this task, we will use an open-source Go library called pdfcpu, which allows you to handle PDF files, including text extraction.

September 28, 2024
Python

How to extract text from a PDF document with Python

In this article, we will explore how to extract text from a PDF document using PyPDF2.

September 28, 2024
Bash

How to use getopts in Bash to handle options and arguments

In this article, we will look at how getopts works and how to use it to handle various types of options and arguments.

September 28, 2024
Node.js

How to extract text from a PDF document with Node.js

In this article we will see how to extract text from a PDF document using Node.js, through dedicated libraries.

September 28, 2024