everything is simple once you know how to do it. i think a lot of the arch recommenders likely donβt realize how difficult some of these things can be the first time. itβs the same with any kind of specialized knowledge i think. itβs one of the reasons why teaching can be difficult. but the arch community has been super helpful in my experience
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 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.
- 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, <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. Β
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.
It's a general problem with the community in my experience. People keep saying it's "simple", then whip 3 terminal commands out of their pocket nobody without extensive knowledge would understand (or be able to tell if they do something wrong). They just don't realize how much knowledge they possess in comparison, and/or how little others are interested in gaining said knowledge (not because they're ignorant, but simply because they got other priorities in life).
The community really needs an "injection of normies" for some people to wake up from their elitism trip.
People keep saying it's "simple", then whip 3 terminal commands out of their pocket nobody without extensive knowledge would understand
People do the same thing for all Linux distributions though. You'll see people telling you to run apt-get update && apt-get upgrade
like you'll see people telling you to run pacman -Syu
.
Not arguing that Arch is easy, just that this specifically doesn't feel like a counter argument.
Well yes, although with Arch Linux it's a necessity. Most distros using apt do come with graphical software centers as well. Unfortunately many people in the community indeed do ignore those tools instead of pointing to them. Hell, some even still recommend editing the god damn fstab file despite it being perfectly manageable with both Gnome and KDE tools, which are present in most popular distros and way safer unless you really know what you're doing. To have those on Arch you're forced to use CLI tools first.
It was more of a rant about the community than an argument against Arch.
Tacit knowledge really is a problem in the Linux community, but also in the rest of society.
Another thing that I hadn't really thought about before reading another comment in this thread is that the arch wiki install guide (and other pages) are written with the assumption that you want to understand what you're doing. And I think for many people that's just not the case. Which is fair enough, not everyone enjoys tinkering with software. Just like I'm currently paying someone to build my new pc for me because I really don't enjoy doing that. But there have been a few places within the arch install process where I had to research some background info to know what to optimally do for my use case instead of taking a guess and hoping it works out. And that's quite a barrier, I see people struggle with similar things all the time at work. If any research is required beyond what your step by step guide is telling them, many people will give up.
It's true. Simple things like "be sure to review AUR scripts before installing" are so easy to say, but incredibly difficult to really explain what you're looking for that could be problematic.
You'd like to think people just do this to assholes, but the number of innocent noobs that get recommended Arch is too damn high.
Valve over here puttin' everybody on Arch
The worst part about "simple" is defining what that means for the person. Depending on what they mean, there are a lot of different answers.
(And a good chunk of those are just Debian with different branding).
As others have said, EndeavourOS is pretty damn easy too. Personally I'll stick to Arch for desktop, deb stable for servers/lxc's, and deb sid for mostly screwing around and sending some reports in so stable can be stable.
This is what I eventually settled on too. Switched servers to Fedora last year though as part of switching from docker to podman.
I'm more of an LXC kind of guy, but I get the switch. I don't do much docker these days, outside of a few work scenarios outside of my control.
Personally I don't like RH under IBM, so I won't go with fedora either. Fantastic community, bad business behind it (a story as old as time).
Its one of the reasons I appreciate Debian as much as I do, and contribute with Sid as often as I can, mostly using sid as a mirror of what I'm doing on my Deb stable boxes and finding breaks.
I don't have a really good reason not to use LXCs right now. I use VMs because that's what I knew when I started with Proxmox and the Internet seems pretty divided on when each one shines over the other. The goal of my switch to podman was twofold: switch to rootless and use something with better systemd support. I was hacking together unit files for docker using some pretty dumb tricks, none of that is necessary with quadlets though.
What's the benefit in your eyes for LXC over VM? I don't run Windows or anything so using the host kernel isn't an issue for me. I do sometime have problems with OOM kills taking out a VM though, but my understanding is if it were an LXC that kill could have hit a much more important process than my general apps VM.
E: As far as Fedora under IBM.. I don't like it either. I'm relatively prepared to jump back to Debian though, I've kept my Andi key playbooks updated for both Fedora and Debian just in case I have to go back.
In my case, I don't need the isolation of a VM, really I'm just looking to separate the service I'm running into something manageable and easy to move between hosts. I could do a VM for each, but I'd be adding overhead and power requirements without much benefit.
And really that'd all it comes down to for me. Each service is its own LXC, from stuff most self-hosters use, to random one-offs I write. Managing it all stays in ansible for everything, and the structure is quite a bit simpler.
When I do want to bring it elsewhere, I van package it up clean and toss that on a new LXC somewhere else quickly, like an 80 core monster with $16k in GPU thats already getting pushed hard, and knowing it will be of almost no impact to its main job while adding the service it needs.
I do still have VMs, but that is to do things like dealing with windows. Especially specific versions, like a piece of software for some work stuff that requires XP or server 2008 specifically. Its pretty isolated though, not even allowed network access out. All my writes are to a thumb drive if I need to get something out of it (which is uniquely set as the thumb drive its allowed to see).
So nothing that I couldn't do a bunch of other ways, this is just the structure thats working best for me.
The biggest thing keeping from doing an LXC per app is a poor decision when I first set the lab up, I only gave it a /24 and didn't separate out iot/user devices/servers so I'm flirting with exhausting the IPs. I'm planning on setting up opnsense soon so that should take care of it. I have a few different servers with apps grouped by type/priority and then running podman for the containers inside. It works well and I probably shouldn't change it for no real reason.
Ah - yeah ive got trunk to each of the machines in my clusters, 9 vlans total, and of course I can add more whenever this way. I'm a bit of a glutton for naming and numbering structure too, so the purpose of the service determines which VLAN its on. Like Home Assistant has just about its own vlan, with sensors and misc tools in support of it all there. A different one for IoT devices by others (that I will never trust with internet access, so its initiate from another VLAN on the FW only, outbound can't be initiated from any device on it, etc), one for work thats part of a site-to-site with work, with a few ports on the switch allocated that I can just plug in ad hoc, etc.
Definitely helps to have the range to play it this way!
In an ideal world I have multiple vlans for studf like iot, security cameras, my personal devices, my family's personal devices, and various ones for lab stuff (externally available apps, critical apps, etc.)
Networking is my biggest neglect and learning it to start fixing things feels pretty daunting when I only have an hour or so some nights to tinker. I'll get there eventually though.
Its well worth it IMO, makes service segregation so much easier. It may help to toss a router off your main network, and start experimenting that way, give you a decent place to mess things up - which is, again purely my opinion, one of the best ways to learn.
Why not just direct them to Gentoo?
It's fairly well documented and the up to date packages are very convenient.
It can also be pretty confusing installing debian and having to find how to install packages that aren't out of date.
Imo take a few hours to power through the wiki installation guide and it's really not too bad + you're equipped to fix issues as they arise. It's not Gentoo. When Ubuntu breaks for a new user, it's a nightmare too.
So I think I disagree, it's been easier to use than Fedora, Mint, Debian, Ubuntu, Elementary in my experience. I use Gentoo too but that is indeed simple in the challenging sense.
Arch is a nice middle ground between Ubuntu and Gentoo.
Plus, with EndeavourOS users can have their cake and eat it too.
This. Easiest distro for newcomers, provided that they are willing to learn, because of the amazing documentation.
I mean, it is dead simple after all
Oh yeah, it's the community thinking about switching frustrated by the Linux culture that are unfriendly, not the Linux community itself being incredibly unwelcoming to anyone who doesn't "get it."
No one said everyone who wants to switch is unfriendly. I do concur that a lot of people in the Linux community act like dicks though.
satan wants to meet you
I mean as long as it's elementary OS that might be okay
EndeavorOS too I would think.
Ahh crap, I meant Endeavour lol I got them mixed up.
Arch is a pain in the ass distro. Don't recommend Arch or Arch based stuff.
You can build a custom system with any base distro. You can install Debian or Fedora "Arch style"