Rundeck Failover Setup
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 […]
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 […]
Introduction The following script will help you to create a temporary user on the host and delete all the content associated with the user after 3 hours. These
Introduction Amazon S3 is a scalable object storage service that can be used to store and manage files securely. This guide explains how to create a simple PHP-based
Introduction Managing modern server infrastructure requires tools that provide reliable remote access, hardware monitoring, and automated configuration capabilities. Dell PowerEdge servers include a built-in management platform called Integrated
Log rotation is a way of managing old log files to reduce disk space usage on the server. By default logrotate is invoked once a day using a
Consider scenario on large production system, when a new table is created or an alter table is triggered then we may need to notify few users. We came