• Owl@mander.xyz
    link
    fedilink
    arrow-up
    0
    ·
    1 year ago

    Do you use linux as your daily driver ? If not, install gentoo try to daily drive an arch-based OS such as EndeavorOS, Arcolinux, Manjaro (Don’t use Manjaro).

    • Mia@feddit.deOP
      link
      fedilink
      arrow-up
      0
      ·
      1 year ago

      No. I had Manjoro for some time and then Linux Mint as daily driver. But nowadays I use Linux exclusively on the server side privately and professionally.

        • Mia@feddit.deOP
          link
          fedilink
          arrow-up
          0
          ·
          1 year ago

          Sure. It wasn’t a decision against Linux per se. I was considering whether to get a computer with Linux again or a Mac. In the end, the deciding factor was that Apple had released the M1 Macs at this time and I was just really curious to try them out after decades of Windows and a few years of Linux.

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

    The best challenge is to get yourself some Linux distro that, after installing, just drops you into a shell and then install and configure the server software or the desktop software yourself. You could use a Raspberry Pi for this.

    I used arch btw.

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

    Probably not exactly what you are looking for, but I’d recommend just starting to selfhost things. Have some old computer? Want to get a VPS?..

    Something thats neat for selfhosting is pihole, if you feel up for it, go with docker as it makes things much easier in the long run.

    Don’t be too afraid to break your software. It will happen eventually. And always remember that stuff deleted with rm won’t come back, thats what made me install a new OS on my VPS.

    • 9488fcea02a9@sh.itjust.works
      link
      fedilink
      arrow-up
      0
      ·
      edit-2
      1 year ago

      If OP wants to learn admin stuff, why use docker for pihole? The install script is already very easy to use

      OP would probably learn a lot more from using the install script and running “pihole -up” command once in a while

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

        I remember my first rocker adventures. I was furious at it, it seemed so weird and complicated.

        I felt like a 1337 haxxor when I got a shell in a docker container and hacked around something that would not be stored outside the container in any way.