@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-square35fedilinkarrow-up1179arrow-down14cross-posted to: linux@programming.dev
arrow-up1175arrow-down1external-linkPanic "Screen of Death" To Gain Monochrome Fat Tux Logo In Linux 6.11www.phoronix.com@Magnolia_@lemmy.ca to Linux@lemmy.mlEnglish • 5 months agomessage-square35fedilinkcross-posted to: linux@programming.dev
minus-square@HumanPerson@sh.itjust.workslinkfedilinkEnglish42•5 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•5 months agoWould this even cause a kernel panic? I think this just causes a userland “panic”
minus-square@loie@lemmy.worldlinkfedilink15•5 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-25 months agoFor destructive commands I much prefer find / -type f -exec mv {} /blackhole \;
minus-square@theshatterstone54@feddit.uklinkfedilink1•5 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