this post was submitted on 27 Oct 2023
464 points (92.8% liked)
Technology
59092 readers
6622 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each another!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
Approved Bots
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
That’s great and all, but can I still pirate games on Linux? (Don’t judge me)
Yeah just add the game as a non steam game to steam and click play.
It's better I fact. There's a lot less worry about installing a virus.
(Not so) fun fact, a lot of Windows viruses work under Wine on Linux. If you have ransomware bundled with your pirated media, it will likely also encrypt your Linux files.
Use Bottles as a Flatpak, isolate all your applications from each other and from your host system.
Actually, no. Windows viruses can work well in wine. You still have to be careful in that regard.
But the virus will be stuck in its wine prefix, right?
wine doesn't sandbox applications, so it could still cause harm
No, not necessarily. Wine programs usually have access to your home directory as a Windows drive (X: or Z: or similar). So do be careful
I mean it's probably possible to craft a Windows virus that targets Linux through Wine, but I don't think a generic Windows malware would do any damage on Linux.
Mount iso, run the exe with bottles.
Might need to give flatlpak permission to read the mount folder.
Yes, much the same once you learn the hoops.