Linux

linux

Linux Pacemaker – the new HA (High Availability)

In the world of running critical application, where we cannot afford downtime caused by hardware failures, it becomes necessary to run cluster of hardware, where the application can be automatically migrated to another running hardware,…


Bacula

Bacula : Testing Bacula Backup Job

This is a continuation of the post “Bacula Backup Systems (Server)” which can be accessed by clicking here. In this employment the server, database and storage is hosted in one single server. To test the…


linux

SELINUX

SELinux is a set of security rules using which we can control the processes/application that can access specific files, folders and ports. These processes, files, folders and ports has a special security label called SELinux…


spamassassin

Configuring TLS in Postfix

This post is a continuation on previous posts. It is expected that you have a working Postfix server with Virtual Domain hosting, Dovecot based authentication and filtering using Spamassassin. The previous post in this series can be…



docker

Docker: backup and restore of a database

It is very important to backup databases deployed using containers. Else once the container stops, all data in it will be gone. For this exercise we will continue the example used in previous post that created…


docker

Docker: Installation and basics

This tutorial is aimed to teach one how to install Docker in CentOS 9 base host, and to perform basic tasks.   Quick Notes: You cannot run a Windows based container on a Docker that is…