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

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

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

CRI-O is an opensource and lightweight container runtime for Kubernetes. It is an implementation of the Kubernetes Container Runtime Interface (CRI) using Open Container Initiative (OCI) compatible runtimes. It’s a perfect alternative to Docker when running Kubernetes. In this guide, we will
Read More

Computer security methods are designed to keep private things, well, private. There are many ways to secure a system. Some users use a simple username/password login scheme for basic protection. Other users may use extra protection through encryption in various ways like
Read More