Explanation of Network Bonding and its types in Linux.
The process of combing two or more network interfaces together to form a single interface is known as network bonding. In Linux, we usually combine two ethernet interfaces to create...
In this category, you can see all articles related to Unix or Linux operating System.
The process of combing two or more network interfaces together to form a single interface is known as network bonding. In Linux, we usually combine two ethernet interfaces to create...
In this short article, we will look how to test a port on Linux on multiple hosts. This tip is very useful to test the port connectivity on a large...
We all know with RHEL7 or Centos 7.0, the GRUB 2 is introduced. Lets have a look at the differences between GRUB 1(0.97) and GRUB 2 in Linux. 1. Introduction...
In this article, we will look what is the meaning of hard and soft mount in NFS and which option we should use ? To understand this lets understand the...
1. PAM Introduction Pluggable authentication module (PAM) provides a mechanism to incorporate multiple low-level authentication schemes into a high-level application programming interface (API). Sun Microsystems introduced the concept of PAM...
Today we will check what is MBR and GPT, what are their differences/similarities and what should we use ? 1. What is MBR ? MBR(master boot record) is the first...
In this post, we will look how to perform RHEL or CentOS system update, package update, and how to rollback the changes. We will cover below scenarios: 1. Package update...
Today we will look at the between RHEL5, 6 and 7 version or you can say CentOS 5, 6 and 7 versions. I have gone through multiple sites, however not...
In this post we will look at the differences between NFS v2, v3, v4 and the subversions of V4 i.e. v4.1 and v4.2. Difference between NFS v2, v3 and v4...
Brief explanation of process related terms in linux. Today we will look at a very interesting topic to understand various different process states available in Linux. To understand this post...