Published November 15, 2021 Remote Failover testing The below is to be used in a script to test failover based on firewall rules
Published February 26, 2025 Check open for an open port From a Windows powershell terminal in the above just change name/ip-here to the name or ip of what you are testing then […]
Published February 3, 2015 What version of Centos is my server running? This post shows how to find out what version of Centos you are running from the command line. tail /etc/redhat-release This will […]
Published November 19, 2020 SSH Notifications via email IP=”$(echo $SSH_CONNECTION | cut -d ” ” -f 1)”HOSTNAME=$(hostname)NOW=$(date +”%e %b %Y, %a %r”) echo ‘Someone from ‘$IP’ logged into ‘$HOSTNAME’ on […]