How to increase DefaultTasksMax in RHEL/CentOS 8 onwards ?
Let us see how to increase the DefaultTasksMax in RHEL, or CentOS 8 Operating system onwards. The default maximum tasks in RHEL/CentOS8 is quite low when you run any database...
Let us see how to increase the DefaultTasksMax in RHEL, or CentOS 8 Operating system onwards. The default maximum tasks in RHEL/CentOS8 is quite low when you run any database...
Today we will see how to enable NTP in RHEL 7 onwards. Lets see it step by step. 1. Check current timezone and date [root@ngelinux samba]# date Thu Mar 7...
In this article, we will see how to download rpm packages with dependencies using yum. The trick is very useful especially for servers where the repo is not reachable. Lets...
To find the differences between two files in Linux using grep, we can use the following approaches. 1. Lines in File1 but not in File2 # grep -Fxv -f file2.txt...
From RHEL 8 onwards, the default core file path is changed to /var/lib/systemd/coredump unlike till RHEL 7 where its saved in current path by default. We can use below steps...
In this post, we will see how to restrict direct root login via password, and only allow login via keys. To achieve this, we need to change below setting in...
Lets see how to set timezone on Redhat Linux from RHEL 7 onwards. Earlier we used to link the timezone files. However now we can do it via a command...
In this post, we will see one of the common error while using sudo and how to fix that. I. Problem [root@ngelinux bin]# sudo -u mysqld sh /monitor/mysqld/scripts/mysqld_NGEL.sh root is...
In this post, we will see how to reinstall any installed package in Linux using Yum or dnf. 1. Check out the package and version available to install/reinstall. [ngeroot@ngelinux01 grub2]#...