this post was submitted on 13 Feb 2025
1019 points (95.3% liked)
linuxmemes
23785 readers
2686 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. Even if you watch it on a Linux machine.
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
My 10+ year arch installation is certainly more reliable than my prior windows installation that would randomly decide that the registry is borked and won't boot at all, for no apparent reason.
Or the windows updates that outright deleted the entirety of the users files... Again... https://www.howtogeek.com/658194/windows-10s-new-update-is-deleting-peoples-files-again/
I feel like this thread has a lot of windows users that only look at windows with rose tinted glasses. Windows has had just as many major issues as any linux distro I've used.
Must have had bad luck! I mean I've fixed many a Linux computer in my time so I know it's not perfect, but I guess my expertise helps me avoid a lot of the pitfalls of Linux by generally reading the fucking manual and understanding what I'm doing.
Windows though will break and also install bullshit updates and reset your settings when you do everything right, and that's what gets me every time.
I think part of that perception is a general confusion of OS releases and distros, specially if comparing with windows.
I think that is only the case of the 10+ years of a windows install because it is the same windows version. Windows until I think "recently" didn't even have OS upgrade, I know that now people can upgrade from win10 to win11 (and maybe that was also the case for win8) but even that is because MS wants to force a new version on people and there is a lot of complaints of the upgrade breaking the OS .
On Linux a lot of distros do try to upgrade to a new version and it a very complicated problem. Some distros support this better than others.
But if you are saying that you have like a win7 install rock solid for 10 years, the equivalent is a Linux distro with LTS support centOS, and these distros are rock solid and different than windows it will not get slow over time.
I can't comment on the regular package upgrades without more info, if it is like OS base packages or like end user apps. In any case there has being problems with major versions with changes and stuff but if it is not a rolling release distro that is very rare.
In any case I don't agree thad service packs are the same as OS version upgrades, and if it was recently win10/11 had some very bad updates that broke people workflows and features.
I don't know if there is any LTS distro with Wayland by default. I don't use LTS distro nor Wayland (nothing against it, I just didn't have a need for it so far so my lazy ass will not update). But Wayland rollout has being a disaster in any case. That is completely valid. The only thing I will say is that I don't think that there was any distro that changed to Wayland as a normal update, was always during a version change and as such, of course, doing an upgrade with this major change probably broke a lot of people workflows. The Nvidia situation in the Wayland matter also didn't help at all.
@Breve @_carmin this is because distros use autogenerated grub configs, and using rootfs for grub.
Whan maintaining grub manually on separate or EFI partition, nothing breaks. You only need edit grub config every kernel update. For x11,wayland, etc only solution is some source-based system (gentoo for example) where you decide what to build and what to update. In other cases expect unwanted breakage becauseyou cannot stop binary distro from bringing unwanted changes
@Breve i prefer spending couple hours to configure (and half-a-day to rebuild packages) to update my home linux system every half-a-year than using windows. And it seems, there is no windows alternative for non-IT-professionals now because every distro is broken. I still may recommend linux mint as windows alternative, but not sure it really will be better that windows because it's ubuntu based and will catch all ubuntu bugs.
Also, most binary distros build mesa with nouveau enabled, which breaks it. It links lingbm to glappi, which causes dependency hell. Also it adds some slow nouveau call to winsys implementation even if you do not have nvidia, shich causes big slowdown. And linked-in nouveau code in libgallium increases memory footprint This only should be used when you relly use nouveau, but most people replace it with binary blob or not using nvidia at all...
So instead of touching grub twice a year I can now touch it twice a month instead?
@Zwiebel yes :(
Or use some automatic kernel update scripts.
For me, it's better if i update kernel/grub manually, than do some automatic update and find system not booting anymore. But most users prefer automatic update, which sometimes may fail on some systems
Did you try immutable distros?