apt-cache search monit lists "monit – utility for monitoring and managing daemons or similar programs"

Force HSTS in Apache .htaccess

2020-12-18

Learn how to enable HSTS (HTTP Strict Transport Security) in Linux Apache .htaccess. I wrote about enabling HTTP Strict Transport Security (HSTS) in IIS earlier. But what about enabling HSTS in Apache .htaccess? Here is how.

apt-cache search monit lists "monit – utility for monitoring and managing daemons or similar programs"

MySQL InnoDB performance improvement: InnoDB buffer pool instances – Updated!

2016-06-10

Are you running into MySQL load problems? InnoDB Buffer Pool optimization is an important step in tuning MySQL servers for a heavy InnoDB workload. Configuring innodb_buffer_pool_instances and increase read/write I/O threads. Dividing the InnoDB buffer pool into multiple instances can improve Disk I/O. And by doing so, you run your database & server more efficiently and faster. Here is a little help for you.

apt-cache search monit lists "monit – utility for monitoring and managing daemons or similar programs"

Turn off swap

2015-03-25

Learn how to turn off swap in Bash, because when a swap partition is enabled Linux starts swapping, which may degrade (MySQL) system performance

apt-cache search monit lists "monit – utility for monitoring and managing daemons or similar programs"

Delete all MAILER-DAEMON emails in Postfix queue

2014-06-04

How to delete all MAILER-DAEMON emails from your Postfix queue, when it matches a sender or recipient email address condition. In Postfix, there are various similar commands to delete messages from the Postfix mail queue, based on the Message-ID and/or email address for example...