this post was submitted on 21 Mar 2024
522 points (97.3% liked)

linuxmemes

19733 readers
1324 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] KuroeNekoDemon@sh.itjust.works 38 points 3 months ago* (last edited 3 months ago) (2 children)

I still remember that video I watched where a line in the Steam code back in the day was titled SCARY!!!!! and it was rm -rf $STEAMROOT. This nuked a guy's computer because short answer $STEAMROOT was actually / root, long answer here's the video. This nuked both his PC and his external drive that is some pretty bad code but this JavaScript code is up there

[–] rtxn@lemmy.world 41 points 3 months ago (1 children)

That's the issue I linked. The problem was that at some point a script executed rm -rf "$STEAMROOT/*", but did not make sure that $STEAMROOT was set. If for some reason it was empty, the path became /* after substitution.

[–] KuroeNekoDemon@sh.itjust.works 11 points 3 months ago

So would it be funny if I made a meme like this except it was with the trojan horse meme template? I kinda want to

[–] PipedLinkBot@feddit.rocks 5 points 3 months ago

Here is an alternative Piped link(s):

video

Piped is a privacy-respecting open-source alternative frontend to YouTube.

I'm open-source; check me out at GitHub.