Monthly Archive: September 2019

How to install MariaDB on Ubuntu

MariaDB database management system is a branch of MySQL, mainly by the open-source community in the maintenance, using GPL license. MariaDB is designed to be fully compatible with MySQL, including API and command line....

How to trigger virus scan on-the-fly with ClamFS on Ubuntu

To scan files on the fly, ClamAV requires a separate module which is ClamFS. How to install ClamAV, please read my previous tutorial. ClamFS is a FUSE-based user-space file system for Linux with on-access anti-virus file scanning through clamd...