Vundle: The alternative to vim-plug
In this module, we will be learning how to install plugins in vim using Vundle. Vim is a very small program and is minimalist by design. It is meant to run on machines with low computing and storage. This is…
In this module, we will be learning how to install plugins in vim using Vundle. Vim is a very small program and is minimalist by design. It is meant to run on machines with low computing and storage. This is…
In this article, we’ll learn how to install the NFS server on Ubuntu Linux. What is NFS? Network File System (NFS) is a popular choice for sharing files over LAN in Linux and UNIX platforms developed at Sun Microsystems in…
In this article, we will learn about installing OBS Studio on Linux. You can find system requirements here. How to install OBS Studio on Ubuntu? We can install OBS Studio with both Software Center and the package manager at Ubuntu. Installing…
In this article, we’ll set up HAProxy as a load balancer for Nginx on CentOS. We assume you already have NGINX service set up and running. What is load balancing? A load balancer sits in between the client and the…
In this article we’ll learn how to disable IPv6 on CentOS. How to check if I have IPv6 enabled or not? To check if you have IPv6 enabled or not, execute the following command: If you have IPv6 enabled, it…
In this article, we’ll talk about the functionality of the groupadd command, which is limited to Linux operating systems and used for creating Linux groups. Linux also supplies groupmod and groupdel in addition to groupadd command to manage the Linux…