How to Install Terraform (Infrastructure as Code) in Linux
In this article, we will discuss what Terraform is and how to install Terraform on various Linux distributions using HashiCorp
In this article, we will discuss what Terraform is and how to install Terraform on various Linux distributions using HashiCorp
Putty is an open-source terminal emulator that supports several network protocols like Telnet, SSH, Rlogin, SCP, and Raw Socket. The
Apache Spark is an open-source distributed computational framework that is created to provide faster computational results. It is an in-memory
Apache NIFI is an open-source scalable tool to manage transformation, data routing, and system mediation logic. To put it in
In this article, we will take a look at gdu an open-source disk usage analyzer written in go. Gdu is
SQLite is a lightweight, small and self-contained RDBMS in a C library. Popular databases like MySql, PostgreSQL, etc. works in
In this article, we will take a look at how to use a break and continue in bash scripts. In
In bash for, while, and until are three loop constructs. While each loop differs syntactically and functionally their purpose is
This article is all about how to read files in bash scripts using a while loop. Reading a file is
Flameshot is an open-source screenshot tool available for Linux, Mac, and Windows. It is created with C++ and QT5 language.
Markdown is a formatting language that is created for the web. The purpose of markdown is to make life easy
Have you ever been in a situation to work with CSV files and produce output in structured tabular format? Recently