• @[email protected]
    link
    fedilink
    61 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.

    • Yours Truly
      link
      fedilink
      21 year ago

      This! Selfhosting your own small apps is the best way to get practical, hands on experience with Linux administration.

      • @[email protected]
        link
        fedilink
        1
        edit-2
        1 year ago

        It’s also super fun and can be very helpful in some conditions.

        On the other hand, the deeper you dive, the more at risk is your wallet, some day I will for sure have a server room somewhere.

        • Yours Truly
          link
          fedilink
          21 year ago

          Back in the day, we used to have “post2host” forums, where you could get VPS servers for free just by being active in the forum. That’s where I cut my teeth on Linux!

          Without that, 10 years ago, I would not have my career today. I am thankful.

          • @[email protected]
            link
            fedilink
            21 year ago

            That sounds awesome! For me personally, when we were still in highschool, I got a VPS on netcup with two friends together. That was about 2 years ago. We’re phasing it out and all of us now have our own infrastructure.

            Once it is no longer available, we plan to build a nextcloud federation.

            The most important thing is to just start!

    • @9488fcea02a9
      link
      1
      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

      • @[email protected]
        link
        fedilink
        11 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.