this post was submitted on 02 Apr 2025
34 points (100.0% liked)
libre
9933 readers
12 users here now
Welcome to libre
A comm dedicated to the fight for free software with an anti-capitalist perspective.
The struggle for libre computing cannot be disentangled from other forms of socialist reform. One must be willing to reject proprietary software as fiercely as they would reject capitalism. Luckily, we are not alone.
Resources
- Free Software, Free Society provides an excellent primer in the origins and theory around free software and the GNU Project, the pioneers of the Free Software Movement.
- Switch to GNU/Linux! If you're still using Windows in
$CURRENT_YEAR
, flock to Linux Mint!; Apple Silicon users will want to check out Asahi Linux.
Rules
- Be on topic: Posts should be about free software and other hacktivst struggles. Topics about general tech news should be in the technology comm or programming comm. That doesn't mean all posts have to be serious though, memes are welcome!
- Avoid using misleading terms/speading misinformation: Here's a great article about what those words are. In short, try to avoid parroting common Techbro lingo and topics.
- Avoid being confrontational: People are in different stages of liberating their computing, focus on informing rather than accusing. Debatebro nonsense is not tolerated.
- All site-wide rules still apply
Artwork
- Xenia was meant to be an alternative to Tux and was created (licensed under CC0) by Alan Mackey in 1996.
- Comm icon (of Xenia the Linux mascot) was originally created by @ioletsgo
- Comm banner is a close up of "Dorlotons Degooglisons" by David Revoy (CC-BY 4.0) for Framasoft
founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Wine and bottles by extension aren't virtual machines, its a compatibility layer that translates windows system calls into Linux ones. Programs run in wine can interact with files on your system if you run them outside of a prefix. You can think of a prefix as an individual isolated machine that Windows software run in it can't see out of kind of like a VM but what the software is doing behind it is completely different. It's almost certainly not going to happen unless you're being directly attacked, but it is theoretically easier for malware to escape a prefix than a VM.
The main benefit of prefixes is having multiple different ones that can be tweaked for better compatibility with the game or whatever you're trying to run. Bottles is just an easy way to manage prefixes.
It's easy to remember that Wine is just an API compatibility layer - Just gotta know its actual name:
Thanks