Welcome to Incremental Social! Learn more about this project here!
Check out lemmyverse to find more communities to join from here!

dutchkimble ,

Let's see how this goes - I'm almost there but I chickened out and got manjaro first to get a taste, next mission is pure arch!

TCB13 ,
@TCB13@lemmy.world avatar

Well... to be fair their manual is really well done and helps a ton of other people running on other distros.

oo1 ,

I use Arch, Browse The Wiki.

dukatos ,

It was like that 25 years ago. Same for Linux as for FreeBSD.

0x4E4F OP ,
@0x4E4F@lemmy.dbzer0.com avatar

BSD users are even worse than Linux users if you ask me... back in the day I mean, have no idea if things have changed the past 10 years or so.

pmk ,

One thing I have learned using OpenBSD is actually reading the manpages first. After an install there's a friendly mail from Theo, then afterboot(8) and intro(8) answers a lot of questions.

reallyzen , (edited )
@reallyzen@lemmy.ml avatar

PSA: it stands for Read The FINE Manual

Now canonically switched to "read the friendly manual" which I find more patronizing

monkeyslikebananas2 ,

Read the Fucking Manual

Kusimulkku ,

So it works, works because Arch isn't for newbs

glouriousgouda ,
@glouriousgouda@lemmy.myserv.one avatar

Well, to be fair, it's an AMAZING manual.

mihnt ,
@mihnt@lemmy.world avatar

Usually I'm not too phased by having to read something to learn, but damn if learning how to span video games over 3 monitors has been a daunting task for me.

xrandr is something I've never been able to wrap my head around.

0x4E4F OP ,
@0x4E4F@lemmy.dbzer0.com avatar

It's basically like a tool for controlling what X does or doesn't... at least that's how I see it (have never read a manual of what ot actually is).

Shareni ,

xrandr is something I've never been able to wrap my head around.

Arandr?

lemmyreader ,

Gotta admin the Arch Linux wiki is an impressive piece of work since long.

Holzkohlen ,

Unlike the Nixos wiki which is utterly useless. Yes, I know why. Yes, I know they want to make a new better one.

TheGingerNut ,
@TheGingerNut@lemmy.blahaj.zone avatar

You know liquid nitrogen cooling can get you some insane cinebench scores, but you can't just pop a liquid nitrogen cooler in your PC and expect to boost your framerates. You need to disable so many safety things and if you don't know why they were there in the first place you're going to permanently damage your CPU.

Archlinux is that but for software and because it's software there's no physical barrier to entry. Arch is powerful, but if you don't know what you're doing you're better off with fedora or debian's hand holding.

const_void ,

Besides the installer, in what ways do Debian and Fedora hold your hand?

0x4E4F OP ,
@0x4E4F@lemmy.dbzer0.com avatar

They have far less failure points. Also, the AUR. None of them have anything remotely like that, which is also a big stability issue, but hey, it's bleeding edge, so you should be prepared for that.

Debian is more or less like RHEL/Rocky... with RHEL being even more stable and taking even less risks. They update only if they have to and only security related issues. Otherwise, RHEL is feature fixed. You have to upgrade to a new version to get a new set of libraries and applications. Debian... yeah, they're also feature fixed, but they sometimes update certain things that are required by most users, since Debian is also considered a desktop distro, not just a server distro.

TheGingerNut ,
@TheGingerNut@lemmy.blahaj.zone avatar
  • They come with apps like gnome software as standard, so you never interact with apt/rpm, flatpak or (barf) snap if you don't want to. You might not even know which you're installing.
  • They come with all sorts of configuration utilities like networkd (In my gentoo days I used wpa_supplicant directly and had no desktop integration with the wifi configuration. I was kinda stupid lol. Don't use a distro to impress people kids), gui tools to manage your users and groups and something called "firewall configuration" which I don't know the package for but is preinstalled on my fedora kinoite machine. (They are available in the arch repos, but unless you know what you're looking for you wouldn't think to install them.)
  • CUPS is preinstalled. If you don't use an "unbloated to the point of madness" distro like arch or gentoo you've probably never heard of CUPS or interacted with it directly, but it's the backbone of the linux (and macos) printing stack. In other words, printing should work out of the box wheras on arch that involves a trip to the arch wiki.
  • Integration packages are preinstalled. Things like the daemon that allows youtube videos in firefox tabs to be controlled by the play button on your keyboard if it has one.
  • Polkit is preinstalled, which allows applications to ask for sudo privileges and shows a popup box to the user asking their password. This is something you need to install manually on arch and gentoo, assuming you want that functionality and wouldn't prefer to just only allow privilege escalation via sudo.
  • Most packages which ship with systemd services on debian (eg apache2, snapd, docker) enable that service by default. On arch this is usually not the case.
  • 3rd party debian and fedora repos ship binaries so once you've added them to your config they function identically to core packages. Most AUR packages have to be compiled from source either manually or through a helper like yay. (Note: there aren't any helpers in the base system so you have to do at least one AUR build by hand before you get that part of the tech tree)
  • Even bash auto-completion is an extra package on arch. No really, open a terminal on debian and then type ls -- then double press tab. It should suggest valid arguments. This isn't a thing on arch unless you install the bash-completion package
onion ,

My board lets me set vcore to 2V, what safety lol

0x4E4F OP ,
@0x4E4F@lemmy.dbzer0.com avatar

If you actually measure voltages (I have), you'll find out that that is not always true... in some cases, yes, in most cases, no. Depends from MB manufacturer and model. AMD chipsets usually allow this and the declared settings are what you can actually measure on the board. Intel though... nah, way too many failsafes in place to let you do whatever you want, even though the firmware will report that you've set it a certain way (Vcore = 2V, as in your case).

TheGingerNut ,
@TheGingerNut@lemmy.blahaj.zone avatar

Mind doesn't. At least I think. You know I've never checked. I better not. I'd probably break something. I know when to stay in my lane.

dunz ,
@dunz@feddit.nu avatar

I used to have a t-shirt that said RTFM, so useful as a linux tech😃. If someone asked something, I'd just point at the shirt jokingly and tell them where the documentation was

snekerpimp ,

In all honesty, I use the arch manual to troubleshoot all distros. It is well written and has the info you need and no more.

JackRiddle ,

My steps for looking up something are usually

  1. Check the arch wiki
  2. Check the gentoo wiki
  3. Search for something related to my own distro
  4. Search for anything else
  5. Cry
bruhduh ,
@bruhduh@lemmy.world avatar
  1. Start preparing your soul to reading Linux from scratch
0x4E4F OP , (edited )
@0x4E4F@lemmy.dbzer0.com avatar
  1. Compile shit yourself with custom made templates while crying and praying this n-th time make will NOT throw a dependency error.
someacnt_ ,
  1. Learn programming, write your own (hacky) solution
far_university1990 ,
  1. Learn better programming, write your own proper solution, submit patch to maintainer
codeaffe ,
  1. Learn even better programming, have a handful of jr devs write the feature so you can knock off for a beer.
Rustmilian ,
@Rustmilian@lemmy.world avatar
  1. Make a lot of money working for the highest bidder and spiral into alcoholism.
furzegulo ,

arch and gentoo wikis are really, really good.

Telodzrum ,

I've found two things to be true after moving to Arch:

  1. The users on forums and other help boards are actually quite willing to link directly to the thing you should have read before starting a new thread and are generally polite about it.

  2. The Arch Wiki is really that good, so you should read it.

HotsauceHurricane ,

I have had nothing but good experiences with the arch community. They legit want to help.

freijon ,

Can't say the same myself unfortunately. The community was one of the main reasons I moved to Gentoo. I've had so many bad encounters on the Arch IRC channel, they often made me feel like a complete idiot for not knowing certain things. On Gentoo on the other hand the community has very knowledgeable people but they don't feel 'elitist' about it and are in fact very kind and helpful.

HotsauceHurricane ,

That’s unfortunate. I’m glad you found your place though!

MotoAsh ,

You can only be getting voted down by the illiterate, because you are correct.

BassTurd ,

I went straight from windows to Arch. I had used Ubuntu for a couple of weeks 10+ years ago. The arch wiki is a great resource and I was able to follow it to get up and running. However, there are things that aren't detailed enough (like literally hold your hand) on some things the wiki expects you to know. Now, maybe starting with Arch is not the best path, so that's probably mostly on me. I think that since there are so many different ways to do things, that following some of the instructions can be difficult for a user's specific case. Boot loaders where my biggest hangup early on since I didn't want to use Grub. Modifying boot loaders, setting up pacman hooks, learning and configuring different file systems, and learning how the config and system files is tough, and the wiki has all of the info to do it, but it's not always linear. I wish there were more practical code examples and/or short videos showing exactly what files to modify and how to do it right.

Telodzrum ,

That’s all fair. I think everyone should go through that process once and then use archinstall forever after that.

BassTurd ,

I probably could have watched a couple of 10 min videos before jumping into the wiki just to get an idea of the process b fore getting so deep. The initial setup instructions are pretty good, it's just those deviation points where you get to decide your path that gets confusing. I first did an old laptop and got that going after many hours. When I committed to my desktop, it went smoother, but I opted to go with btrfs and snapshots without Grub, and that took a hot minute to figure out. Now I have piece of mind from my snapshots, which is great for trying new things. So far, I've been very happy with my setup, and it's been very stable. Now I need to get Wayland and plasma 6 going with my Nvidia card. I got a bit hung up on setting the kernel mode stuff, and haven't really gone back in a while, so it's time.

TimeSquirrel ,
@TimeSquirrel@kbin.social avatar

What about the programming socks? Is that true?

Telodzrum ,

I'm running against the grain here, but I'm a cishet AMAB who doesn't work in tech and dresses in a gender-conforming manner, so not for me. However, from what I've seen from my friends who run Arch, the stereotype certainly isn't untrue.

Draconic_NEO ,
@Draconic_NEO@lemmy.world avatar

It's true for some people but it's not true for everybody. Some people really like to wear those long socks, and other people don't.

Rustmilian , (edited )
@Rustmilian@lemmy.world avatar
  • All
  • Subscribed
  • Moderated
  • Favorites
  • linuxmemes@lemmy.world
  • incremental_games
  • meta
  • All magazines