this post was submitted on 05 May 2025
47 points (100.0% liked)

Linux

7312 readers
490 users here now

A community for everything relating to the GNU/Linux operating system

Also check out:

Original icon base courtesy of [email protected] and The GIMP

founded 2 years ago
MODERATORS
 

Packages:

  • github.com/truthfulpharm/prototransform
  • github.com/blankloggia/go-mcp
  • github.com/steelpoor/tlsproxy
top 6 comments
sorted by: hot top controversial new old
[–] [email protected] 4 points 1 week ago (1 children)

Ain't no way mah C++ modules deliver any of them malware.

becauseC++ got no fancy-shmancy modules, got ya!

[–] [email protected] 5 points 1 week ago (1 children)
[–] [email protected] 4 points 1 week ago (1 children)

There's a reason why there's only privileged write access to /dev/sda.

If you run unknown software as root on any computer you get to experience first hand the impact of: "fuck around and find out".

[–] [email protected] 2 points 1 week ago* (last edited 1 week ago) (1 children)

I mean, you can destroy users' data by doing the equivalent of:

find "$HOME" -type f -delete

No idea why they decided to write to /dev/* directly.

[–] [email protected] 0 points 1 week ago

Can't delete a drive that I haven't mounted! :catch_me_if_you_can_vibes:

But if I haven't mounted it, why is it connected in the first place? idk