Tuesday, 28. May 2013Week 21
.: glue_records.sh

Get the glue records for a given domain:


18:37 | Networking | Permalink
Sunday, 26. May 2013Week 20
.: update_serials.sh

Update the serial number in BIND zone files with the current unix timestamp.


08:29 | Networking | Permalink
Saturday, 25. May 2013Week 20
.: less with colors

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!


19:29 | Linux | Permalink