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
There are several commands to view the contents of a file in Linux. Tail command is one of them. And as the name suggests, the tail command is used to print the end part of a file. This can be useful when
Read More
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