Remix.run Logo
permalac 7 hours ago

Does anyone know about any good sysadmin advent?

ahoka 7 hours ago | parent [-]

I propose Advent of Outage: just pull a random plug in the server room every day.

tgv 5 hours ago | parent [-]

How about something like

    while [1]; do kill -9 $((rnd * 100000)); sleep 5; end
Probably needs some external tool for the rnd function.

On a serious note, I just saw this: https://linuxupskillchallenge.org

udev4096 4 hours ago | parent [-]

That's hardly an "upskill" imo. You would know almost all of it by running a linux server for a month or two