I wanted to have a separate laptop where I only use the terminal for my use cases. At the moment I am somewhat confident using the terminal, but I think limiting myself to tty only would build my confidence even more. Any tips?

EDIT: I am already using nvim and I already have installed a minimal distro (Arch). I just need advice on how to actually run this system effectively.

  • Snot Flickerman@lemmy.blahaj.zone
    link
    fedilink
    English
    arrow-up
    8
    arrow-down
    4
    ·
    edit-2
    29 days ago

    Almost every CLI only version of Linux is designed to be a server.

    Servers assume you have no WiFi. There will not be an option to set it up during first-time setup, you will have to do it manually.

    You are doing this on a laptop which generally assumes you will be using WiFi.

    You will have to set up wpa_supplicant during install via command line outside of the automated setup.

    Further, if your WiFi drivers have any non-free proprietary code in them, you will need to manually install drivers for them like you would normally. Once again, best to do during setup, if possible.

    If you have the option of connecting directly with ethernet during setup, you can sort of wiggle past it and set it up after, but I’ve personally found that the servers prefer it if you do it during setup (ie. fewer weird networking issues).

    As others have said, you could also just not install a desktop environment in a normal version of Linux instead of going for a server version, as another way to avoid this issue.

    Source: personal experience using server version of Linux on laptop

    • bloodfart@lemmy.ml
      link
      fedilink
      arrow-up
      13
      ·
      29 days ago

      This is not true.

      Especially nowadays network manager handles all that stuff. Nmcli or nmtui make it beyond easy and I haven’t messed with wpa_supplicant in about ten years.

      • sem@lemmy.blahaj.zone
        link
        fedilink
        arrow-up
        2
        arrow-down
        1
        ·
        29 days ago

        There is some truth to it. If you are installing a server distro it may not come with nmcli by default. Maybe it will. But good to think about