logoalt Hacker News

tgvtoday at 4:38 PM1 replyview on HN

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


Replies

udev4096today at 5:32 PM

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