• 6 Posts
  • 113 Comments
Joined 3 years ago
cake
Cake day: June 15th, 2023

help-circle

  • The 4070 was released almost 3 years ago, so the driver should be decently stable and not cause that much issues, no matter the distro.

    Just know that whatever distro you are choosing, it is a different workflow than Windows and it will take time to get used to it, and there will be some friction. And that’s fine. The first month is the hardest and it gets a lot easier fast.

    Take a popular distro because it has a bigger user base and the chances that someone else has already fixed your issue and detailed the steps is a lot bigger than a niche distro.

    If you want to easily test a few distro, take a usb key and install Ventoy on it. It will allow you to plug the usb key and drop ISO directly on it and boot from it. It will allow you to easily test distros without having to reformat the usb key each time.





  • If you stick to popular free software, the jank is limited.

    The Linux userspaces have a lot of enthusiastic people that create their own software and share it, and thus it seems like there is lot of janky stuff (because there is).

    It feels like Windows has been captured by corporations and so the market is competitive. There isn’t much space for enthusiast developpers to tackle a different vision of a popular software.

    So yeah, I agree with you, lots of janky software in Linux, but that’s the beauty of it IMO. If you stick to popular softwares, the jank is somewhat equivalent to Windows.














  • I am a newbie so I am not sure I understand correctly. Tell me if my understanding is good.

    Your Pi-Hole act as your DNS, so the VPS use the pi-hole through the tunnel to check for the translation IP, as set through the DNS directive in the wg file. For example, my pi-hole is at 10.0.20.5, so the DNS will be that address.

    On the local side, the pi-hole is the DNS for all the services on that subnet and each service automatically populate their host name on pi-hole. I can configure the DNS server in my router/firewall (OPNSense in my case)

    So when I ping service.example.com, it goes through the VPS, which queries the pi-hole through the tunnel and translates the address to the local subnet IP if applicable.

    So when I have the wg connection active and my pi-hole is the DNS, every web request will go through the pi-hole. If the IP address is inside the range of AllowedIPs, the connection will go through the tunnel to the service, otherwise, the connection will go through outside the wg tunnel.

    Does that make sense?