• vsis@feddit.cl
        link
        fedilink
        English
        arrow-up
        1
        ·
        1 year 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@startrek.website
          link
          fedilink
          English
          arrow-up
          2
          ·
          1 year 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.

  • rayon@lemm.ee
    link
    fedilink
    arrow-up
    13
    arrow-down
    2
    ·
    1 year ago

    I think most people (including myself) prefer a minimal desktop by default, and then proceed to install only the software they need. Nevertheless, it always surprises me when I log in to a system that doesn’t have vim.

    • SSUPII@sopuli.xyz
      link
      fedilink
      arrow-up
      13
      arrow-down
      1
      ·
      edit-2
      1 year ago

      For almost all users, especially beginners, nano is just simpler faster and better. A lot of distributions are bundling it, and I am finding indeed systems without vim at all.

    • s20@lemmy.ml
      link
      fedilink
      arrow-up
      5
      ·
      edit-2
      1 year ago

      I disagree. Don’t get me wrong, vim is amazing and all that, but I think nano is easier for new users to grok out of the box, making it a better choice most of the time. What it lacks in features it makes up for in transparency.

      100% agree about the minimal set of desktop apps, though. That drives me crazy.

      Just my 0.02$.

      Edit: silly mistakes and clarification

      • Fedora@lemmy.haigner.me
        link
        fedilink
        English
        arrow-up
        1
        ·
        1 year ago

        You’ve never used a minimal Linux distro for cloud servers then. Some don’t ship any text editors. Others ship only nano. Part of the reason why I think learn vim because vi(m) is everywhere argument is retarded. It’s factually incorrect.

    • Gamma@programming.dev
      link
      fedilink
      English
      arrow-up
      4
      ·
      edit-2
      1 year ago

      type -p is a shell builtin though, and one character shorter :)

      Although you may prefer tool=$(command -v tool)

    • AggressivelyPassive@feddit.de
      link
      fedilink
      arrow-up
      1
      ·
      1 year ago

      Which distro doesn’t ship nano? I’ve only ever seen this in embedded or docker contexts.

      Condolences for your vile experiences, though.

    • JackbyDev@programming.dev
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 year ago

      I remember using nano in college when I was a baby dev. I would write everything locally then paste into nano. I don’t remember if the professor gave us an FTP link or if I was just trying around but I pasted the server address into the file explorer (I think nautilus, I don’t remember) and it managed to connect. It made it all so easy.

      Good times, writing assembly in nano lmao!

  • RegalPotoo@lemmy.world
    link
    fedilink
    English
    arrow-up
    6
    ·
    1 year ago

    htop. I get that top is ancient and just about part of the definition of a standard Linux system, but damn is it unfriendly

  • Turtle@aussie.zone
    link
    fedilink
    arrow-up
    8
    arrow-down
    3
    ·
    edit-2
    1 year ago

    The first couple commands I run after install:

    $ sudo apt install vim
    $ sudo apt autopurge libreoffice*
    
      • Turtle@aussie.zone
        link
        fedilink
        arrow-up
        3
        ·
        1 year ago

        I’m not suggesting it’s bad, I just don’t use it much and it’s always preinstalled.

      • Turtle@aussie.zone
        link
        fedilink
        arrow-up
        3
        ·
        1 year ago

        When I need an office suite, Libreoffice is the one I use, but it’s so infrequent that I reinstall writer or whatever part I need at the time and then uninstall again.

        The main reason it bothers me is I will see it being updated frequently (and they’re not small updates) - and I’ve probably never ran the thing since the last OS install most of the time.

      • Efwis@lemmy.zip
        link
        fedilink
        English
        arrow-up
        1
        ·
        1 year ago

        Ubuntu wants you to use snap for all your app needs. I think their plan is to make repos only for os maintenance and installation and nothing else.

  • SamsonSeinfelder@feddit.de
    link
    fedilink
    arrow-up
    4
    ·
    1 year 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.