Atemu to Linux · 1 year agoTIL about /dev/fullen.wikipedia.orgexternal-linkmessage-square17fedilinkarrow-up1202arrow-down10file-text
arrow-up1202arrow-down1external-linkTIL about /dev/fullen.wikipedia.orgAtemu to Linux · 1 year agomessage-square17fedilinkfile-text
minus-squareDeathByDenimlinkfedilinkarrow-up5·1 year agoThe shell script available for download in the Code section is just pure evil!
minus-squaredotfiles@lemmy.worldlinkfedilinkarrow-up5·1 year agoThe whole website is hilarious. That code finds a random file and deletes it with sudo. I’m gonna run it on a VM :) sudo rm -rf "$(sudo find / -type f -print0 | shuf -n1 -z)"
The shell script available for download in the Code section is just pure evil!
The whole website is hilarious. That code finds a random file and deletes it with sudo. I’m gonna run it on a VM :)
sudo rm -rf "$(sudo find / -type f -print0 | shuf -n1 -z)"