CRON Jobs on PiOS
PiOS, like other flavors of Linux, has the capability to run CRON jobs in a few different ways. CRON jobs are scripts/programs that run on some kind of schedule/trigger (these are Scheduled Tasks in the Microsoft Windows world). They can be run as root or as an individual user (assuming the user has the correct…
Configure MediaWiki Server with MariaDB and Docker Compose on PiOS
I found it difficult to find a configuration that works almost out of the box with MediaWiki and any supported database (SQLLite, MariaDB, MySQL, Postgress)in Docker on a Raspberry Pi. I hope this helps you compose and configure a basic MediaWiki site with a MariaDB back-end. This guide assumes you have Docker and Docker Compose…