Sam, The Man to Linux@lemmy.mlEnglish • 1 year agoReddit API blew up and now I run Linux?lemmy.dbzer0.comimagemessage-square306fedilinkarrow-up11.19Karrow-down128
arrow-up11.16Karrow-down1imageReddit API blew up and now I run Linux?lemmy.dbzer0.comSam, The Man to Linux@lemmy.mlEnglish • 1 year agomessage-square306fedilink
I feel like I’ve been gaslit into running FOSS but every success only brings me closer to fighting god
minus-square@far_university1990@feddit.delinkfedilink17•edit-21 year agodd if=/dev/urandom bs=1k count=128 of=anarchy chmod 777 anarchy ./anarchy
minus-square@drathvedro@lemm.eelinkfedilink3•1 year ago find / -print0 | while file= read -r -d ‘’ line; do chmod $(($RANDOM % 777)) $file; done True anarchy
dd if=/dev/urandom bs=1k count=128 of=anarchy
chmod 777 anarchy
./anarchy
True anarchy