How to Configure/Setup NFS client on Ubuntu 20.04
In this article, we will explain how to set up the NFS client on ubuntu 20.04 and how to mount the NFS filesystem.
In this article, we will explain how to set up the NFS client on ubuntu 20.04 and how to mount the NFS filesystem.
In this article, we will explain how to set up the NFS client on CentOS 8 and how to mount the NFS filesystem.
It is a filesystem that allow files access over the network. This article explains how to install and configure the NFS server on CentOS8.
This article discuss about the directory structure in the Linux. Article also explains the significance of important directories.
The file system organizes these File systems by storing the files and directory metadata like when it was created when it was modified and where are the data of files stored on the hard drive etc.
This article is author experience of upgrading CentOS 7 to CentOS 8. Article list all the command which are used to upgrade the version.
This article shows how to manage physical volumes with the help of LVM. It discusses whole process of creating a file systems from physical volumes with examples.
Logical Volume Manager (LVM) is used to manage physical volumes at the logical level. This article explain explains LVM concepts with examples.
As we know with the help of SSH we can manage remote servers. This article explains how to debug the problems with SSH and well known issues with their solutions.
Adding SSH key in Git enables seamless working with remote repo. This article explains how to add SSH key in Git.