Tag: Ubuntu
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…
Installing PHP 5 and MySQL 5.5 on Ubuntu 18.04
Fixing Nagios “error: Could not stat() command file”
One common configuration issue with Nagios 3 running on Ubuntu is getting the Service Commands menu to work correctly in the web portal. By default, it is visible in the UI, but disabled on the server backend. In Ubuntu, you will recieve the cryptic error Could not stat() command file pointing to /var/lib/nagios3/rw/nagios.cmd. This can…
Fix Ubuntu Read Only File System
Add new user to the Nagios Web Interface
Setup Bind 9 DNS Logging and Statistics
Logging To setup logging in Bind 9 you will need to complete the following: First configure logging in your named.conf.options file Add this at the bottom of the file: Now create a directory for the logs. Unless you edit your /etc/apparmor.d/usr.sbin.named, you will have to use the default directory of…
Installing master and slave DNS Servers using Bind 9 on Ubuntu
Stop Squid proxy from being detected
When you use a proxy server, your traffic can be detected as coming via a proxy by sites like Hulu. If you are running squid3, the you can stop this detection by adding the following lines to your config file Add the following to the file You can now test…
Using Ubuntu UFW
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…
Installing PHP 5 and MySQL 5.5 on Ubuntu 18.04
Fixing Nagios “error: Could not stat() command file”

One common configuration issue with Nagios 3 running on Ubuntu is getting the Service Commands menu to work correctly in the web portal. By default, it is visible in the UI, but disabled on the server backend. In Ubuntu, you will recieve the cryptic error Could not stat() command file pointing to /var/lib/nagios3/rw/nagios.cmd. This can…
Fix Ubuntu Read Only File System
Add new user to the Nagios Web Interface
Setup Bind 9 DNS Logging and Statistics

Logging To setup logging in Bind 9 you will need to complete the following: First configure logging in your named.conf.options file Add this at the bottom of the file: Now create a directory for the logs. Unless you edit your /etc/apparmor.d/usr.sbin.named, you will have to use the default directory of…
Installing master and slave DNS Servers using Bind 9 on Ubuntu
Stop Squid proxy from being detected
When you use a proxy server, your traffic can be detected as coming via a proxy by sites like Hulu. If you are running squid3, the you can stop this detection by adding the following lines to your config file Add the following to the file You can now test…