Useful PuTTY Configuration Tips and Tricks
Putty is an open-source terminal emulator that supports several network protocols like Telnet, SSH, Rlogin, SCP, and Raw Socket. The initial version of putty is
Putty is an open-source terminal emulator that supports several network protocols like Telnet, SSH, Rlogin, SCP, and Raw Socket. The initial version of putty is
Apache Spark is an open-source distributed computational framework that is created to provide faster computational results. It is an in-memory computational engine, meaning the data
Apache NIFI is an open-source scalable tool to manage transformation, data routing, and system mediation logic. To put it in layman’s terms nifi simply automates
In this article, we will take a look at gdu an open-source disk usage analyzer written in go. Gdu is inspired by godu, dua, ncdu,
SQLite is a lightweight, small and self-contained RDBMS in a C library. Popular databases like MySql, PostgreSQL, etc. works in the client-server model and they
In this article, we will take a look at how to use a break and continue in bash scripts. In bash, we have three main
In bash for, while, and until are three loop constructs. While each loop differs syntactically and functionally their purpose is to iterate over a block
This article is all about how to read files in bash scripts using a while loop. Reading a file is a common operation in programming.
Flameshot is an open-source screenshot tool available for Linux, Mac, and Windows. It is created with C++ and QT5 language. Every popular Linux distribution comes
Markdown is a formatting language that is created for the web. The purpose of markdown is to make life easy when we are writing on
Have you ever been in a situation to work with CSV files and produce output in structured tabular format? Recently I was working with data
Here document (Heredoc) is an input or file stream literal that is treated as a special block of code. This block of code will be