You must have noticed it. You have installed Ubuntu and it seems all good. You leave the system inactive for five minutes or so and it is locked! You enter your account password and log back in. So far, so good. But
Read More
In this post, we will show you how to setup dynamic nfs provisioning in Kubernetes (k8s) cluster. Dynamic NFS storage provisioning in Kubernetes allows you to automatically provision and manage NFS (Network File System) volumes for your Kubernetes applications on-demand. It enables
Read More
The Linux terminal can be a fun place if you want it to be. Of course, it is used for serious work but you have funny Linux commands to amuse yourself. The cowsay is one such tool. It gives you a cow
Read More
Formerly known as Nagios, Nagios Core is a free, open-source, and powerful network monitoring tool that allows you to monitor servers and applications on your network. You can monitor both Linux and Windows servers as well as running applications. Nagios core enables
Read More
Immutable is the new buzzword in the Linux world. Started with container-focused working environments, and it is also coming to desktop variants. With Fedora already there, Ubuntu is also planning for a Snap-based immutable desktop edition in 2024. Seems like immutability is
Read More
Pip is a popular tool for installing Python packages and modules from Python Package Index. However, in recent distribution versions, pip users are encountering an externally-managed-environment error. That’s a ‘feature’ added to avoid conflicts between Python packages installed via Pip and the
Read More
The snap packages are now an integral part of Ubuntu. I mean, you can remove Snap from Ubuntu but they are still at the core of Ubuntu. When it comes to updating Ubuntu, you’ll come across apt update and apt upgrade commands.
Read More
It seems like Pip is changing its behavior to avoid conflicts with native Linux packages. The change is now present in Ubuntu 23.10 and Fedora 38, where you’ll run into an error while using Pip. And we have new badges for Pro
Read More
Stress testing your CPU is one of the best ways to check your processor’s performance capabilities under heavy load and the system’s temperature when that happens. When you stress test the CPU, you can monitor the system’s resources to see how they
Read More
In this post, we will show you how to install Ansible AWX on Kubernetes (k8s) cluster step by step. Ansible AWX is a powerful open-source tool for managing and automating IT infrastructure. AWX provides a graphical user interface for Ansible, allowing you
Read More