Netapp is an storage server, it can share storage using several protocols like nfs v1,v2,v3,v4, ci…
Read more#!/bin/bash HOUR=`date +"%D %T"` echo " Storage Capacity Utiliza…
Read moreKernel Panic error come usually when kernel corrupt or if after kernel update it will get panic er…
Read morebelow command is the example of adding rule #auditctl -w /etc/selinux/ -p wa -k selinux_changes #a…
Read moreFirst make sure have httpd and mysqld # rpm -iUvh http://dl.fedoraproject.org/pub/epel/epel-rele…
Read more# systemctl start firewalld.service # systemctl status firewalld.service ● firewalld.service - fir…
Read moreredhat 6 are using iptables for using their local firewall [root@boobalserver ~]# service iptables …
Read moreUsually there are two ways to setup environment one is for separate user and another one is for al…
Read morefor mounting an .iso image on linux server, place the respective .iso file on any desire loction h…
Read more//open notepad and paste below then save as mytest.bat rem *mytest.bat rem *Boobalan 15/10/2020 rem…
Read morecheck the password aging and expire details #chage -l BOOBI Last password change …
Read morehere i'm using credentials for the folder permissions, the credentials are service account th…
Read moreFailed to restart auditd.service: Operation refused, unit auditd.service may be requested by depen…
Read moreRotating Log A list of log files maintained by rsyslogd can be found in the /etc/rsyslog.conf …
Read morefor restrict the user login you may have to modify on access.conf file #vi /etc/security/access.c…
Read moreInstall the expect package #yum list expect //this package is available in my redhat repo #yum ins…
Read more# cat /root/script/execute.sh #!/bin/bash #execute.sh doc="/root/backup" sudo sh /root/s…
Read morehere we several option one - sshpass - but this will not available in redhat for alternate option…
Read moreRefer here
Read more#yum install ansible it available in epel repository, for redhat you have to buy dedicated subsc…
Read moreedit /etc/ssh/sshd_config passwordauthentication no to yes pubkeyauthentication yes to no sa…
Read moreFor clearing cache [root@laptop ~]# free -h total used free sha…
Read more#vi diskspacealert.sh #!/bin/bash threshould=10 hostname=$(hostname) for path in `/bin/df -h | gr…
Read more//to check current configured devices and current running devices [root@laptop ~]# service --sta…
Read more