How to Install, Update, and Remove Microsoft Edge on Linux

I still recall the day when my friend and I used to download Google Chrome or Firefox via Internet Explorer for internet browsing. Little did we know that someday weā€™d all be using Microsoft Edge for browsing, and honestly, the experience is quite impressive. Microsoft

How to Install, Update, and Remove Firefox on Linux

Firefox is among the most popular browsers and without a doubt the number one browser in the open-source community that directly competes with property browsers like Google Chrome. You can imagine its popularity from the fact that itā€™s the top choice for the most popular

How to Install, Update, and Remove Google Chrome on Linux

Google Chrome has remained a favorite among internet users for over a decade, even as other browsers have come and gone without gaining much traction. The popularity might stem from Googleā€™s support and heavy investments in laptop and mobile companies, allowing them to maintain Google

How to Clear Buffer and Cache Memory in Linux

Linux provides a robust way for memory management by providing an advanced mechanism like buffering and caching to hold repeating data once in memory rather than directly serving it on demand. In the future, when the data is demanded, it will be taken from memory

How to Use AppImage in Linux (A Complete Beginnerā€™s Guide)

šŸš€ Quick Overview This article focuses on explaining different software packaging concepts, highlighting what AppImage is, its installation, and its removal from your Linux system. Traditionally, the software packages are shipped in DEB packages for Debian or Ubuntu-based distributions and RPM packages for RHEL and

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

Installing WPS Office on Linux (a free MS Office alternative)

WPS Office is an office suite software program that is available on Windows, macOS, Linux, iOS, and Android. It was developed by the Chinese company Kingsoft Corporation in Zhuhai. Just a heads up before we continue: Iā€™d like to emphasize two important points: firstly, itā€™s

Installing OnlyOffice on Linux (Your Microsoft Office Alternative)

OnlyOffice stands out as a leading Linux alternative to Microsoft Office, offering a very similar interface, so if you are migrating from a Windows to Linux environment, then this will suit you better than LibreOffice. It provides a range of office productivity tools for creating,

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