Reddit API blew up and now I run Linux?

Sam, The Man@lemmy.dbzer0.com to Linux@lemmy.ml – 1140 points –

I feel like I've been gaslit into running FOSS but every success only brings me closer to fighting god

306

You are viewing a single comment

Welcome to the real world Neo. Don't take the pill with 777 permissions btw.

dd if=/dev/urandom bs=1k count=128 of=anarchy

chmod 777 anarchy

./anarchy

find / -print0 | while file= read -r -d '' line; do chmod $(($RANDOM % 777)) $file; done

True anarchy