shell-fu

shell-fu
shell-fu
26 Tip #892 Check memory and swap from command line Want to check the amount of used, free and total memory and swap from the command line? This script displays memory and swap information. Fully posix compliant and should work with all 2.[2-6].* kernels .

https://www.shell-fu.org/

Shell ain’t a bad place to FP: p

Shell ain’t a bad place to FP: part 2/N: Functions as Unix Tools
Shell ain’t a bad place to FP: part 2/N: Functions as Unix Tools
As we saw in the previous post, functions obey stdio and we can mix and match them with built-ins (grep, sed, cat etc.) and other installed tools (like jq, pandoc, babashka etc.). We used functions to name parts of Douglas McIlroy’s pipeline and mess around a bit.

https://www.evalapply.org/posts/shell-aint-a-bad-place-to-fp-part-2-functions-as-unix-tools/index.html

ddries/d2c.sh

ddries/d2c.sh
ddries/d2c.sh
Update Cloudflare DNS ‘A’ records for your dynamic IP. d2c.sh is configured using a TOML file located in /etc/d2c/d2c.toml. The first time you run d2c.sh from the command-line, it will create the config directory for you. You still have to manually create the TOML configuration file.

https://github.com/ddries/d2c.sh