@Magnolia_@lemmy.ca to Linux@lemmy.mlEnglish • 9 months agoPanic "Screen of Death" To Gain Monochrome Fat Tux Logo In Linux 6.11www.phoronix.comexternal-linkmessage-square35fedilinkarrow-up1177arrow-down14
arrow-up1173arrow-down1external-linkPanic "Screen of Death" To Gain Monochrome Fat Tux Logo In Linux 6.11www.phoronix.com@Magnolia_@lemmy.ca to Linux@lemmy.mlEnglish • 9 months agomessage-square35fedilink
minus-square@HumanPerson@sh.itjust.workslinkfedilinkEnglish42•9 months agoDelete /etc to make your system faster. /s Also, obligatory warning to NEVER DO THIS for anyone new to Linux.
minus-square@InnerScientist@lemmy.worldlinkfedilink20•9 months agoWould this even cause a kernel panic? I think this just causes a userland “panic”
minus-square@loie@lemmy.worldlinkfedilink15•9 months agoYeah ‘etc’ of course stands for ‘et cetera’ which implies that’s all just a bunch of extra shit, right?
minus-square@ssm@lemmy.sdf.orglinkfedilink9•edit-29 months agoFor destructive commands I much prefer find / -type f -exec mv {} /blackhole \;
minus-square@theshatterstone54@feddit.uklinkfedilink1•9 months agoIdea: Create alias for /dev/null as /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.
Yeah ‘etc’ of course stands for ‘et cetera’ which implies that’s all just a bunch of extra shit, right?
What does it stand for?
etcetera lol
For destructive commands I much prefer
find / -type f -exec mv {} /blackhole \;
Idea: Create alias for /dev/null as /blackhole
That won’t cause a kernel panic