when you can't be bothered to setup arch linux:
linuxmemes
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 members of the community for any reason.
- 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.
- These rules are somewhat loosened when the subject is a public figure. Still, do not attack their person or incite harrassment.
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, and wants to interject for a moment. You can stop now.
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 fork-bomb your computer.
fucking runit
Who remembers Antergos
Alpine is better. It's more minimal.
Yeah, but no glibc 🤷... some of us need it, and I can't chroot all the time.
But it's very minimal with a very small attack surface by default (because of Musl, glibc is bloated).
There is a busybox/musl version of Void as well, but iirc it's only for use in containers, not a bootable distro. But yeah alpine is also great, I love it as well.
Plus it's the base for the best mobile distribution (imo, obviously) PostmarketOS
This meme was brought to you by an arch user desperately trying to justify the mental gymnastics of using systemd in their supposedly "keep it simple" distro
EDIT: I joke of course. If arch/systemd works well for you, that's all that matters!
It was just a pun, cuz Arch is popular, I use Void actually 😊.
Why isn't Manjaro the one in the meme?
I use manjaro and you said nothing but facts.
I just quit Manjaro about two months ago and i agree.
I haven't tried Manjaro and I don't have an opinion
I switched back to Manjaro today and I agree.
Frankly I'd much rather have void. Super cool distro, a lot of things about it seem like an ideal fit for me, I just don't really have the technical skill to get a minimal distro all set up the way I want it
Plus their logo is pretty. Which shouldn't matter but like, look at it- it's a cool logo!
Yes, the install process is difficult to perform. But once you do it, you'll feel like a wizard. You learn so much from the process if you do a manual chroot install. It helps you understand how the installation process for other distros like Debian works. If you have some free time, I would recommend trying it in a virtual machine.
As one of the dozens of Void Linux users, I too find this very offensive!
(But hey, at least we're getting some attention, which is nice....)
I don't agree with it being a cheap version of arch, it works too good for that, it deserves more respect
You're using the meme wrong. The "at home" needs to be worse than the "mom can we get?"
I have enough void inside me already
Was I supposed to be paying for arch this whole time?
Oh, you paid for it, don't worry.
How dare you.
the only thing void has over arch is more architecture support (which is kinda ironic)
Haha now I kinda feel like this is Endeavour. I'm really liking Endeavour! It feels like Arch but just a bit smoother of an approachability curve. Lovely community, too.
I should mess with Void sometime. 🤔
It's more like Arch than Endeavour though, just a heads up. Very little GUI things, especially the installer and all that. Well, the installed is TUI, so It's not that hard to be honest.
Could someone remind me what the appeal behind Void is exactly?
Rolling release and stable. And no systemd... not by choice though, they're not purists, you just can't build it for musl.
Musl and stable is one worst word combinations there is. I still have nighmares from broken packages under alpine that worked just fine under normal distro. It took us like a week to find the problem. Bad times.
Alpine is an advanced user distro. I'm sure there are workarounds for the broken stuff.
It's not their official policy, but my personal philosophy with alpine goes like this:
- If it doesn't work with musl/busybox, find an alternative that does
- If I can't find an alternative, then I patch it myself
- If I don't have the time/skill to patch it myself, then I throw it into a container that has glibc/gnu coreutils
no systemd IIRC.
Is void a distro?
Yes. Independent, rolling, stable.
rolling, stable
Huh?
Yep, believe it or not, it's probably the most stable rolling release distro out there. I've used it for the past 4, 5 years or so, not once has it broken.
There are 2 main reasons why this is. One, they don't roll with bleeding edge, they opt for stable, so cutting edge is more like it. And two, they don't have something like the AUR. There is only the main repo and that's it. The approval process for new packages is quite strict and it has to fulfil a lot of requirements, among which the software has to not just build, but also run on i686, x86_64, ARMv5/6/7 and ARM64. And not just on glibc, but also on musl. So basically, all that, times 2. Sometimes it may take up to a year to get new packages approved by the maintainers, depending on how big the package is and how integrated in the system it is.
The word "stable" usually means unchanging through a release. I.e. functionality of one release is the same if you stay in that release even if you update (security and bug fixes mostly). The experience of the system not doing anything unexpected like crashing is reliability. A rolling distro is by that definition not stable, but it can be more or less bug free and crash free.
No, it doesn't the only unchanging distro is debian, and they do it mostly out of resourse constraints not because it is a good idea. Like the only lts package that debian does update is linux kernel. Everything else is patched for vulnerabilities at best, left to rot as stable as a rule.
A bold claim. RHEL updates are mostly security patches, are they doing that due to lack of resources too? Is it that hard to imagine that enterprise distros don't want surprises from changing functionality?
Let's be real, RHEL and Debian aren't even close on what and how they give you. Better not compare them because it wouldn't be a comparison. They mostly do security patches but when needed they actually backport features, they support every version far longer, they don't ship packages that were outdated 20 years ago because no one can support their aging infrastructure, they actually rewritten absolute majority of oldie initscripts so you don't need to remember how to disable an init script for a given run level, and so on.
After years of rhel moving to debian was like moving ten years in the past and to a very poor neighbourhood. Sorry if it offends you.
Edit: Anyway what I actually wanted to say in the previous post most enterprise distros aren't religios about it, like debian is.
Yes, you are correct, reliable is the term needed there 👍.