@[email protected] to [email protected]English • 5 months agoPanic "Screen of Death" To Gain Monochrome Fat Tux Logo In Linux 6.11www.phoronix.comexternal-linkmessage-square35fedilinkarrow-up1176arrow-down15cross-posted to: [email protected]
arrow-up1171arrow-down1external-linkPanic "Screen of Death" To Gain Monochrome Fat Tux Logo In Linux 6.11www.phoronix.com@[email protected] to [email protected]English • 5 months agomessage-square35fedilinkcross-posted to: [email protected]
minus-square@[email protected]linkfedilinkEnglish42•5 months agoDelete /etc to make your system faster. /s Also, obligatory warning to NEVER DO THIS for anyone new to Linux.
minus-square@InnerScientistlink20•5 months agoWould this even cause a kernel panic? I think this just causes a userland “panic”
minus-square@loielink15•5 months agoYeah ‘etc’ of course stands for ‘et cetera’ which implies that’s all just a bunch of extra shit, right?
minus-square@[email protected]linkfedilink9•edit-25 months agoFor destructive commands I much prefer find / -type f -exec mv {} /blackhole \;
minus-square@[email protected]linkfedilink1•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