• bjorney
      link
      fedilink
      162 years ago

      Multimedia codecs have a different license agreement than the OS so they aren’t bundled by default for a reason

        • bjorney
          link
          fedilink
          172 years ago

          Most distros have a checkbox during the installer that will add non-free components. It’s a separate EULA you need to agree to so they can’t do it for you.

          You may not care, but the distro provider’s legal team absolutely cares about not getting sued for automatically bundling components with an incompatible license agreement

            • arglebargle
              link
              fedilink
              English
              52 years ago

              MPEG LA is (now Via Licensing Alliance) has been active in collecting fees and defending patents. There is no reason to assume they won’t go after distros, particularly those who can pay given that they are willing to take on anyone else. https://en.wikipedia.org/wiki/MPEG_LA

                • arglebargle
                  link
                  fedilink
                  English
                  1
                  edit-2
                  2 years ago

                  Because those distros have (as we are talking about) distanced themselves from the patent encumbered codecs? When Google tried to get behind VP8, MPEG LA was right there to try and stop them by trying to get them into the pool.

                  Edit: I should have said many didn’t Fedora opted out of compiling mesa with hardware accell, and it seems others did too recently. But that means it was there the whole time. I guess most distros, that have any money, are going to want shelter from lawsuits.

    • Oh yeah! That downgrade option sounds cool. The only time I kinda regretted being on Manjaro. VirtualBox 7 still doesn’t have functional graphics. I tried downgrade, but that didn’t work. Maybe I should have tried deleting the VirtualBox config 🤔

    • Qwerty-Space
      link
      fedilink
      42 years ago

      Not sure why KDE/GSconnect would need to be preinstalled tbh. But I agree with the others

  • @[email protected]
    link
    fedilink
    12
    edit-2
    2 years ago

    Debian, sudo, at least when ever I install it without a desktop.

    edit: I’m dumb af, it tells you right in the installer, I just never read it

    • JWBananas
      link
      fedilink
      English
      22 years ago

      What distros don’t include tmux and vim? Ubuntu has had them for at least a decade.

      • @[email protected]
        link
        fedilink
        English
        12 years ago

        by default?

        My work laptop came with Ubuntu preinstaled and didn’t have tmux nor htop.

        Vim is not present by default in at least debian and arch. Although vi is present in every distribution I believe.

        • JWBananas
          link
          fedilink
          English
          22 years ago

          I can see that being the case for the Desktop variant. For the Server variant you get vim and tmux out of the box.

    • @[email protected]
      link
      fedilink
      92 years ago

      Biggest surprise here is that browsers still have no EPUB support build in. It’s such a mind boggling oversight. They even got PDF support, but long form xHTML content is somehow still a big no.

      Only Edge had EPUB for a little while, but even that got lost when they switched to Chromium.

  • @[email protected]
    link
    fedilink
    182 years ago

    useradd - I just wanted to give a friend my notebook for a python lecture and thought I could just add him as a new user. Apparently not by default.

    • superkret
      link
      fedilink
      112 years ago

      If you don’t manually edit /etc/passwd using ed, are you really a Linux user?

    • X3I
      link
      fedilink
      72 years ago

      Ran into this some time ago and learned that there is a more rudimentary command adduser instead but it does not do things like home folder creation

  • @[email protected]
    link
    fedilink
    262 years ago

    I am surprised that vi is often available, but not vim. It’s really annoying on many RHEL based distros, because I am so used to typing vim. Otherwise there is just git I deem essential.

      • @[email protected]
        link
        fedilink
        12 years ago

        No. If you have vim installed that’s true on many (some?) systems. As I said some distros have vi available, but not vim which is the annoying part.

        • @[email protected]
          link
          fedilink
          3
          edit-2
          2 years ago

          The original vi has not been maintained for many years. Most distributions, including Debian, Fedora, etc, use a version of Vim which (mostly) is similar to how Vi was.

          From Fedoras wiki:
          “On Fedora, Vim (specifically the vim-minimal package) is also used to provide /bin/vi. This vi command provides no syntax highlighting for opened files, by default, just like the original vi editor. The vim-minimal package comes pre-installed on Fedora.”

          From the vim-tiny package description on Debian:
          “This package contains a minimal version of Vim compiled with no GUI and a small subset of features. This package’s sole purpose is to provide the vi binary for base installations.”

          • @[email protected]
            link
            fedilink
            12 years ago

            You are actually correct. I just checked the manifest of RHEL and it provides vim-minimal and not vi like I assumed.

            I noticed that it behaves a bit different than the version available on AIX for example which for sure uses real vi, but I never gave it a second thought. Interesting.

            • @[email protected]
              link
              fedilink
              12 years ago

              Also OpenBSD use different versions, I’m guessing their vi is the original since it can’t handle utf-8. And iirc ex(1) is also a vim variant on Linux. I’ve never met anyone who actually uses ex though. ed(1) I think is just GNU ed. I am not certain about these versions though.

          • JackbyDev
            link
            fedilink
            English
            22 years ago

            R.I.P. Bram Moolenaar. You made me think of it when you said go is unmaintained. I went to vim.org to see who is taking over vim but the security certificate is expired.

            It reminded me of this grim realization I had in my grandparents house. They were getting old, I think one or maybe both were in a nursing home by then. The house was falling apart as they were. I was going up the deck stairs and a stair broke under my foot, luckily one of the very low ones. Some dishes had some mold on them in the cabinet. And now going to vim.org, the cert is broken.

      • @[email protected]
        link
        fedilink
        102 years ago

        There is not really anything to learn. It is just lacking some useful features and shortcuts which make it slower to use. It’s still much better than nothing.

        Usually my biggest issue is that I am so used to write vim over vi. At least for small edits.

    • JackbyDev
      link
      fedilink
      English
      12 years ago

      Yeah, at least some distros have VIM tiny or whatever it’s called so my muscle memory benefits me.

      • Captain Aggravated
        link
        fedilink
        12 years ago

        Most distros I mess with have busybox installed, which as vi in it, but yeah sudo apt install vim is one of the first commands I run.