rpcbind.socket failed to listen on sockets: Address family not supported by protocol
I got this error the other day while working on Red Hat Enterprise Linux 7.3 and after digging for a while I got to know there is a sort of
Linux tutorials, DevOps guides, shell scripting, automation, and practical how-to content.
I got this error the other day while working on Red Hat Enterprise Linux 7.3 and after digging for a while I got to know there is a sort of
In another article I have shared [step by step guide to configure IPv6 in Linux with examples](https://www.golinuxcloud.com/how-to-configure-ipv6-address-in-linux-rhel-centos-7/) and in this article I will share the steps to disable and enable
To improve security in our environment many times we have to blacklist certain modules from getting loaded in our setup to avoid any security leak. The provided procedure is tested
Kickstart is used to perform an automated installation where no manual intervention would be needed but there are times when we want the end user to fill in some needed
Follow the below link to get an overview of the syntax used in the sudoers file [Understanding Syntax, Aliases, Variables used in sudoers file with examples]({{< relref "understanding-syntax-arguments-aliases/index.md" >}}) In this blog I
Ideally with RAID 1, RAID 5, etc once can easily do a hot HDD swap as they support mirroring at the hardware level but to do the same on a
In my last article I showed the steps needed to collect Onboard Administrator and Virtual Connect Show All report. In this article I will show you the steps to collect
There are multiple methods to generate "SHOW ALL" report of Onboard Administrator and Virtual Connect of a HP C-Class Enclosure. A Show All report would be the first thing
There are times when a process hangs or is responding very late when you feel like killing the process. The ultimate solution is to find the process id of the
I have written separate articles with detailed steps to [create a user with encrypted password using kickstart file]({{< relref "how-to-create-user-normal-and-root/index.md" >}}), or to [perform interactive installation]({{< relref "how-to-perform-interactive-kickstart/index.md" >}}) using kickstart file and with the steps