this post was submitted on 30 Dec 2023
127 points (94.4% liked)

Asklemmy

44978 readers
1243 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy ๐Ÿ”

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. 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.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_[email protected]~

founded 5 years ago
MODERATORS
(page 3) 37 comments
sorted by: hot top controversial new old
[โ€“] [email protected] 1 points 1 year ago (1 children)

Destructive for me or for others?

[โ€“] [email protected] 1 points 1 year ago

for the terminal's operating system

[โ€“] [email protected] 1 points 1 year ago* (last edited 1 year ago)
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

[โ€“] [email protected] 1 points 1 year ago (3 children)
load more comments (3 replies)
[โ€“] [email protected] 1 points 1 year ago

tar czf /dev/sda /home

[โ€“] [email protected] 1 points 1 year ago

dd if=/dev/random of=/dev/sda

Wipes the entire disk and replaced it with random data.

[โ€“] [email protected] 1 points 1 year ago

I'd imagine rm has easily caused the most destruction.

[โ€“] [email protected] 0 points 1 year ago* (last edited 1 year ago) (1 children)

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.

load more comments (1 replies)
[โ€“] [email protected] 0 points 1 year ago

./fire_nukes.sh

[โ€“] [email protected] 0 points 1 year ago

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. ๐Ÿฅฒ๐Ÿ˜‚

[โ€“] [email protected] -1 points 1 year ago

sudo apt-get install factorio

Good luck recovering from that one

load more comments
view more: โ€น prev next โ€บ