

What’s the difference with their open-source control server, from headscale? That it’s officially published by the company?
What’s the difference with their open-source control server, from headscale? That it’s officially published by the company?
I suspect there’s a tendency of experts in something to think of people who do it narrowly as people doing at least as much as they are.
The people who have a bunch of docker services, or complex multi-machine infrastructure are self-hosted software users, and probably in that 1-2% range. People who heard piholes are useful, so they bought a pi 3 and set it up are self-hosted software users. Somebody using an old desktop they got on Facebook marketplace for running Plex media are self-hosted software users… and so on. So are the people in their houses, some of their friends and family.
Using that inclusive definition, being closer to 10% than 1% makes sense to me.
I’ve been using Cinnamon for most of the last decade, but switched to Gnome3 recently, heavily customized to work like Cinnamon. Basically because Wayland is finally stable enough to use.
If Cinnamon gets Wayland support working well, that’s my choice. Otherwise I’ve got some Gnome3 configs that make it work pretty well, and I’d happily run it into the ground too.
From a cursory examination, it looks like there are at least some models where you can disconnect the antenna, for which you may get a warning you can just ignore. Seems a lot easier than a faraday cage. But a lot worse than a car not outfitted with that kind of tech.
I’ve learned a number of tools I’d never used before, and refreshed my skills from when I used to be a sysadmin back in college. I can also do things other people don’t loudly recommend, but fit my style (Proxmox + Puppet for VMs), which is nice. If you have the right skills, it’s arbitrarily flexible.
What electricity costs in my area. $0.32/KWh at the wrong time of day. Pricier hardware could have saved me money in the long run. Bigger drives could also mean fewer, and thus less power consumption.
Google, selfhosting communities like this one, and tutorial-oriented YouTubers like NetworkChuck. Get ideas from people, learn enough to make it happen, then tweak it so you understand it. Repeat, and you’ll eventually know a lot.
I haven’t had this happen personally, but are you allowed to edit your hosts file? I’m assuming those IP addresses are coming from DNS resolution, and if you hardcode those DNS entries to resolve to 127.0.0.1, it’ll stop the ads.
nslookup <ip address>
should give you the domain names, if not there’s DNS logs in Event Viewer that should tell you.
Agreeing with this, expanding a RAID array is not necessarily impossible, with something like RAID 5, and the right RAID setup, you could theoretically add an identical disk without wiping it all in the rebuild. RAID 1, you’ll 100% need to copy the data somewhere that isn’t the 2/4 disks in the meantime. In an environment where storage is expensive, RAID 1 is not suitable imo.
ZFS makes it so easy though. Throw a mismatched disk in? No big deal, it’s in your pool now. Want double parity for extra peace of mind? You can do that. It self-heals so you don’t need fsck, its maximum limits are too big to realistically matter on human scales, and the documentation on it is pretty good.