Best I can do is Cat 6a
Best I can do is Cat 6a
I mean the 4K77 Project stuff. They have everything on their own forum and only offer Resilio downloads.
I only used it to download certain Star Wars versions, because these nice gentlemen couldn’t be bothered to use real torrents.
No idea how you would use that as a Syncthing replacement though.
They really should deliver on their promise of making a Linux client.
I use migadu.com now, previously also used mailbox.org and protonmail.
The great part with migadu is how much control you have. Want to add multiple domains or have multiple users? No problem. (Though they reserve the right to ask what you’re doing if it’s excessive).
Limits are based on mails sent, mails received and storage space.
I was on their cheapest plan (19$/year) until I filled my receiving contingent because my servers had issues and monitoring kept dutifully sending email alerts about that.
I’m aware of these options to do RAG, though I’m not using any yet. Only SillyTavern for chat stuff
Apologies for the late response
I can access every node by IP (IPv6 to be precise).
Discovery within a local network happens through regular broadcasts. For connecting different networks, you need to set peering addresses that are reachable and configure the other side to listen.
You only need one node per network though, the others will automatically discover the path and connect on the best route to their target. If your node in the middle falls over, any other node that’s reachable can be used instead.
The Yggdrasil Blog posts have some explainations of the algorithms used.
There’s no explicit gateway, but you can use standard routing and firewall tools to do whatever you want. I only use it for accessing internal stuff, not as a full VPN for my client devices, but you could probably make that work by setting one node as router and configure its Yggdrasil ip as you gateway (excluding the traffic you need to connect to the VPN).
One downside is that everything’s still in progress and most versions change significant parts of the routing scheme, meaning it doesn’t work with the previous version. It is primarily a research tool for internet scale mesh networks, but releases are also infrequent enough where you shouldn’t worry too much.
I use Yggdrasil now with a whitelist of public keys. Though I’m thinking about redoing my architecture in general to make key distribution easier, have more automated DNS entries and also use the tunnel for any node to node communication.
Before that I tried Tailscale with Headscale, but I didn’t want to have a single node responsible for the network and discovery.
Most VMs only run containers, but I have supporting services on every host as well. Stuff like the mesh VPN, monitoring agent or firewall.
If I want a quick overview, a quick systemctl status
will tell me everything I need to know.
I’ve been managing my containers using the older mechanism (systemd-generate) since I started and it’s great. You get the reliable service start of systemd and its management interface. Monitoring is consistent with all your other services and you have your logs in exactly one location.
I really wouldn’t want a separate interface or service manager just because I’m running containers.
Will you protect them from police raids and cover their legal costs for running a Tor node?
And it’s quite likely they only have 10G locally, with way less bandwidth going to the outside.
They promised one years ago, but never delivered. My main reason for supporting Steam even over GOG.
Pillars of Eternity 2 has been out for years
/s
Did you do it?
I think this is a good place to link Stop Killing Games. There’s currently an EU initiative under way to mandate that developers have to plan for the retirement of games with online services in a way that customers can still enjoy the game after the online services are shut down.
If you are a citizen of any EU country, please take your time to read through the initiative and sign it.
There aren’t any non big name manufacturers left for harddrives. And if you have the time, consider buying with some separation to reduce the risk of hard drives failing at the same time due to age.
Maybe add Geekbench, but only within the same architecture. Tests between different architectures are not comparable.
You can set up your own CA, sign certs and distribute the root to every one of your devices if you really wanted to.
I haven’t taken the time yet to switch my Ansible playbooks to Quadlet, so can’t comment on that.
I only skimmed the manpages, thanks for the info.
As the sibling comment says, not a static site generator. If you want to customize pretty much anything about the layout or theming you still need to use Twig, CSS and if you’re unlucky JS.