CentOS / RHEL – 7 How to set hostname permanently

Issue How to set hostname in CentOS-7 / RHEL-7 persistent across reboots. – I have changed /etc/hostname and it changes after reboot. Solution In CentOS / RHEL-7 you need to use the hostnamectlcommand line tool to update the hostname – To set the hostname permanently, issue the below command, hostnamectl set-hostname server1.jobnix.in To view the

CentOS / RHEL – 7 How to set hostname permanently Read More »

RBL Blacklist check script with email alert – cPanel / WHM – Mail Servers

Issue How to check my cPanel / WHM server IPs against RBL ? How to prevent my mail server IPs from being blacklisted ? My cPanel server IP is blacklisted. I need an email alert on blacklisting my IPs ! Solution You can install the below script in /etc/cron.hourly or via crontab entry. Make sure

RBL Blacklist check script with email alert – cPanel / WHM – Mail Servers Read More »

Git doesn’t work after upgrading Mac OS X El Capitain

Issue – Git doesn’t work after upgrading Mac OS to X El Capitain – Output when you run git xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun Solution – run the following command as a user xcode-select –install – This will pop-up a window and continue with it. – Once finished, run

Git doesn’t work after upgrading Mac OS X El Capitain Read More »

Scroll to Top