I use Windows btw

    • @mafbarOP
      link
      English
      3010 months ago

      Yikes, I forgot about the All-Snap Ubuntu Desktop!

        • @TheInsane42
          link
          English
          610 months ago

          Snaps?

          Got my new laptop with Ubuntu, s they offered to install it on it instead of windows. (The license costs of windows was as high as doubling the mem to 64 GB, no contest what so ever) It was on the laptop for a few min (sync install to backup location on NAS) before Debian was installed. When looking around, I just couldn’t get to grips with it. (couldn’t be bothered as well to be honest, as OS replacement was already planned, I just wanted to nick the graphical config)

    • @cevn
      link
      English
      1110 months ago

      You can turn them off, but good luck keeping firefox up to date.

      • @[email protected]
        link
        fedilink
        English
        1410 months ago

        Yeah but at this point you’re fighting against the OS, might as well switch to a distro that already works the way you want.

        • @cevn
          link
          English
          310 months ago

          Yea… switching requires work though. I got enough of that already :D

          • @[email protected]
            link
            fedilink
            English
            310 months ago

            Sure, that’s why I endured Canonical’s BS for almost a year, but when I started my new job I just installed Arch even though Ubuntu was the “safe” choice.

      • @[email protected]
        link
        fedilink
        English
        710 months ago

        Ah yes, vendor lock-in in desktop linux.

        I don’t get why anyone thinks this is acceptable in any way.

        • @cevn
          link
          English
          110 months ago

          I kinda hate it, but I’m also too lazy to switch on my main desktop. Every new install gets Fedora though.

      • JelloeaterA
        link
        English
        127 days ago

        Or just use Waterfox or LibreWolf?

    • @Sivaru
      link
      English
      -310 months ago

      and apt is awful.

      • @mafbarOP
        link
        English
        3210 months ago

        Man, why do people hate apt so much? Maybe because I’m a filthy casual but I never really had any big problems with apt.

        • @Sivaru
          link
          English
          1710 months ago

          Compared to Pacman it’s very slow. I had several problems when I used it. but if it’s good for you, then use it.

          • @gornius
            link
            English
            1410 months ago

            If you think apt is slow you’ve never used dnf.

            • @Sivaru
              link
              English
              610 months ago

              I even forget that it exists sometimes.

          • redcalcium
            link
            fedilink
            English
            810 months ago

            Could be because they have more users slowing down the repo servers, especially for debian as it’s used by a huge proportion of docker images, which tends to pull a bunch of packages during the build process eating tons of bandwidth.

            • @Sivaru
              link
              English
              210 months ago

              maybe you are right.

          • @mafbarOP
            link
            English
            510 months ago

            I mean I prefer Pacman too, but yeah, maybe because I don’t use Ubuntu / Debian that much so I can’t really say.

            • @Dnn
              link
              English
              1210 months ago

              I like pacman too but I will probably never get comfortable with its arguments. It’s worse than tar which has already become a meme. apt is more intuitive to use.

              • @[email protected]
                link
                fedilink
                English
                310 months ago

                After a month of using arch, I’m still considering aliases for pacman.

                At least I can remember “Xtract Ze Vucking File” for tar, but whenever I want to do anything more than -Syu with pacman, I have to look it up.

                • @Dnn
                  link
                  English
                  210 months ago

                  deleted by creator

              • @mafbarOP
                link
                English
                110 months ago

                pacman -Syu, pacman -Syyu, pacman -Ss, pacman -Qs, etc. etc…

                • @[email protected]
                  link
                  fedilink
                  English
                  210 months ago

                  Right, but if you don’t already know what those arguments mean, then its not exactly super obvious as to what they do.

                  For example, I’ve been told that you’re generally not supposed to do pacman -Syyu because it can result in partial upgrades (unless I’m remembering the wrong set/combination of flags, which would just be case in point…) - I tend to remember flags by associating them with words.

                  For example, the common flags for tar was brought up in one of the sibling comments here, but at least I can remember them by:

                  • x: eXtract
                  • z: Use gzip for the operation (which originally I remembered as “the file has .gz” in its extension before I knew what gzip was)
                  • v: verbose, giving the details about what its doing
                  • f: file, the file name you’re wanting to work with
                  • c: create archive
                  • t: test archive (I use this with the v flag to see what is in an archive before extracting it)

                  But with Pacman, even after using it on and off for a couple of years, I can try to estimate what the flag names are, but have no idea if its right without double checking:

                  • S: Sync with repositories
                  • s: No idea on this one
                  • y: Also no idea on this one
                  • Q: Query (search)
                  • u: Allow upgrades (?)

                  Really I think its the fact that some of the flags can be used in different combinations which have different effects - like passing z to tar doesn’t change the effect of the flag whether you use x or c. Yet apparently -Syyu and -Syu are valid but one does a proper supported upgrade, and one does a partial upgrade which is not supported and is generally not recommended unless you know what you’re doing. I also know of no occasion where passing the same flag to tar multiple times mutates its behavior as well.

                  That makes it feel like an anti-pattern to me, similar to using magic numbers in programming. Maybe there is a valid reason for this decision (such as why the Linux kernel uses magic numbers in syscalls) but the result is still that it feels incredibly foreign to me, despite having 10 odd years of Linux experience under my belt.

      • @TheInsane42
        link
        English
        1010 months ago

        Correct, apt is awful, apt-get, that’s what you need. ;) You really need to tell apt not to install junk:

        $ cat /etc/apt/apt.conf.d/00NoJunk 
        APT::Install-Recommends "0";
        APT::Install-Suggests "0";
        

        I hate yum with a passion, but still wouldn’t touch dnf when I have an alternative. As it earns my keep (alas, no deb based distro at work… yet), I’ve managed to hide all that perfectly in scripting/config management setups.

        • @mafbarOP
          link
          English
          810 months ago

          What does that config do? Sorry I’m a new Linux user.

          • @AlpacaChariot
            link
            English
            810 months ago

            When you install software, other packages are pulled in and installed. Some of those are necessary dependencies but some are just recommended (but not actually required). This setting makes apt only install the actual dependencies (no extras).

            • @mafbarOP
              link
              English
              410 months ago

              I see, that’s why sometimes there are lots of installed dependencies that you don’t really remember needing when you use apt.

  • ZephrC
    link
    fedilink
    English
    6710 months ago

    Ubuntu ain’t what it used to be. If you want a simple distro nowadays just go straight to the source with Debian. There’s no real benefit to going with Ubuntu anymore, and community distros are just a safer bet. Corporate distros aren’t your friend.

    • @GhostsAreShitty
      link
      English
      910 months ago

      I’m very happy with debian. So many applications ship a .deb, and you don’t have to deal with the Canonical bullshit.

      • @cevn
        link
        English
        310 months ago

        Yea it sorta just works and has a lot of community support. Imo the easiest of the distros which is not a bad thing. Turn off snaps and it basically is golden. Never needed backups in like 10 years because I know how to fix everything. The only thing that fucks up at this point is Nvidia but same thing has happened to me on Fedora.

    • Avid Amoeba
      link
      fedilink
      English
      4
      edit-2
      10 months ago

      You’re mid-curve now. Ubuntu’s better than ever.

      • Leyla :)
        link
        fedilink
        English
        1010 months ago

        Distros based on Ubuntu are better than ever. Ubuntu isn’t the move tho

      • ZephrC
        link
        fedilink
        English
        3
        edit-2
        10 months ago

        Oh yeah, Debian is such a poser distro that people only use to sound smart. I brag about how I managed to pull off a full Debian installation all the time. Memes can never, ever under any circumstances end up out of date or anything.

        Edit in response to your edit: Canonical has been neglecting the desktop version of Ubuntu for years now. They’ve pulled in some improvements from other distros, so technically it is better, but the only thing they’ve contributed to themselves are snaps, and even that’s just hand-me-downs from server and IoT. The rest of the desktop Linux world has moved on. The things Ubuntu did better than anyone else ten years ago just aren’t special anymore. You can like what you like, but Ubuntu is no longer the undisputed king of straightforward, user-friendly, and low maintenance.

        • Avid Amoeba
          link
          fedilink
          English
          2
          edit-2
          10 months ago

          BTW keep in mind this is [email protected] and there’s a certain lightness in the robustness of arguments that goes with it. So on a more serious note, you speak of Ubuntu as having no real benefit over Debian. While I love Debian, using the Ubuntu version of Debian, I get 10 years of security support for free (for up to 5 machines). This is objectively a real benefit for anyone that doesn’t plan to upgrade every two years compared to Debian. You’re right in principle about corporate distros not being your friend, however Canonical isn’t an IBM-owned, publicly traded corporation. Yet.

          • ZephrC
            link
            fedilink
            English
            1
            edit-2
            10 months ago

            It may be shocking to you, but I’m actually aware that this isn’t all super serious, and I’m also being light with the robustness of my arguments. Who knew, right? That being said, Debian releases are supported for five years, not two. Ubuntu also releases a new LTS version every two years. I suppose if for some reason you thought it was still a good idea to be on Ubuntu 14.04 that’d technically be a benefit, but the implication of this thread seems to be that we’re talking about desktop distros. That’s certainly what I’ve been talking about. If you’re seriously still running Ubuntu 14.04 on your home computer you’re way more of a niche contrarian edge case than Arch users.

    • @[email protected]
      link
      fedilink
      English
      2
      edit-2
      10 months ago

      So does debian not have like 4 years old packages anymore in stable or do I have to live in bleeding edge unstable?

      • ZephrC
        link
        fedilink
        English
        410 months ago

        There was just a new release, so nothing that old for now, but by the time the next release comes around this one will be getting long in the tooth, no doubt. Debian isn’t for everyone, but if you need the latest version as a native app then you’re not any better off with Ubuntu at this point. Debian is stable and secure and you can use flatpaks, appimages, or even snaps if you’re feeling nasty to get any apps that you really need to be up to date. That’s not what everyone wants, but for those people I’d recommend something like Arch, Fedora, or OpenSUSE, not Ubuntu. Ubuntu has just been neglecting the desktop for a while now, and it shows. They were the best once. Now everyone has passed them.

      • @ozymandias117
        link
        English
        210 months ago

        Debian and Ubuntu LTS are both ~2 year cycles, but Debian has traditionally been better than Ubuntu at picking up security fixes

        If you sign up for Ubuntu Pro, they might be as good as Debian, now, but I haven’t checked

        If you want faster than that, something other than Debian makes sense

      • @sznio
        link
        English
        110 months ago

        There’s also “testing” in between. It’s not as stable as - well - “stable”, but I didn’t have trouble with it.

    • @veng
      link
      English
      110 months ago

      What about with a laptop where you can’t disable secure boot? Ubuntu works with it ootb, very few other distros do.

      • ZephrC
        link
        fedilink
        English
        110 months ago

        I don’t actually think there is literally no scenario where Ubuntu makes sense, especially if someone else is limiting your options. For the record though, I think Fedora has gotten to be a better Ubuntu then Ubuntu, and it works with secure boot out of the box.

  • jrs100000
    link
    English
    5810 months ago

    This sort of stuff always makes me wonder…WHAT THE HELL ARE YOU ALL USING YOUR OS FOR?. All I want my OS to do is hold my files, execute my programs and stay the hell out of my way. What could people possibly be doing with their OS that makes version and distro wars worth more than two seconds of your life? Its like arguing about which calculator or plain text editor is best. I dont care. It adds the numbers, it changes the letters, as long as it isnt doing anything else: who cares.

    • sphericth0r
      link
      fedilink
      2910 months ago

      Once you have lived through library dependency hell, you care

      • jrs100000
        link
        4
        edit-2
        10 months ago

        How often does that happen to you? Im almost 20 years on Linux full time and it hasnt to me once. I had a wifi driver go out after an update once and Nvida drivers twice. Ive had to roll back a kernal upgrade exactly one time. Those are the only problems and each one took like ten minutes to troubleshoot and fix.

        • sphericth0r
          link
          fedilink
          210 months ago

          Yeah, if you tend to use your servers for pretty vanilla uses you may not have encountered it much. Once you get into the deep end, it gets deep quick.

        • @[email protected]
          link
          fedilink
          110 months ago

          Same thing as people arguing about their golf clubs, pointless yes, but distracting…

          Most people in the distro wars know it’s pointless and that a tool is a tool, but measuring dicks is as old as humanity and when flipping your dong out wasn’t deemed appropriate anymore, people started arguing about distros

          • @[email protected]
            link
            fedilink
            7
            edit-2
            10 months ago

            It’s pretty memed on at this point (arch users, gentoo users, NixOS et. al) but I’d make the point - truly without being pedantic - sometimes you just want stuff the way you want them. Should everybody deal with portage on a daily basis? God no. Is it a viable option for folks to keep their build in check and know exactly what’s going on down to their flags/libs? Absolutely. Same reasons with why some folks jive with the AUR.

            It’s all about finding use case, just like any piece of tech. Yes there’s dick measuring and all else that comes with that, but there’s a good amount of merit to “I like how this distro revolves around x, it makes sense to me so it’s easier for me to maintain”. If those are some of the things that get Linux on the daily driver aspect, I’m all with it.

    • @[email protected]
      link
      fedilink
      English
      1710 months ago

      as long as it isnt doing anything else: who cares.

      That’s a big part of the distro discussion. Ubuntu for example forces snaps down your throat if you don’t pay attention, which usually leads to issues down the line.

      Some people are more extreme in that regard and want their system to do absolutely nothing they haven’t explicitly configured. And there’s a distro for everyone.

    • @[email protected]
      link
      fedilink
      English
      1210 months ago

      Its like arguing about which calculator or plain text editor is best.

      it’s obviously emacs

      • jrs100000
        link
        English
        210 months ago

        That can be nice, but if I actually care about new features in a program Im compiling the RC manually. Otherwise its just more frequent 50GB downloads for some imperceptible incremental change to CUPS and Libre Office.

    • Avid Amoeba
      link
      fedilink
      English
      510 months ago

      And that’s why I’ve been running Ubuntu on my main machines since 2004.

    • @victron
      link
      English
      4
      edit-2
      3 months ago

      deleted by creator

    • @z00s
      link
      English
      310 months ago

      The less important something is, the more people will argue over it.

      See: high school elections, car brands, toilet paper orientation

    • @melchior
      link
      English
      2
      edit-2
      10 months ago

      I just wanted something reliable for gaming that didn’t come with a ton of bloat. I settled on EndeavourOS.

  • @[email protected]
    link
    fedilink
    English
    3010 months ago

    Would be true if canonical didn’t screw up so much lately. Fedora is the go to for many now

  • @SergeKaramazov
    link
    English
    2410 months ago

    probably off topic but temple OS is definitely the best OS in the universe

    • @mafbarOP
      link
      English
      710 months ago

      I think that TempleOS belongs to the furthest right of the bell curve. Needs hyper brain to run, understand and appreciate.

  • Hatchet
    link
    fedilink
    1910 months ago

    Eh, I’ve been around the block at this point. Fedora ftw. Simple, easy, GUI installer, "just works"™️, sane package manager, normie default DEs, stable, corporate backing. Maybe not for a purist or enthusiast, but I don’t have time for that stuff anymore anyways. My days of pouring hours into getting my Arch install just right are long past me. That was for when I still had free time.

    • @[email protected]
      link
      fedilink
      110 months ago

      Nobara is also great, it fixes a lot of stuff that was broken on fedora and i had no idea how to fix

    • @mafbarOP
      link
      English
      1210 months ago

      Install openKylin now

      • Yuumi
        link
        fedilink
        English
        1110 months ago

        glory to the CPP, I love Winnie the Pooh

    • @bemenaker
      link
      English
      410 months ago

      Red Star OS. North Korea best linux.

    • @mafbarOP
      link
      English
      610 months ago

      This is the final form of the Linux user. Returning to a popular stable distro.

  • kbity
    link
    fedilink
    1710 months ago

    Arch is good for a machine that gets used a lot, but for something where you need stability or to be able to run it for a long time between restarts and updates, something Debian-based is preferable. Just not modern Ubuntu because Snaps are performance-sapping nightmares.

    • EnglishMobster
      link
      fedilink
      14
      edit-2
      10 months ago

      But with Arch you have to pay attention whenever you update or else you brick your whole system. Ask me how I know.

      I’ve decided it’s not worth my time trying to figure it out. I just use KDE Neon and press the “check for updates” button. Don’t get me wrong - I know my way around a terminal - but honestly it’s just not worth my time anymore. Just give me a thing that works without me needing to think about it.

      • @mafbarOP
        link
        810 months ago

        You represent the meme so well. Eventually checking Arch news for a manual intervention, using pacman properly, and making sure your system is properly maintained on a regular basis can be a bit of a hassle, which is why sooner or later you’ll choose something like KDE Neon or Mint or something similar.

          • @mafbarOP
            link
            110 months ago

            He represents the meme well in the sense that these memes are all made by people who tried to climb up the bell curve but fell back down to the start, and think that’s the same as reaching the end.

            That’s true, that could be a trap! I mean I’m currently toying around in Arch and so far there’s been no problems at all, but I’m just a casual user and I’d say that I fall left-side to the curve. I’m one of those in the “OS is a bootloader to the browser and maybe other applications” camp. I do feel though that it’s possible that some people may not want to think about maintaining Arch (Arch is just an example obviously), and would rather turn off their brain when it comes to system maintenance and use something like Ubuntu or Fedora or Mint, which is the point of the meme. He said that it’s not worth his time figuring it out, not that he couldn’t figure it out, if that’s worth any distinction.

            Another example I can think of is using Vim when you could just use Nano or any generic text editor. I mean I use Vim as well (for pretty much everything), but in the end some people may not want to spend time getting decent at Vim because they don’t feel it’s worth their time, not because they inherently can’t. If he spent some time, he may be able to do it. I’m sure most Linux users can. But it’s just the time and energy that you must expend to get there, and not everybody feels it’s worth it, even technically proficient Linux users.

            A more general abstraction of this bell curve principle is sorta like managing depression; the left-side of the curve will say something like exercise, socialising, eating healthy foods, and having life purpose. The middle might say that we need SSRIs, multiple therapy sessions, mindfulness exercises, daily journaling, compassion training etc. But, the right-side of the curve might again say exercise, socialising, eating healthy foods, and having life purpose. A realisation that something is not worth your time is not inherently indicative of the inability to do said something, though I get your point. It’s all good though!

      • Rassilon
        link
        fedilink
        710 months ago

        This. I still daily drive arch, and, even though I’ve rarely had any breaking updates, it’s always feels like a gamble. Have to keep a mental note of which critical packages are being updated, just in case I have to rollback the package. Always carrying an install medium with an arch iso when taking my laptop out.

        • GizmoLion
          link
          fedilink
          310 months ago

          I abandoned ubuntu for that very same experience, found your Ubuntu zen on manjaro instead. Funny how it goes sometimes.

          • @mafbarOP
            link
            510 months ago

            I’ve only used Manjaro a little bit but isn’t it the case the Manjaro holds back updates before rolling them out, thereby messing with stuff if you use the AUR?

            • GizmoLion
              link
              fedilink
              1
              edit-2
              10 months ago

              My take is they’re a little more cautious than full Arch. Arch will just push stuff because it’s “ready”, Manjaro does at least some testing so I’m not the guinea pig.

              I don’t have any issues with AUR stuff though, everything pretty much works out of the box.

        • @vkirlin
          link
          310 months ago

          Always carrying an install medium with an arch iso when taking my laptop out.

          Same. Have to say Ventoy is an amazing tool, my emergency USB stick has 4 distros and Windows, just in case. There is also some Android app that let’s you turn your phone into bootable medium

          • @mafbarOP
            link
            210 months ago

            I didn’t know you could turn a phone into a bootable medium!

            • @vkirlin
              link
              210 months ago

              As far as I remember it was DriveDroid and required root. I used to have small ISOs on my phone, like Arch, Super Grub2 Disk, GParted

              • @mafbarOP
                link
                110 months ago

                Interesting. Thanks!

        • @mafbarOP
          link
          110 months ago

          How do you roll back packages? Do you use Timeshift or just using pacman?

          • @SergeKaramazov
            link
            3
            edit-2
            10 months ago

            just pacman -U /var/cache/pacman/pkg/package-X.Y.Z.tar.xz or install the downgrade script for a better experience. not sure about timeshift, it sounds like a backup tool to me.

            • @mafbarOP
              link
              110 months ago

              This is the Arch way, I feel. Timeshift though, if I’m not mistaken, is a system restore tool, which seems pretty useful though I’ve never used it myself.

        • @mafbarOP
          link
          110 months ago

          I toy around with Arch a little bit but sometimes these are the kinds of things that you really don’t want to think about. But the tradeoff is latest packages, of course.

      • kbity
        link
        fedilink
        3
        edit-2
        10 months ago

        On the flip side, it’s a rolling-release distro, so you don’t have to play a game of “what broke?” whenever you do a major version upgrade or do a clean install to avoid it, because there are no major version updates. And the AUR is pretty much the reason to use Arch outside of being at the cutting edge (which is mainly useful for using brand new hardware that hasn’t got the best support in the more conventional distros yet, like a new laptop).

      • @Dnn
        link
        310 months ago

        deleted by creator

        • @mafbarOP
          link
          110 months ago

          That’s why no matter how much we make fun of Windows or MacOS, they both are still “just works OS” for friends/family who might not care / have time about facing issues that Linux users are accustomed to firing up the terminal to solve. Well, it might change someday. We can always hope.

    • @nomadjoanne
      link
      610 months ago

      Arch desktop, Debian server has suited me well. Apt seems really slow compared to pacman, but besides that Debian is great.

  • scytale
    link
    English
    17
    edit-2
    10 months ago

    This is honestly a timeline for me instead. Started out with Ubuntu, Debian, Elementary, Peppermint; then did Kali for a while for work, then moved on to Antergos, Arch. I eventually got tired of my system breaking every few weeks, and now settled with Mint for the time being because I don’t have the time to maintain a bleeding-edge distro and I just need something that works when I turn it on.

    • @victron
      link
      English
      2
      edit-2
      3 months ago

      deleted by creator

    • @z00s
      link
      English
      110 months ago

      Agree. Mint is the new Just Werks distro.

  • @z00s
    link
    English
    1510 months ago

    'buntu looks pretty but doesn’t brr. Mint goes proper BRRR

    • @mafbarOP
      link
      English
      410 months ago

      Right! Should have put Mint.

  • @SanndyTheManndy
    link
    English
    1410 months ago

    Ubuntu was good until it went all corporate and scummy. Now I run Endeavor OS(Arch btw)

    • @danielton
      link
      English
      21
      edit-2
      5 months ago

      deleted by creator

      • @mafbarOP
        link
        English
        1310 months ago

        Time to go to Linux Mint

        • EnglishMobster
          link
          fedilink
          710 months ago

          Cinnamon doesn’t work properly across multiple monitors. Your task manager thing doesn’t stay in sync. The one that says it works with multiple monitors just… doesn’t.

          Plasma hasn’t given me any issues, but Mint doesn’t have a KDE distribution. So I’ve been on KDE Neon.

          • @mafbarOP
            link
            310 months ago

            Let’s go, Plasma vs GNOME vs Cinammon

            • @LuckyLu
              link
              English
              810 months ago

              Plasma best for customisation and/or new Windows users.

              GNOME best for macOS migration and/or great out of the box experience.

              Cinnamon best when you hate fun and/or yourself.

              Sauce: Mint Cinnamon was my first ever distro but I still hate it.

              • @mafbarOP
                link
                English
                310 months ago

                How about XFCE and LXQt?

                • @LuckyLu
                  link
                  English
                  210 months ago

                  LXQt is something I would only use on ANCIENT hardware. I mean hardware from a while before 2011. It’s hideous and barely gets updates.

                  XFCE is a weirder one. It’s very customisable but also doesn’t get updated much. In my experience it provides barely any performance advantages over KDE although it is smoother than GNOME on crap hardware, so there’s that.

                  I don’t need either and wouldn’t use them unless I did.

              • @danielton
                link
                English
                2
                edit-2
                5 months ago

                deleted by creator

              • ZephrC
                link
                fedilink
                English
                110 months ago

                I don’t even use Mint anymore, but Cinnamon is still my favorite DE by far. I guess that means I hate fun? Why can’t you just say you dislike a thing without insulting everyone who does?

                • @LuckyLu
                  link
                  English
                  110 months ago

                  I’m being tongue-in-cheek. I personally find Mint boring and dated, and it can be pretty buggy on newer or more complex setups. I don’t actually think that you “hate fun”, it’s my hyperbolic way of saying that Cinnamon isn’t fun to use for me.

                  Sometimes being literal makes things less fun, too.

          • @mihnt
            link
            English
            110 months ago

            deleted by creator

        • @danielton
          link
          English
          2
          edit-2
          5 months ago

          deleted by creator

      • @[email protected]
        link
        fedilink
        English
        210 months ago

        Yeah, I feel that too. I have wanted to try a immutable distro, is nix any good? Are there any better alternatives?

      • @mafbarOP
        link
        210 months ago

        Seems to be an underrated choice. How’s it going so far, using Tumbleweed?

        • @AlpacaChariot
          link
          310 months ago

          I tried this once, it had some weird default settings when it came to privileges needed to connect to WiFi, printers etc. Normally polkit would be preconfigured on a desktop to let the user do these things without giving the root password but not opensuse for some reason! Maybe things have changed now.

          • @mafbarOP
            link
            110 months ago

            Hopefully! Certain things like WiFi or printers, I feel should work out-of-the-box without manual setup.

        • @AnUnusualRelic
          link
          210 months ago

          I never managed to break it. While all the *buntu distros tended to just fall apart after a while.

          Also you can update after 3 months and zypper will happily process the 6800 changed packages.

          Finally it has the best KDE out there, so it was a natural choice.

          • @mafbarOP
            link
            110 months ago

            Sounds great! Tumbleweed has always sounded like a stable rolling-release distro, kind of strange that it never got the attention like Arch or Arch-based distros.

            • @AnUnusualRelic
              link
              English
              210 months ago

              The whole OpenSuSE/SuSE community seems to be on the quiet side for some reason. I never really understood why either. It’s one of the old traditional distributions that’s doing a lot of stuff in the background, but nobody ever hears or talks about it. They even have fun songs.

              Maybe it’s because it’s based in Europe (although I would have seen that as a bonus point)?

              I don’t even know if it’s very common in the enterprise world, I’ve never actually even seen it there, although I’ve seen lots of Redhat. But according to Wikipedia, it’s out there.

              • @mafbarOP
                link
                English
                110 months ago

                I’ve only meddled with openSUSE a little bit but I suspect it’s due to several reasons. Firstly, perhaps the lack of marketing. You hear news about Ubuntu and Fedora and NixOS and stuff, but never really about openSUSE, I think? Maybe they do promotions but I don’t know about them that much. As you said, they do a lot of stuff but in the background. Perhaps they’re really more of a technical distribution, for sysadmins and some users?

                • @AnUnusualRelic
                  link
                  English
                  210 months ago

                  They often tend to sell it as a distribution for developers. for some reason. I don’t write much code any more and just use it (tumbleweed) as my main system for general use. I never really noticed it being any different from any other operating system. You just install whatever you need. In my case, I take notes, edit photos, play games from Steam, and do the usual Internet stuff. Mostly what most users do.

      • @MossBear
        link
        410 months ago

        Isn’t Red Hat owned by IBM and Fedora is a community based distro? Or do I have that wrong?

    • @mafbarOP
      link
      110 months ago

      Agreed, though users need to set up RPM Fusion and maybe configure DNF a little bit. It’s still pretty great though.

        • @mafbarOP
          link
          110 months ago

          RPM Fusion is for non-official repos and proprietary media codecs, I believe? Not sure since I only touched Fedora for alittle bit.

    • @mafbarOP
      link
      English
      910 months ago

      Arch is the best.