How to stop NetworkManager service to modify resolv.conf file ?
Today we will see one of the most common issue that after rebooting system our resolv.conf file is getting updated everytime and our DNS client configuration is removed. Let us...
Today we will see one of the most common issue that after rebooting system our resolv.conf file is getting updated everytime and our DNS client configuration is removed. Let us...
In this post, we will understand how to see if hyperthreading or multi-threading is enabled on a Linux server or not from OS end. There are two points we need...
Today we will see the steps how to create NFS v4 only server in linux. We will see how to create NFS server and then how to make it work...
Today we will see one of the most common error message and its solution. I. Error Message [root@ngelinux orasystem]# su - oracle Last login: Fri Jun 23 01:48:02 PDT 2023...
Today in this post, we will see how to change the default kernel version during boot time in RHEL 8. Lets see it step by step to understand the scenario....
By default, in RHEL 9, the older hosts can’t do the ssh directly. This is disabled by default. To enable this we need to update the crypto policies. I. Error...
In this post, we will see how to install GNOME desktop in CentOS/RHEL Linux. To install GNOME desktop, we can use yum and specify the graphical group name to install...
In this post, we will see one of the common error message and its solution. I. Error Message /share/common/pkgs/python/v3.6.1/lib/python3.6/site-packages/pandas/compat/__init__.py:117: UserWarning: Could not import the lzma module. Your installed Python is...