Friday, 17 July 2020
Interesting Snippets from 2020-07-17
-
Adminer - Database management in a single PHP file
Replace phpMyAdmin with Adminer and you will get a tidier user interface, better support for MySQL features, higher performance and more security. See detailed comparison.
-
ZFS Health Check Script for FreeBSD @ Calomel.org
ZFS on FreeBSD is one of the best file systems we have ever used. But, once we setup the machine we asked the same question every other ZFS admin has asked themselves. How do we tell when there is a problem with our ZFS volumes? To monitor the ZFS filesystems we wrote the following shell script.