Sam, The Man@lemmy.dbzer0.com to Linux@lemmy.mlEnglish · 10 months agoReddit API blew up and now I run Linux?lemmy.dbzer0.comimagemessage-square312fedilinkarrow-up11.17Karrow-down128file-text
arrow-up11.14Karrow-down1imageReddit API blew up and now I run Linux?lemmy.dbzer0.comSam, The Man@lemmy.dbzer0.com to Linux@lemmy.mlEnglish · 10 months agomessage-square312fedilinkfile-text
I feel like I’ve been gaslit into running FOSS but every success only brings me closer to fighting god
minus-squarebad_alloc@feddit.delinkfedilinkarrow-up33·10 months agoWelcome to the real world Neo. Don’t take the pill with 777 permissions btw.
minus-squarefar_university1990@feddit.delinkfedilinkarrow-up17·edit-210 months agodd if=/dev/urandom bs=1k count=128 of=anarchy chmod 777 anarchy ./anarchy
minus-squaredrathvedro@lemm.eelinkfedilinkarrow-up3·10 months ago find / -print0 | while file= read -r -d ‘’ line; do chmod $(($RANDOM % 777)) $file; done True anarchy
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
True anarchy