this post was submitted on 20 Feb 2024
175 points (95.8% liked)

Linux

48029 readers
852 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

Which one(s) and why?

top 50 comments
sorted by: hot top controversial new old
[–] [email protected] 1 points 8 months ago

At 1st it was arch, used it for about a year and a half, but dropped it after they broke grub. Then I went to fedora for a while, which I like a lot, however I'm running Gentoo atm

[–] [email protected] 1 points 8 months ago* (last edited 8 months ago)

Bodhi Linux (when trying out on a 32 bit laptop) -> Xubuntu (main laptop) -> Linux mint (the distro I've used for the longest time, both on main laptop and a desktop got along the way). On the side, I briefly tried Arch first on a wm (as well as Haiku and TempleOS), and later, debian on that 32 bit laptop for earlier. That's when I first went for a minimal install with i3. Later switched to Arch with i3 on tower, and just yesterday, Debian, also with i3 on main laptop.

My reasoning behind using these two different distros for essentially the same type of setup is that my laptop is more likely to be the only computer I have at my disposal when I urgently need it, so stability is more important, I can't run the risk of having an update break it. I can be bolder and test more stuff on my desktop knowing I have a backup if mess up. Arch on my desktop is also partly because I use it to play games on Steam, and since SteamOS is based on Arch, I figured it'd have better integration.

[–] [email protected] 4 points 8 months ago

Fedora and I can't point down a specific reason other than it kinda just works. Their jank, because every distro has some time of "jank", feel more reasonable than other distros jank.

[–] [email protected] 1 points 8 months ago

Mandrake > Debian > Ubuntu > Mint & Arco Linux & MX Linux.

These three distros are the chosen ones in my case. I've been using them in my main computers for a couple of years now. It's the right mixture.

[–] [email protected] 1 points 8 months ago

I'm probably going to stick with Arch, or maybe EndeavourOS.

I've hopped from distro to distro but I always keep coming back to Arch. The reason I use Arch is that it's my weird sweet spot of "DIY" and "it just works". It gives me a blank slate at first, but it lets me paint the canvas with whatever I want, however I want. It allows for some weird setups (like VFIO, for instance) and the wiki really helps with that. I don't really use the AUR nowadays unless it's for a package only available there, so I can't say anything about that. I use Flatpak nowadays. Some people might prefer the AUR, that's good for them! Right now it's just not for me.

If I do distro-hop again, I'll probably go for EndeavourOS just to have an Arch install that leans heavier on the "just works" side of things.

[–] [email protected] 0 points 8 months ago (1 children)

Windows 11 because I now have hardware that's completely incompatible with Linux

[–] [email protected] 0 points 8 months ago (1 children)

It would take years for MS to catch up to the hw covered by linux, some of it not even released in a market.

If you are talking about specific MS licensed hw with unpublished non-open non-free-firmware that MS orders to cut off other OSs then I can see this being true.

If you are falling for the Nvidia trap, I feel sorry for you.

@Dezvous @tet

[–] [email protected] 2 points 8 months ago

I'm specifically referring to my sim racing gear. Its drivers and accompanying software are not supported by Linux and have no plans to ever be supported by Linux.

[–] [email protected] 1 points 8 months ago

Arch. Or, rather EndeavourOS. I've lived with several distros (daily driver desktops, laptops, servers) for years: debian, Ubuntu, Gobo, gentoo, Redhat, CentOS, Arch, Artix, and EndeavourOS. Redhat was my least favorite, and EndeavourOS probably my most.

I'm currently running Endeavour on my desktop, Artix on my laptop, and vanilla Arch on several servers and ancillary devices. All of the Arches are basically the same day-to-day, except Artix; Artix is the lightest, but also the most work, and I probably wouldn't choose it again.

I like Arch because - for me - it's been stable and pain-free from dependency-hell, of which Redhat distros were the worst. I will not go back to any point release distro - rolling release has been so much better for me. The Arch wiki is the best source of Linux information on the internet, and the AUR has almost everything in it, and is easy to contribute to. PKGBUILDs are easy to write; it's hardly any more work to put one together to install something and have it managed by the package manager, than to not.

I'm interested in playing more with some of the source-based distros like void, alpine, tinycore, venom, and kiss; my experience with gentoo leads me to believe I won't be happy with any as daily drivers.

However, I'm very interested in Chimera.

[–] [email protected] 3 points 8 months ago (1 children)

Startend with ubuntu, didnt like "appy", mobile feel of gnome, switched to manjaro KDE, loved it but kept breaking and I wasn't smart enough to fix

Settled on good Ol Debian KDE, miss the AUR but things are stable and working

Still got a win pc to play league, work with office and make music though.

[–] [email protected] 1 points 8 months ago

EndeavourOS might be worth a try if you miss the AUR, but if you don't like the maintenance associated with Arch's rolling release strategy then I'd stick to Debian.

[–] [email protected] 2 points 8 months ago

It's been over like 10 years but it has gone something like this Windows -> Ubuntu -> Debian -> Mint -> Windows -> Ubuntu -> Solus -> Fedora -> Arch -> Manjaro -> Windows -> POP_OS -> Arch -> Manjaro

[–] [email protected] 1 points 8 months ago

@tet my first computer was a ubantu mini PC I have used almost every major distro and now I use fadora because I like gnome on my laptop

[–] [email protected] 8 points 8 months ago* (last edited 8 months ago) (1 children)

I think GNU Guix System scratches all my itches:

  • Committed to being 100% free software even at the kernel level (I know this is controversial)
  • Focus on reproducible builds
  • Atomic updates that can be rolled back if something breaks
  • A package manager that makes it relatively easy to package software (there are importer commands that can import from language-specific package managers such as pip and cargo) and makes it possible, as a user, to apply transforms to packages (i.e. build with X commit or with Y patch)
  • Per-user profiles (in addition to the root profile and the system profile) allowing user to install software without requiring root. Users can even create separate profiles as well as throwaway profiles for running scripts or one-off commands (i.e. a python or bash script can use guix shell as its interpreter listing all the packages it requires).

Previously I used Ubuntu from 2008 to 2009, Trisquel from 2009 to 2014, and Debian from 2014 to 2019.

[–] [email protected] 1 points 8 months ago

Though I have yet to try Guix, I think I'd move over to it if they adopted something similar to flake support. The idea that it uses a non-arbitrary language for declaration is very appealing to me. Do you know if it's simple enough to get non-free kernels, though?

[–] [email protected] 5 points 8 months ago
[–] [email protected] 5 points 8 months ago* (last edited 8 months ago)

Arch ecause of the large amount of software available on the AUR.

I set it up with SwayFX, Alacritty Firefox & Sway Lock. Slap your favourite text editor on there and you've everything you need.

[–] [email protected] 7 points 8 months ago

Ubuntu-kubuntu-mint-debian-manjaro-opensuse tumbleweed-Fedora. Been on fedora for a few years, anytime I try something different I come right back. I want to like openSuse but I ways seem to have some weird ass issues with it

[–] [email protected] 4 points 8 months ago* (last edited 8 months ago) (1 children)

Arch linux. Minimal install, hyprland. $ROOTSYS* set to ro, ~/.cache and ~/Downloads to tmpfs. alsa, bemenu, wine-staging, lutris. Couldn't be happier.

[–] [email protected] 5 points 8 months ago (1 children)

What does setting fstab do there?

[–] [email protected] 2 points 8 months ago (1 children)

Eh, did a little "oopsie" there, my bad.

[–] [email protected] 2 points 8 months ago

Well what does setting it to ro do?

[–] [email protected] 6 points 8 months ago (1 children)

Pop!_OS. I previously got stuck on tiling window managers, but I found that they have prohibitively large amounts of setup involved. It's also not uncommon for support applications to be poorly maintained or to have a poor UX. Pop!_OS's desktop gathers everything together very nicely into a working shell with minimal setup, but still has that sweet, sweet tiling WM.

[–] [email protected] 2 points 8 months ago* (last edited 8 months ago) (1 children)

This kind of setup works best for me, a desktop environment with a tiling window manager on the top, that way I can use it like a normal desktop for most things and can hop back and forth between apps I use a lot all on the home row with the window manager.

[–] [email protected] 1 points 8 months ago (1 children)

Yeah, I've really liked the flexibility it gives me while leaving behind hassle. Before I had tried XMonad and AwesomeWM with various tray apps for things like wireless networking. I enjoyed using them, but I did not enjoy the amount of work I put into set up. Sure I like tinkering, but there's a certain level where I just want to have a dependable, working system so I can get on with my day.

[–] [email protected] 1 points 8 months ago* (last edited 8 months ago)

Exactly this! I used to enjoy tinkering with my configuration a lot and then it got stressful as I kept finding new things to add or tweak and change and never ended up getting work done.

I love how simple sway is, even if I've added a few extra visual features with the fx version (at least it's pretty to look at). The configuration is basically set your used apps to keybinds, choose how you want windows to look and be spaced, add a few key bindings.

[–] [email protected] 2 points 8 months ago (1 children)

I tried a ton, and I settled with Fedora just for the mix of stability and support. Though, with Red Hat being asses I might have to mix it up.

[–] [email protected] 4 points 8 months ago

RedHats influence is mainly infrastructure and legal support. The project itself is independend, although of course not entirely.

[–] [email protected] 3 points 8 months ago

Windows -> Mint -> PopOS -> EndeavorOS

I tried Mint for a few days, enjoyed it but wanted something a bit more gaming focused. Tried Pop, had issues getting it set up, got it set up and didn't like it. Moved to Endeavor, and after a brief learning period, its been everything I wanted in an OS.

I fucking love EndeavorOS

[–] [email protected] 0 points 8 months ago

I was never distro-hopping much. Switched from Debian only when I got a job with Red Hat, and then switched to openSUSE when I switched to SUSE. I have actually switched recently to my own semi-distro https://sr.ht/~mcepl/moldavite/ (basically MicroOS with sway).

load more comments
view more: next ›