smbios-token-ctl pick one of the "dangerous - permanent write once" tokens
Asklemmy
A loosely moderated place to ask open-ended questions
Search asklemmy ๐
If your post meets the following criteria, it's welcome here!
- Open-ended question
- Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
- Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
- Not ad nauseam inducing: please make sure it is a question that would be new to most members
- An actual topic of discussion
Looking for support?
Looking for a community?
- Lemmyverse: community search
- sub.rehab: maps old subreddits to fediverse options, marks official as such
- !lemmy411@lemmy.ca: a community for finding communities
~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~
sudo apt install gnome
That wouldn't work on my system.
Typing apt just opens the man page for pacman.
btw
sudo apt remove ratpoison
shutdown -h now
Sucks when the host is remote and you do a -h instead if a -r
alias cp="rm -rf"
bonus points for putting it into the shells RC file.
Not as destructive as deleting root, but a lot more sneakier
dd if=/dev/urandom of=/dev/sdx
will overwrite every single byte of /dev/sdx with random data. Replace /dev/sdx with the drive you want to wipe. Optionally, specify a larger block size to speed it up more.
Sudo pacman -Syu
sudo apt-get install factorio
Good luck recovering from that one
hdparm --yes-i-know-what-i-am-doing --sanitize-crypto-scramble /dev/sda
Modern disks have encryption enabled in disk level. This will change the encryption key on the disk, meaning that in seconds all data in the disk is in unrecoverable state.
This is way better than writing the whole disk 0's or rm -fr /
I was a newbie user, telling a friend of mine about rm -rf /*
. I typed it in a hit Enter, telling him it doesn't harm since I didn't enter sudo
. But I'd forgotten that I have still permission to delete my home directory. ๐ฅฒ๐