linux

This magazine is from a federated server and may be incomplete. Browse more on the original instance.

eager_eagle, (edited ) in I'm so frustrated rn.
@eager_eagle@lemmy.world avatar

I’ve been using Linux for 10y and never distro-hopped to solve a problem. Overall I’ve only used 3 distros as daily drivers. IMO you should look into making things work with a distro you like instead of looking for the perfect off the shelf distro.

Kawi,

Yeah you’re probably right, which distro do you use?

Trainguyrom,

To build off of the above poster, some things sometimes take some tweaking to make work. When you distro hop you’re really just hopping to a different set of defaults and maybe a few relevant library differences. Learning what to do and how to do it can be daunting but when you get it its brilliant and then you have some idea what you need to do the next time you encounter a similar issue

eager_eagle,
@eager_eagle@lemmy.world avatar

kubuntu and endeavouros

jwr1,
@jwr1@kbin.earth avatar

I second EndeavourOS. Nothing beats the arch wiki and arch user repository, and combining that with the easy and sane install of EndeavourOS makes it an almost perfect distro.

WeLoveCastingSpellz,

what is your usecase?

DannyBoy, in I'm so frustrated rn.

Ubuntu in my experience works best out of the box and has the best support reference online. Ubuntu works out of the box save for the webcam where Debian doesn’t even boot on my MacBook.

SteleTrovilo, in What's your current favorite distro that isn't Arch, Debian or Fedora?

NixOS for me. It’s a package manager (a very nice, declarative one) that you can use on any Linux (or Mac), and there’s also an entire distro based on it.

lupec,

Yeah I’ve gotten into Nix recently and it’s slowly been taking everything over bit by bit. So now I have the standalone package manager when I’m on WSL or other distros, full NixOS on a couple machines, fully reproducible LXC containers for my Proxmox build, the list goes on and on! Hell, I’ve got it on my steam deck to manage my CLI apps just because I can lol

SteleTrovilo, in What's your current favorite distro that isn't Arch, Debian or Fedora?

QubesOS. When you need security and don’t need to play games, this is objectively the best distro.

sibloure,

I thought you meant using any distro other than Qubes was “playing games.” Then I remembered actual computer games exist.

TrivialBetaState, in Some of y'all need to see this and drop the superiority complex...

Windows will reach 12 this year. Double score!

thisisawayoflife, (edited ) in I'm so frustrated rn.

Install Ubuntu and be done. I’m able to print to my brother network printer with no special drivers. I installed a gnome tweaks package to do some minor tweaks in gnome, and I did rip out the Firefox snap thing to install Firefox from a package so I could use my kpxc plugin, but that’s the only major change I made. Hell, Dell (laptop) even provides firmware updates via the package manager so your bios gets updated properly. Best Linux desktop experience I’ve ever had over the past 5 years and I’ve been daily driving Ubuntu since 2004.

Deebster, in What's your current favorite distro that isn't Arch, Debian or Fedora?
@Deebster@programming.dev avatar

Can it still be a favourite if I haven’t touched it in a decade? I still love Gentoo but I have enough shiny things to burn up my time.

atzanteol, (edited )

Same! I’m on Ubuntu and Pop these days but I fondly remember my old distcc build cluster…

Portage is still far and away my favorite package manager.

Unforeseen,

Hahaha same on the distcc cluster. It was a rare proud moment for me many years ago. I rememeber when I got the cross compiling working it felt like magic. Good times.

AgentGrimstone, in Some of y'all need to see this and drop the superiority complex...

macOS still trying to figure it out with attempt

dpkonofa,

It took Microsoft 98 attempts the first time! Then it took them an entire Millennium. Then 2000 attempts after that. And then after 12 more attempts, they’ve decided they need to change the keyboard… I’d say ain’t too bad.

MangoPenguin, in I'm so frustrated rn.
@MangoPenguin@lemmy.blahaj.zone avatar

Linux requires putting in some work to get everything working, just how it is right now.

Pick a distro you like, and stick with solving the issues!

Linuturk, in What's your current favorite distro that isn't Arch, Debian or Fedora?
@Linuturk@lemmy.world avatar

Damn Small Linux was a favorite a long time ago.

PopOS! Is it for me these days.

I’ve started to dip my toes into NixOS. I really love their design concepts.

socphoenix,

Damn Small Linux became tiny core linux! it’s still something that’s fun to play around with

dinckelman, in What's your current favorite distro that isn't Arch, Debian or Fedora?

I’m enjoying what Nix does. That said, the learning curve is very steep, and the documentation is very inconsistent and usually poor.

The repositories for both nixpkgs and nixos are absolutely colossal, which is a huge plus, but their configurations are not listed on the same page, and it can lead to a lot of confusion. Unlike Arch’s PKGBUILD, which practically tell the build system exactly what to do, you’ll have to learn the structure of current configuration files, or the more recent flake system, to setup things how you like.

pineapplelover,

Maybe I’ll wait until things aren’t a mess

LunchEnjoyer,
@LunchEnjoyer@lemmy.world avatar

I recently had the same thoughts but was Ted to try nonetheless. Asked for some beginner friendly resources here on lemmy a little while back. Might be to further help for some 😊

lemmy.world/post/9968863

BCsven,

Its actually not that bad. A few google searches on how to setup config files and going to search.nixos.org/packages to show you what info to fill in in the NixOS configuration is all you do.

Atemu,
@Atemu@lemmy.ml avatar

And, even more importantly, search.nixos.org/options to figure out which options to set. Always search for options first. “Installing” something by just adding the package to systemPackages etc. is usually the correct thing to do for end-user applications but not for “system things” such as services.

BCsven,

Do you mean search.nixos.org/packagesBecause that has config info on the page of the listed package. Unless I am misunderstanding what you meant by their configurations?

dinckelman,

That’s technically correct. The “NixOS configuration” tab is sufficient to just install something, however out of ever package I’ve personally used, none of them have listed the available options there. For example: this theme, and what the extra options are

o_d,
@o_d@lemmygrad.ml avatar

That’s just the installation config. For more popular packages, the wiki sometimes contains additional configuration.

sping,

the documentation is very inconsistent and usually poor.

So many excellent projects are crippled by having little but reference docs and scant, over abstracted descriptions.

pastermil, in What's your current favorite distro that isn't Arch, Debian or Fedora?

Gentoo!

jollyrogue, (edited ) in What's your current favorite distro that isn't Arch, Debian or Fedora?

I’m trying out OpenSUSE Tumbleweed on a few personal servers as I wait for Slowroll, I want to get back to trying to get Gentoo running, and I should check out Guix as a server in a VM.

Gentoo having a binary option should help since I seem to mess up the kernel part of the installation.

mumblerfish,

dist-kernel for gentoo is even better. Kernel from source but the distribution give a config that works for most. Then if you still want to change something you can patch it. It is wonderful.

Max_P, in What's your current favorite distro that isn't Arch, Debian or Fedora?
@Max_P@lemmy.max-p.me avatar

If we allow derivatives, I’d say SteamOS despite being Arch. It’s putting Linux in non-technical people’s literal hands and it’s not a locked down and completely different platform that happens to run Linux like Android is. It’s almost designed by Valve to give people a taste of Linux by the addition of its desktop mode, and people that would be modding consoles are now modding SteamOS and learning how much fun an open platform can be. I’ve seen people from sales talk about their Decks on my work Slack.

Otherwise, NixOS, no contest. It’s been a really long time since we’ve last seen a fundamentally different distro that’s got some real potential. For the most part, Arch, Debian and Fedora do similar things with varying degrees of automation and preconfiguring your packages, but they’re still very package oriented. We’ve been mostly slapping tools like Ansible to really configure them to our liking reproducibly, answer files if your package manager has something like that. And then NixOS is like, what if the entire system was derived from evaluating a function, and and the same input will always result in the exact same system? It’s incredibly powerful especially when maintaining machines at scale. Updates are guaranteed to result in the exact same configuration, and they’re atomic too, no halfway updated system the user unplugged the system in the middle of.

MrScruff,

I’ve seen people from sales talk about their Decks on my work Slack.

Read in an New Zealand accent this is classic Sales.

Lucien, in What's your current favorite distro that isn't Arch, Debian or Fedora?
@Lucien@hexbear.net avatar

Loving Alpine

  • All
  • Subscribed
  • Moderated
  • Favorites
  • linux@lemmy.ml
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #