this post was submitted on 21 Sep 2025
751 points (95.4% liked)
linuxmemes
27416 readers
78 users here now
Hint: :q!
Sister communities:
Community rules (click to expand)
1. Follow the site-wide rules
- Instance-wide TOS: https://legal.lemmy.world/tos/
- Lemmy code of conduct: https://join-lemmy.org/docs/code_of_conduct.html
2. Be civil
- Understand the difference between a joke and an insult.
- Do not harrass or attack users for any reason. This includes using blanket terms, like "every user of thing".
- Don't get baited into back-and-forth insults. We are not animals.
- Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
- Bigotry will not be tolerated.
3. Post Linux-related content
- Including Unix and BSD.
- Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of
sudo
in Windows. - No porn, no politics, no trolling or ragebaiting.
4. No recent reposts
- Everybody uses Arch btw, can't quit Vim, <loves/tolerates/hates> systemd, and wants to interject for a moment. You can stop now.
5. π¬π§ Language/ΡΠ·ΡΠΊ/Sprache
- This is primarily an English-speaking community. π¬π§π¦πΊπΊπΈ
- Comments written in other languages are allowed.
- The substance of a post should be comprehensible for people who only speak English.
- Titles and post bodies written in other languages will be allowed, but only as long as the above rule is observed.
6. (NEW!) Regarding public figures
We all have our opinions, and certain public figures can be divisive. Keep in mind that this is a community for memes and light-hearted fun, not for airing grievances or leveling accusations. - Keep discussions polite and free of disparagement.
- We are never in possession of all of the facts. Defamatory comments will not be tolerated.
- Discussions that get too heated will be locked and offending comments removed. Β
Please report posts and comments that break these rules!
Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't remove France.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
The thing about Ubuntu that kills me (as a user of it) is the other users who comment on reddit/r/Ubuntu.
They are so confidentally incorrect about so much shit.
Talk about removing snaps?
"Core gnome functionality on Ubuntu requires snaps"
That's not even remotely true. Snaps download Gnome* runtime libraries for it, just like Flatpaks do to run the snaps.
Just an example but still. I see so much crap like this.
Yeah, it's the Cognitive Bias fallacy. Reminds me of all the anti Linux users who continue using the "Linux wont be ready for the average user, because no average user wants to write a compiler from scratch just so they can compile their programs". If you don't like something, you don't like it. No problem, no reason to whine and cry about it. You like a different distro, great, go use it. That's how distro's work. Everything eventually helps everybody and you just pick a distro that gets you close to what you want. I started with Slackware 3.4, to me everything is great.
A friend of mine is a computer illiterate. His laptop doesnβt support Win11 because of the missing secure boot.
I installed Linux mint and showed him firefox, but he preferred chrome, so I got him Brave. Steam was downloaded, the update center was self explanatory.
He loves the speed.
Why would you install Brave when he liked chrome? You could have gone with any other non crypto bro non ad company chrome fork.
Basic Chromium would have been better.
That's awesome. This is why Linux is king. The Linux inertia is building.
Wow, who would have thought the entry level linux distro might be full of inexperienced people who have no idea what they're talking about.
I really hate all these snaps and flatpacks and docker and blah blah blah.
Its about impossible to find a simple series of commands to just install and run some program anymore.
I also keep running into issues, especially with Docker where it assumes its the only thing that exists and everything uses the same port.
Run a macvlan and give containers their own local IP. Or don't expose the port on the host, and connect via reverse proxy.