Before publishing this, I explained how to install and remove packages in NixOS for a single-user system. But if you are running multiple users, there is an excellent way to cater needs of every user separately. And in this guide, I will
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
Do we need more Linux distros or more Linux users? Perhaps, both. Two new distros announced this week have specific purposes. Ubuntu users would find one of them particularly interesting. 💬 Let’s see what else you have this week: Continuation of NixOS
Read More
You learned to create new files in the previous chapter of the Terminal Basics series. In this chapter, you’ll learn to read the files. I’ll be discussing the most common Linux commands to display the contents of a text file. Before you
Read More
What is a proxy? A proxy is a server or software application that acts as an intermediary between a client and another server. It serves as a gateway between the client and the internet and allows users to access online resources while
Read More
Are you looking for an easy guide on how to install Kubernetes (k8s) using kubespray? The step-by-step guide on this page will show you how to install Kubernetes Cluster using kubespray on linux systems. Kubespray is a free and open-source tool that
Read More
After installation, you will notice that NixOS is quite different from general-purpose Linux distributions. Of course, as one of the advanced Linux distributions, it may not feel right at home to most new users. If you do not know why you should
Read More
Recently I was notified that It’s FOSS was included among the top 50 Raspberry Pi blogs. Wow! That was pleasantly unexpected. Does that mean you’ll be seeing more Raspberry Pi resources? Maybe 🙂 💬 Let’s see what you have this week: Get
Read More
In this post, we will cover how to install minikube on RHEL 8, Rocky Linux 8 or AlmaLinux 8 step by step. Minikube is a cross-platform and open-source tool that makes it possible for you to deploy a single-node Kubernetes cluster on
Read More
