Introduction: In this post, we will explain how to set up failover on Rundeck. Rundeck officially doesn’t supports failover. We tested this approach on CentOS 6 and it’s working fine. Moreover, use this approach at your own risk 😛 Prerequisites: This post assumes that Rundeck is running on host1 and… Continue Reading Rundeck Failover Setup

Sometimes, we need the mail logs to find out the reason why the mails has been bounced back. The following script will help you to find the same. Actually, this type of script needed for the server which is used for email marketing application.   As most of the email… Continue Reading Script to identify the reason for bounced back emails

Introduction ConfigServer eXploit Scanner (CXS) is a commercial malware and exploit scanning tool commonly used on cPanel/WHM servers. It helps identify malicious files, suspicious scripts, and potential security threats within hosting accounts. This article explains how to create a simple shell script that performs a CXS scan of all cPanel… Continue Reading Scan the Server Using CXS and Email the Report

Introduction A TAR (Tape Archive) file is commonly used on Linux and Unix systems to bundle multiple files into a single archive. There may be situations where you need to search for a specific word or string inside the files contained within a TAR archive without manually extracting the entire… Continue Reading How to Search for a Word Inside a TAR Archive Using a Shell Script