-
Secure WordPress Against Fake and Disposable Email Spam
In this howto, we'll show how to use the Fiddlemail Wordpress plugin to secure your Wordpress installation against the usage of disposable email addresses (also known as fake or trash mail addresses). Read More here.
-
Use Glances to Monitor Remote Linux in Web Server Mode
Glances is a free open source, modern, cross-platform, real-time top and htop like system monitoring tool. It offers advanced features compared to its counterparts, and can run in different modes: as a standalone, in... [[ This is a content summary only. Visit my website for full links, other content, and...
-
How to trigger commands on File/Directory changes with Incron on Debian
This guide shows how you can install and use incron on a Debian 9 (Stretch) system. Incron is similar to cron, but instead of running commands based on time, it can trigger commands when file or directory events occur (e.g. a file modification, changes of permissions, etc.). Read More here....