Greetings, so I final got wife permission to buy a pi zero 2 and a beeline 12s pro (n100) arriving tomorrow. I already have a nas drive for my media.

Question is what is the average setup and guides for this?

Of course I will be scouring this and other communities for info but the immediate items I want to fix are my plex/jellyfin server, setup RetroArch or equivalent gaming, then of course arr servers. But I would like to also get into reverse proxy and searxng, next cloud and pihole.

Any tips on how to make this beautiful?

OS recommendations? I currently run manjaro on my daily, but would think a kubuntu or kde fedora/debian spin might be better for these items.

Guides you can point me to? Suggestions for more or better options? There are plenty of answers in this community and I will look at what’s posted but any assistance is appreciated.

Thank you in advance.

I’m excited to start plying with the simple things

  • @[email protected]
    link
    fedilink
    English
    910 hours ago

    I went with Debian and I use Docker for containers. I considered Proxmox, but I didn’t end up trying it. PiHole is a good application for the Pi Zero (I have an early generation Pi dedicated to running PiHole), but you could also run it on the Beelink.

    I strongly recommend you download Obsidian and keep hyperlinked notes on everything you do and links to every tutorial/resource you end up using.
    Have a place to keep all the passwords your services will end up needing. A password manager is the best option. Make the password on your admin account on Debian (or whatever) easy to remember and enter, since you’ll need to sudo a lot.
    If the Beelink comes with a copy of Windows installed, you can recover the key from within Linux with the following command:
    sudo strings /sys/firmware/acpi/tables/MSDM
    Then you have a spare Windows key should you ever need one.

    • Dran
      link
      fedilink
      English
      38 hours ago

      Not sure if many people do what I do, but instead of taking notes I make commented functions in bash. My philosophy is: If I can’t automate it; I don’t understand it. After a while you build enough automation to build your workstations, your servers, all of your vms and containers, your workflows, etc, and can automate duplicating / redeploying them whenever required. One tarball and like 6 commands and I can build my entire home + homelab.

    • @[email protected]
      link
      fedilink
      English
      49 hours ago

      That too for keeping notes is gold. I’ve had the lack of them bite me in the ass as recently as 3 days ago.

      Thanks for the suggestion on the note app.

      Not to mention the windows key deal. Awesome