

This. Cloud-init, or autoinstall for Ubuntu, to get the install done, then use ansible for anything more.
This. Cloud-init, or autoinstall for Ubuntu, to get the install done, then use ansible for anything more.
Bind mounts. I’ve never bothered to figure out named volumes, since I often work with the contents outside Docker. Then I just back up the whole proxmox VM. (Yes I’m aware proxmox supports containers, no I don’t plan to convert, that’s more time and effort for no meaningful gain to me.)
You can restore that backup to a new VM. I just make sure it boots and I can access the files. Turn off networking before you boot it so that it doesn’t cause conflicts.
The issue is not encryption, it’s the unauthenticated API. People can interact with your server without an account.
That’s still better than nothing, so keep at it.
The DJ is the artist. Each set is an album with one track. What’s broken about that?
Or if you run untrusted code. Including code that might be susceptible to a compromised developer or a supply chain attack.
Jellyfin should be fine. Why do you say it breaks it?
Yes, you can convert RAID1 to 10. At least in theory, your controller has to support it. Check the system documentation. TrueNAS ought to.
But gradual upgrades in general are rarely supported. The recommendation is always to do a complete array replacement.
https://refspecs.linuxfoundation.org/FHS_3.0/fhs/ch03s18.html
Don’t put important stuff in /tmp. Put it in /opt or something.
This isn’t really a distro thing. You’ll get the best results by turning off radios, ensuring the CPU frequency is controlled (or just locked to the lowest), and not using any 3D stuff or the discrete GPU.
If you use the ISP one, you’ll rapidly find you can’t configure it to do what you want. Run your own, lock it down, and keep it up to date.
The apps you list need decent gpu and gpu doesn’t virtualize well.
That’s not really true any more. To actually get it working, especially sharing a GPU between multiple VMs, is finicky, especially if you’re not using the very narrow supported configuration and expensive enterprise hypervisor features. But it is possible, and you can find plenty of articles from people who have gotten it working.
But I still wouldn’t recommend it. I’d give one whole GPU to one VM with PCI passthrough, and let multiple users remote in. Hopefully the apps support that.
Depends on how you want to define “securely”. A sufficiently motivated attacker could attack the remaining encrypted data, either through brute force or exploiting a weakness in the algorithm.
Students, as in you’re a teacher? Talk with your school’s IT department first.
I don’t think that’s part of the kernel.
No idea, you’re the one that bought it. I did the same thing for a few years and never bought a plex pass.
What we should be asking is why “selling a product” is no longer a business model.
Because they’re not selling a product, they’re selling an ongoing service. They run the relay servers, and those cost money every month.
He didn’t say he can’t, he said “but the site says!”
Yeah I know what the site says, I linked to it, I can read (usually). You know what I do when I want to do something? I try.
I don’t know why people ask for help and refuse to listen when it’s given.
Yup, it works great. I actually did it myself when migrating from a centos to debian host. Worked first try, no issues (except one thing that was already broken but I didn’t know because I hadn’t accessed it recently). Containers are great for this.