linux

Umask in Linux

What is it? Umask in Linux is a Linux command that is used to assign the default file permission sets that will be assigned when a file or a directory will be created by a…


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 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…