it-systeme
christoph ender it operations · networking · software development
about
Hi there! These pages are intended to share notes and
experiences from my work as an IT freelancer – yes, you
can hire me – working in OPs, networking and development.
contact
latest blog entry: “the august problem”
Starting August 1st, I got some
08: value too great for base
scripts errors in my logs.
Turned out I got the current month number in a bash script
using date +%m
, which was then evaluated in tests
using conditions like [[ ${VAR} -eq 1 ]]
.