28.05.2013
glue_records.sh
Get the glue records for a given domain:
18:37 | Networking | Permalink
Unless otherwise expressly stated, all original material of whatever nature created by Andreas Jaggi and included in this weblog is licensed under a Creative Commons License.
Update the serial number in BIND zone files with the current unix timestamp.
08:29 | Networking | Permalink
For a long time it annoyed me everytime that less only showed ASCII codes instead of colors when piping some 'color-enabled' output into it.
Turns out there is an easy fix for that:
colordiff a/foo b/foo | less -R
Thanks to Major Hayden for this very useful tip!