At times you find some daemons just stop but since they’re not actively used all the time etc you don’t find out until long after. This script watches the named process. Run it from cron to run checks occasionally (like */15 * * * * for every 15 minutes). If you replace the DAEMON=<daemon name> …
Continue reading A simple watchdog script
Category:Uncategorised
Convert files to webp
Do you have a folder with many images that you want to convert to webp? Don’t want to do it all by hand? Use this script then. You will need to set the WORKDIR variable, and perhaps change the path to the bash shell (like when you’re on FreeBSD, the path is /usr/local/bin/bash). Requirements: webp …
Continue reading Convert files to webp