How to Install Scratch on Linux for Fun Coding Adventures

Scratch is an amazing visual programming language and online community aimed at teaching coding concepts and terminology to children and beginners in a fun and interactive way. You can imagine its popularity from the fact that it isn’t considered a mainstream programming language like C/C++,

How to Install and Use Pipx on Linux

In Python, ensuring package isolation is crucial to prevent conflicts with one another, and to achieve this goal, there are several tools available, including virtualenv, pipenv, and pipx (our topic for today). Before going more in-depth on pipx, let’s first address the differences among virtualenv,

Installing and Running Fortran Program on Linux

Fortran, which stands for “Formula Translation“, was initially created by IBM in the 1950s to serve as a high-level programming language for scientific and engineering calculations. It is commonly used in areas where performance and numerical accuracy are critical, such as physics, astronomy, geophysics, computational

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

Dive Tool: Explore Docker Image Layers and Optimize Size

🚀 Quick Overview The Dive tool is only helpful to individuals looking for a way to identify each layer of a Docker image. The reason could be reducing the image size or understanding the function of each layer. Dive is an excellent tool, particularly for

COBOL Programming on Linux: Installation Guide & First Program

COBOL (also known as “Common Business-Oriented Language“) is a high-level programming language that first appeared in 1959 to meet the business data processing needs of companies and organizations. It was particularly designed for business applications and handling large-scale data processing, and despite its declining popularity,

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.

How to Install MySQL Workbench on Linux

MySQL Workbench is a GUI front-end (or IDE) tool that integrates SQL development, enabling developers to easily design, model, and manage MySQL databases in a visual and efficient manner. The IDE will automatically detect the MySQL database on your Linux system and try to access

Installing Figma on Linux: Unofficial Desktop Clients and Workarounds

Figma is a popular cloud-based design and collaboration tool used for creating user interfaces (UIs), user experience (UX) designs, web designs, app designs, and more. It’s popular among designers, product managers, and developers for its collaborative features, real-time editing capabilities, and ease of use. It’s

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.

How to Install and Use Julia on Linux

Julia is a high-level, high-performance programming language specifically designed for folks interested in technical and scientific computing. It was designed to fulfill the need for a language blending Python’s user-friendliness and dynamic scripting with the speed of C/C++ and Fortran. It powers diverse domains requiring