MariaDB is a fork of the MySQL database. I use this database, among other things, to store data from [[Docker - Home Assistant Container Setup with MariaDB and InfluxDB 2.x|Home Assistant]]. Furthermore, it is very easy to connect MariaDB to [[Docker - Grafana Container Setup|Grafana]] to visualize data.
[ Read More]
It is very easy to send a syslog test message to a syslog server using logger and to check the connection between syslog client and server with tcpdump.
[ Read More]
I regularly delete a ‘sandbox’ measurement with test data. It is not very complicated to delete a measurement, but it is worth noting.
[ Read More]
Docker containers which are using the network of the host (the machine Docker runs on) will also need to share the ports of the host with each other.
[ Read More]