Category RHEL

How to install Python3 on LINUX

How to Install Python 3 on Linux

Most of the Linux distros still shipped with Python2. Support is going to end for Python2 in 2020. So it is always advisable to start using for all your purpose whatever you are going to use python. Also, it is…

How to setup ASR in AZURE

How to setup ASR in Azure

ASR service in AZURE provides business continuity and disaster recovery solution by keeping business apps up and running, during scheduled or unscheduled breakdowns. ASR manages disaster recovery of on-premises machines and Azure virtual machines, including replication, failover, and recovery. We…

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…