How to Add and Remove Passwords from PDF Files on Linux

PDFs are the primary file format for sharing sensitive educational, government, or office documents with individuals, often encrypted with a password to prevent unauthorized access. However, with a valid password, individuals can easily decrypt and store them in an encrypted wallet for future access. But

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,

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

How to Install Development Tools on Linux (Ultimate Guide)

Development tools are a set of software applications and utilities specifically designed to aid software developers in creating, debugging, testing, and maintaining software applications. These development tools include necessary applications such as GCC (GNU Compiler Collection), GNU Make, Git, GDB (GNU Debugger), and many more.

Fastfetch: A Tool for Fetching System Information on Linux

Fastfetch is a tool for fetching system information, similar to Neofetch, but with enhanced performance because it’s written in C and offers greater customizability, providing you with more control over the output. Overall, it’s a good tool available for most operating systems, like Linux, Android,

Installing NASM and Writing Your First Assembly Program on Linux

Assembly language is one of the most popular topics in the coding community as it offers you the ability to work at a low level that is closely tied to a computer’s architecture and hardware. It provides a human-readable representation of machine code instructions, allowing

How to Install C# on Linux (and Usage with Practical Examples)

C# (pronounced “C sharp”) is a modern, high-level, multiple paradigms, and object-oriented programming language developed by tech titan Microsoft. Originally debuted in the early 2000s as part of the .NET framework, this technology has since evolved and become a core component of the .NET ecosystem.

Installing Dart Programming Language on Linux

Dart, a prominent programming language, is developed and maintained by tech titan Google. Google’s Flutter leverages Dart as its language, empowering developers to develop cross-platform applications from a single codebase. It aims to provide a productive and readable C-style syntax while offering features that make

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

C/C++ Installation and Practical Usage Guide for Linux

Linux, a versatile and powerful operating system, offers an ideal environment for programming and, of course, for many other things. However, for newcomers transitioning from Windows to Linux, the installation of C/C++ tools can pose significant challenges. Installing C/C++ development tools typically involves installing a

What is Strip Command and How to Use it?

In this article, you will learn what the strip command is, its usecase, and how to use it to reduce the size of your compiled program. Tutorial Details Description Stripping the Information from Compiled File Difficulty Level Moderate Root or Sudo Privileges No OS Compatibility