Add Mounted Disk to Ubuntu 20.04 or 22.04
Setup DKIM with Postfix on Ubuntu Server

This post will walk you through setting up DKIM with Postfix on your Ubuntu 18.04, 20.04 or 22.04 Server. Setting up DKIM First, install OpenDKIM which is an open-source implementation of the DKIM sender authentication system. Then add postfix user to opendkim group. Edit OpenDKIM main configuration file. Uncomment the following lines. Replace simple with relaxed/simple. Then…
Error: warning: SASL authentication failure: No worthy mechs found
How to Add Iptables Firewall Rules

Iptables is the software firewall that is included with most Linux distributions by default. This post guide provides a quick reference to iptables commands that will create firewall rules for everyday scenarios. Allow Loopback Connections The loopback interface, also referred to as lo, is what a computer uses to forward network connections to…