Category RHEL

How to install uuencode in linux

How to install uuencode in linux

The uuencode is actually installed by package sharutils. sharutils package contains the GNU shar utilities which is a set of tools for encoding and decoding packages of files in a special plain text format called shell archives (shar). This format…

How to expand striped volume in azure linux VM

striped volume in azure linux VM

Before increase the size of a striped logical volume, it must have enough free space on the underlying physical volumes that make up the volume group to support the stripe. Let’s see how to expand stripped volume in Azure Linux…

VxFS mount failure in RHEL 7

VxFS mount failure in RHEL 7 In RHEL7.6 if you are trying to mount any veritas related file system and getting below error,please look VxFS mount failure in RHEL 7 details below to understand the issue and apply fix as recommended. Error…

how to disable selinux in linux

HOW TO DISABLE SELINUX in RHEL7

how to disable selinux in linux Before we dig into how to disable selinux in linux ,lets understand it what exactly we have to achieve. What is SELINUX ? SELINUX stands for Security Enhance Linux. SELINUX is a security architecture integrated into…

How to create file system in Linux

How to create file system in linux Scenario : Many time server admins have request to create new file system on request from application team or during server provisioning. So lets see how to create file system in linux under different…