• 2 Posts
  • 146 Comments
Joined 5 months ago
cake
Cake day: June 4th, 2024

help-circle







  • I’d say start on Ubuntu too. I actually kind of hate it, but it’s was my second or third Linux distro and was stable enough to jump into it, learn stuff then form an opinion about what I want in a distro and move on.

    I think a lot of people get hung up on this — for basic use, a lot of distros offer more or less the same things. It’s when you start to drill into the lower level stuff (that you’re probably not now concerned with) that you become pickier with distros.




  • I think the part you’re missing (and others haven’t addressed) is that you don’t send 100% of your traffic to one endpoint (much like how most use VPNs). You can route different things to different places.

    For example, I’m in the US and have two Tailscale exit nodes. Both are located on VPS machines in the US, but one sends traffic down a double-hop VPN back out into the US, the other does the same but to Switzerland. My “default” route is through Switzerland (better privacy laws) but I am forced to route some things through the US exit node due to websites that won’t work outside the US. For my personal devices, traffic routes directly to them via WireGuard tunnels.

    In addition, my wife doesn’t care about blocking everything that I do (social media, tracking) but her phone still needs to update sensors in Home Assistant. She can choose not to use the exit nodes but can still communicate with our nodes on Tailscale. She also uses it to print documents at home from her laptop while she’s at work.

    Recently I was waiting in a hospital with public (unsafe) WiFi that blocked UDP traffic, but Tailscale does some magic that will relay traffic via TLS. I was able to access services at home with a 20ms latency. The tech is very, very nice to have.