Magnolia_@lemmy.ca to Linux@lemmy.mlEnglish · 5 months agoPanic "Screen of Death" To Gain Monochrome Fat Tux Logo In Linux 6.11www.phoronix.comexternal-linkmessage-square18fedilinkarrow-up10arrow-down10
arrow-up10arrow-down1external-linkPanic "Screen of Death" To Gain Monochrome Fat Tux Logo In Linux 6.11www.phoronix.comMagnolia_@lemmy.ca to Linux@lemmy.mlEnglish · 5 months agomessage-square18fedilink
minus-squareHumanPerson@sh.itjust.workslinkfedilinkEnglisharrow-up0·5 months agoDelete /etc to make your system faster. /s Also, obligatory warning to NEVER DO THIS for anyone new to Linux.
minus-squareInnerScientist@lemmy.worldlinkfedilinkarrow-up0·5 months agoWould this even cause a kernel panic? I think this just causes a userland “panic”
minus-squareHumanPerson@sh.itjust.workslinkfedilinkEnglisharrow-up0·5 months agoIdk, you’re probably right.
minus-squaressm@lemmy.sdf.orglinkfedilinkarrow-up0·edit-25 months agoFor destructive commands I much prefer find / -type f -exec mv {} /blackhole \;
Delete /etc to make your system faster. /s Also, obligatory warning to NEVER DO THIS for anyone new to Linux.
Would this even cause a kernel panic? I think this just causes a userland “panic”
Idk, you’re probably right.
For destructive commands I much prefer
find / -type f -exec mv {} /blackhole \;