How to Install and Use jaq (jq clone) on Linux: Step-by-Step Guide

Jaq (pronounced like “Jacques”) is a Michael Farber and community effort to increase speed, correctness, and simplicity compared to its predecessor, the jq (JSON data processing) tool. At the moment, it promises to be 30 times faster and already provides improved conditional behavior, resolves crashes,

How to Install and Use LunarVim on Linux (Complete Guide)

LunarVim is a fantastic NeoVim-based IDE, a community-driven project available for free to try, providing support for most popular programming languages such as C/C++, Python, Java, Node.js, Angular, Go, Scala, and 13+ more. It comes with a default configuration to offer features such as autocompletion,

How to Install New (or Nerd) Fonts on Linux (Ultimate Guide)

A good font (also referred to as typography) is crucial in UI/UX design. However, individuals interested in desktop customization often enjoy having an amazing font of their choice on their system to make it stand out among others. While users are provided with a variety

What is Polyglot (and Hyperpolyglot) in Programming

A traditional journey for non-programmers entering the programming realm is to choose one of many programming languages and begin mastering it until they are able to make some use of it and create a full-fledged application. The journey would eventually end here if the person

Schedule One-Time Tasks Using the At Command on Linux

In Linux, there are multiple tools for task scheduling, and one of the well-known options that you might have heard of is the cron job. Today’s discussion centers on the “at” command, a specialized task scheduling tool designed for executing one-time tasks, the opposite of

How to Refresh and Reload Group Membership on Linux

🚀 Quick Overview To immediately detect the changes after adding the user (let’s say “linuxtldr“) to the group (let’s say “docker“) in Linux, use the following command: However, I advise you to read the entire article in order to understand the main reason for this

How to Install and Use Perl on Linux

Perl, a high-level programming language renowned for its flexibility and robust text manipulation capabilities, was developed by Larry Wall and introduced in 1987. Upon its release, this tool gained widespread popularity across various domains, notably in scripting, text processing, system administration, web development, and beyond.

Linux Head Command: View Top of Files & Command Output

In Linux, the head command is a commonly used command-line utility that allows you to view the top portion of a large file or the output of the command. The head command can be useful in various scenarios, such as taking a quick glimpse at

VSCode Tutorial: Features, Installation Guide, and Top Extensions

Visual Studio Code (a.k.a. VSCode) is a free and open-source code editor developed by the software giant Microsoft. It is one of the most popular code editors in the developer community due to its lightweight, speedy, and feature-rich nature. VSCode offers a highly customizable and

Mastering Htpasswd Command on Linux

The htpasswd command-line utility is used to create or update password files that store users and their corresponding hashed passwords. Primarily used for authentication files in the Apache HTTP server to protect users access to certain directories or applications on a web server. However, you

Installing and Using Wget on Linux Like a Pro

In this article, you will explore the power of the wget command, discover the key features of wget, learn how to easily install it on major Linux distributions, and gain hands-on experience with practical examples. Tutorial Details Description Wget Difficulty Level Low Root or Sudo

Access ChatGPT Prompt in your Linux Terminal

As Linux users, we primarily rely on the Linux terminal and prefer to use GUI alternatives to the CLI like Ranger (a CLI based file manager) or w3m (a CLI based web browser). In the ongoing buzz of LLM models like ChatGPT, accessing them via