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
In the earlier chapters of the Terminal Basics series, you learned to create new files and directories (folders). Let’s now see how you can delete files and folders in the Linux terminal. Deleting files To remove files, you can use the rm
Read More
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