WP-Disk-Free: WordPress free disk space checker

To monitor free disk space on a server hosting a WordPress website i created a new plugin, a sort of clone of the unix command df,  called WP-Disk-Free. This plugin allow you to: define in the Settings page minimum free disk space  (MB) to use as a warning quota receive an email, sent to a …

RFIDer: tool to get data from a rfid reader

For a home automation project i had to connect a rdif reader (this one) to a Raspberry Pi 3 and then have the system execute a program each time a token is read by the reader:RFIDer is the tool i developed to do this job. RFIDer sources (GPLv3 license) are available, but you can also find precompiled binaries  for some platform. Once compiled …