In this guide, we demonstrate how to install KVM on Rocky Linux 9 / Alma Linux 9. KVM, short for Kernel Virtualization Machine, is an opensource virtualization platform designed for the Linux kernel. Itโs a type 1 hypervisor, or commonly referred to
Read More
In the first chapter of the series, I shared my thoughts on why Rust is an increasingly popular programming language. I also showed how to write Hello World program in Rust. Let’s continue this Rust journey. In this article, I shall introduce
Read More
GNOME may have ditched Gedit as the default text editor but it is still a favorite of long-time Linux users. It is primarily a text editor, but with some tweaks, it can work as a lightweight code editor. Yeah! Why use VS
Read More
Every distro is tailored for a range of purposes. Some are configured to work on old computers, some aim to great user experience and some focus on security. Immutable distributions were not what users wanted a couple of years back. But, recently,
Read More
The NixOS series was concluded last week. Though NixOS is a lesser-known, niche distro, the series was appreciated by many FOSSers (It’s FOSS readers). This has given us the confidence boost to work on more tutorial series. openSUSE and Gentoo are on
Read More
Copying files is one of the most basic yet crucial tasks you will be doing regularly. Linux has a dedicated cp command for copying both files and directories (folders). In this part of the Terminal Basics series, you’ll learn to copy files
Read More
The Rust programming language is one of the fastest adopted systems programming languages by developers and tech companies. It is also voted as one of the most loved programming languages by developers who use it on a daily basis. Rust has been
Read More
In this post, we will cover to how to install Kubernetes metrics server step by step. The Kubernetes(k8s) Metrics Server is a component that collects and aggregates metrics data from various sources in the Kubernetes cluster, including nodes and pods. This data
Read More
You must have heard about the famous Vim text editor already. However, this article is about its fork, Neovim. Vim is also a fork of vi which makes Neovim fork of a fork. So, you can end up using anything for some
Read More
GNOME 44 is out now. The upcoming Ubuntu 23.04 and Fedora 38 will feature this new release. Rolling release distros will offer it sooner than other distros. There are a few new distros that have come up lately. One interesting distribution is
Read More
