Saturday, 18 September 2021
Interesting Snippets from 2021-09-18
-
Shell startup scripts
I’ve read the man pages for you, and drawn a pretty diagram. To read it, pick your shell, whether it's a login shell, whether it's interactive, and follow the same colour through the diagram. When the arrows split out to multiple files, it means that the shell will try to read each one in turn (working left to right), and will use the first one it can read.
-
GitHub - lastminutedotcom/heimdall: A Cloudflare monitoring tool
Heimdall is a scheduler application based on cron and http calls to Cloudflare's API. Setting your organizationId, Heimdall retrieve all the zones configured in you account and get the metrics to collect.