Default parameter passing $@ ... Passthru with defaults # PRE-FLIGHT: add default arguments if [ $# -lt 1 ]; then set -- "server" "-h0.0.0.0" fi ... /usr/local/bin/lektor "$@" # # Wrap kubectl by injecting configuration. #...
Resilient Bash starter template Over the years I have worked on serious production-level issues that turned out to be caused by shell scripts, sometimes burning days of engineering time. This starter template helps prevent common mistakes.
The Purge journey through CDN's, Varnish et al Nick Veenhof from Dropsolid and the Belgian Drupal User Group invited me to come speak at their offices last Friday, about the purge module I maintain. More specifically, various members of the...
Remapping F1-F9 as 1-9 using Xmodmap Recently I found myself in the unfortunate position that the 1 2 3 4 5 6 7 8 9 0 keys on my laptop stopped working, which is more cumbersome than you might think. While waiting on a replacement...
D8: cache clear all the things! Today me and my colleague Adam Weingarten spoke at Drupal GovCon at the prestigious National Institutes of Health's Natcher conference center in Washington DC.