I know the world has been crazy last few years, crazier than usual for us the 1st world, but that doesn't make it ok, for anybody to ask me to replace postfix with sendmail as a MTA. There's no way I'll do it, so you'll be losing your time.
#1stWorldProblems#SysadminProblems
TFW you wake early to do essential network retooling to make sure inbound teenager w/XBox doesn't chew up all your bandwidth, when no-one else is around to be disturbed
AND ...
Spouse wakes and goes online
#SysAdminProblems
How the hell do you get a job in software development and not know that the first index of an array is 0? Now I get to go fix four months' worth of records because of this. #sysadminproblems
Finally got this bastard-ass shell script doing what it needs to do, and I fist-pumped so hard that I legitimately think I dislocated my shoulder. #sysadminproblems
Sure Ansible, why do something sane like
if ansible_distribution_major_version >= 18
when you can do this instead
if ansible_distribution_major_version is version_compare('18.04', '>=')
and this is buried 4 levels deep in the docs
#SysadminProblems