I just recently started playing around with an old pc as my homeserver and am curious of any recommendations for lesser known self hostable foss software that you would recommend

  • @DidacticDumbass
    link
    11 year ago

    True. I think the software I would download anyways is installes by default, which makes it easier.

    I don’t need a server to have a gui since most of the interfaces for services are browser based anyways.

    I am in no rush! It would do me well to explore and become more familiar with the networking side of linux.

    • GreyBeard
      link
      21 year ago

      No doubt, there is an endless amount to learn with Linux. I’ve been using it for servers since the early '00s, and have been using it as my main OS on my personal devices since probably 2016, and I still regularly learn new things. If you are trying server stuff out on PC hardware, I suggest looking into virtualization. Proxmox is a great OS to start with for a virtual host. Then you can try out as many OSs as you want as virtual machines. You may be way ahead of me on that, but back when I was first learning what it meant to run a server it was of great help to me. That was before the days of docker and most containers(although I did use BSD Jails a little).

      • @DidacticDumbass
        link
        11 year ago

        I only recentlg learned about Proxmox through Lemmy, so I will definitely give it a go… I keep saying that about all this new software I am exposed to. Hah.

        I have always been fascinated by virtualization, but was concerened with resource management and nerfing my computing experience.

        Which is silly since concurrent computing has existed since nearly the inception, and with a few exceptions, CPUs spend most of their lifetimes idling without ever approaching the limit of resource usage.

        Yeah, I need to experiment.