Want to know the exact value of the variables in repo files?
Category:Uncategorised
How to find the correct selinux context of a file
There’s a list that shows you the expected SELinux context for files on your system.
A simple watchdog script
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
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