• 0 Posts
  • 31 Comments
Joined 8 months ago
cake
Cake day: December 12th, 2023

help-circle

  • I’m trying out Arch on my laptop atm, and tbh the only real advantage (at least for me) is that the packages tend to be a lot fresher than on Debian-based distros. The question is how many of your packages you really need to be that fresh.

    I think a lot of Arch users feel like wizards because they connected to the home wifi using the command line, but if you’ve tinkered with (/broken then had to fix lol) other distros, you will have done all this stuff before












  • Sure. The hardware is a cheap little beelink with an n100 and 16gb of RAM. Proxmox can do VMs, but is primarily focused on LXCs, which are Linux containers. They share the kernel with the host, so they’re very lightweight — you can spin up basically as many (say) Debian systems as you want. So I have Jellyfin on one container, Sonarr/Radarr on another (though you could put them on separate containers if you wanted), transmission has a container, sabnzb has a co- … you get the idea lol.

    The cool thing is that it’s easy to mount drives/directories from the host, and have your containers share them that way.

    Wrt backups, Proxmox had some built in functionality you can run from the web ui. So I back up images of the LXCs to the external hard drive daily, then have a borg container that backs up the back up directory to cloud storage.

    It’s also very convenient to make a quick backup before making any changes to a container — you can restore to a previous image with the click of a button.