Virtualization software is prevalent because of its use cases and benefits. You get to experiment, test, or run software that requires a specific OS version. Virtualization provides an abstract concept of computer hardware to help you create virtual machines (VMs), networks, storage,
Read More

The Terminal Basics series provided a good starting point for getting comfortable with the Linux command line. A Linux command and its usage will be featured every Tuesday to take the learning further. For this week, you get the tail command. Apart
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

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