@[email protected] to [email protected]English • 11 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@[email protected] to [email protected]English • 11 months agomessage-square35fedilink
minus-square@[email protected]linkfedilinkEnglish42•11 months agoDelete /etc to make your system faster. /s Also, obligatory warning to NEVER DO THIS for anyone new to Linux.
minus-square@[email protected]linkfedilink20•11 months agoWould this even cause a kernel panic? I think this just causes a userland “panic”
minus-square@[email protected]linkfedilink15•11 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-211 months agoFor destructive commands I much prefer find / -type f -exec mv {} /blackhole \;
minus-square@[email protected]linkfedilink1•11 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