While attempting to import an .sql file I experienced the following error Unknown collation: 'utf8mb4_unicode_520_ci'. It turns out the CentOS 7 repo only offers MariaDB version 5.5, meanwhile www.mariadb.org currently offers version 10.1 and also states that utf8mb4_unicode_520_ci is a support...

Continue reading...

So I just installed Grav CMS (v1.1.3 and Grav Admin v1.1.4) to attempt keeping my notes. A CMS that uses a flat filesystem is ideal since I will be able to write and refer to my notes both via web browser as well as via SSH terminal.

I ran into an issue using the SimpleSearch plugin in which no...

Continue reading...

Process Monitor is an advanced monitoring tool for Windows that shows real-time file system, Registry and process/thread activity.
  • https://docs.microsoft.com/en-us/sysinternals/downloads/procmon

Continue reading...