• 2 Posts
  • 34 Comments
Joined 2 years ago
cake
Cake day: February 5th, 2025

help-circle

  • Quite a few recommendations echo the same sentiment: get a whatever computer, start by installing xyz Linux, and go from there. Instead of direct recommendations I’ll present some alternative paths you may find useful to balance your self-hosting style against.

    Path 1: Get a cheap VPS and host something like File Browser to transfer some low-stakes files between friends&family. Add services and beef up the server as you need. Doesn’t matter too much if it gets hacked, it’s separate from everything else and you’ll learn to harden it over time when you learn to consider an exposed server insecure by default. Also your financial stake is really low, sub 5€/month and you can quit at any time when there’s no unique data on the VPS. Grow your stake slowly along with your confidence in how well you can secure the thing.

    Path 2: Get 3 identical 1-4TB drives and an SSD boot disk on some random computer, and install TrueNAS for home use. It has a large self-hosting community and nicely abstracts away the Linux side of things. No worries about exposing ports, just host anything you’re okay using just at home. Think: Jellyfin, Paperless, Home Assistant. You might find this useful if you never intend to really learn Linux in the first place and just want to solve some of your digital problems locally with some money invested. Later, add a mesh VPN like Tailscale or Netbird to safely access it from outside your home.

    Path 3: Get heavily into networking and start by getting complete control and understanding over what happens in your network. OPNsense, adguard, OpenVPN/wireguard, pihole, ddns, ids/ips, VLANs. Do this if you’re a control freak and are willing to commit to updating your stuff and keeping track on potential attack vectors.

    I started out with path 3, but have moved more or less towards a mix of 1 and 2 and no longer expose ports on my home router. If I’ll end up getting more than one device, I’ll probably install TrueNAS on one and make the rest a baremetal Talos cluster. Now my stuff runs on one device so it makes most sense to be Proxmox, this is however not advice, I work in tech and full well realise this is not an easy system to run.



  • EndeavourOS is pretty good at making using Arch a bit easier in an opinionated way.

    Fedora’s usually do a good job making the keyboard thing consistent. If you’re gaming and want something that you don’t need to adjust all the time check out Bazzite.

    In any case give KDE Plasma desktop a shot especially if you’re used to how Windows works. I mean a more vanilla version that what Garuda probably came with.

    The people saying tiling managers are the shit are the ones who have been Linuxing for quite some time. I think newcomers should just always go for a major, mature, opinionated desktop first. KDE, GNOME, Cinnamon. Mate or Xfce if you really like some old school aesthetic or have no RAM to speak of (<4GB). Distro choice comes after, I don’t recommend base Ubuntu for most people because of the risk of enshittification from Canonical that I see on the horizon.










  • I’ll gladly take the advice on the NAS VM, I see so many tutorials virtualising TrueNAS and not a lot of the opposite viewpoint. If it’s not a good practice I’d indeed rather recycle that setup while I’m at it.

    I don’t need to keep using Proxmox, or TrueNAS for that matter. If I need to DIY this with bare metal Debian, I will. My constraint is to have both always-on services and on-demand HDD backed services on the same machine. Sky is the limit after that…

    Scheduling doesn’t sound the best indeed, which is why I’d ideally want a simple button that I can click from a GUI.