logoalt Hacker News

ahokatoday at 2:13 PM1 replyview on HN

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


Replies

tgvtoday at 4:38 PM

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

show 1 reply