Atemu@lemmy.ml to Linux@lemmy.ml · 1 year agoTIL about /dev/fullen.wikipedia.orgexternal-linkmessage-square11fedilinkarrow-up135arrow-down10file-text
arrow-up135arrow-down1external-linkTIL about /dev/fullen.wikipedia.orgAtemu@lemmy.ml to Linux@lemmy.ml · 1 year agomessage-square11fedilinkfile-text
minus-squareDeathByDenim@lemmy.mllinkfedilinkarrow-up1arrow-down1·1 year agoThe shell script available for download in the Code section is just pure evil!
minus-squaredotfiles@lemmy.worldlinkfedilinkarrow-up3·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)"