• 0 Posts
  • 4 Comments
Joined 4 months ago
cake
Cake day: January 6th, 2025

help-circle
  • This tends to happen when there’s some kind of DNS configuration issue, most likely DNS over HTTPS. If that’s explicitly disabled in Firefox and the problem still occurs, then there are some troubleshooting steps to consider:

    • Is Firefox up to date?
    • Is the system up to date?
    • Have you tried reinstalling the extension?
    • Have you tried a clean Firefox profile with only the extension installed?
    • Has the system been restarted since the problem began occurring?

  • An in-browser VPN extension is innately contained to the browser it’s installed to, which has several benefits:

    • high-bandwidth activities outside of the browser, such as software updates and game downloads, which many people don’t consider part of their privacy profile, won’t be limited by the speed of the VPN
      • this is also possible with split-tunneling, but that requires more configuration, and not all VPNs support split tunneling on all OS environments
      • the bandwidth savings are a big reason why most VPNs create browser extensions and encourage their use, as bandwidth use from web browsing is always going to be smaller than full system bandwidth
    • different browsers or browser profiles can be configured to use different VPN endpoints, while most system-level VPNs can only select one endpoint for the entire system
    • setup and configuration will be more OS-agnostic; setting up a system-level VPN properly on Linux can be more difficult than Windows or MacOS depending on the distro and system config
    • running the VPN at the browser level usually takes less resources than at the system level, so on very old or very weak systems, it may be the best option

    Of course, if you’re downloading actual Linux ISOs and want to avoid a nasty letter from your brain-dead ISP that thinks all torrenting is illegal, or if you just don’t want your ISP to spy on you and sell what it learns to data brokers, installing the VPN at the system level is a great option. Remember to bind any torrent software to the VPN to prevent leaks ;)


  • EarlyOOM is great for keeping systems responsive. I can’t understand why the default memory management on many distros still seems to be “do everything possible to avoid automatic termination of processes even if that means the system becomes borderline unusable.” It makes for a terrible user experience, and most users are just going to restart the machine when it happens rather than try to struggle through a slide show to manually kill whatever’s causing the problem.