• 5 Posts
  • 36 Comments
Joined 1 year ago
cake
Cake day: June 12th, 2023

help-circle


  • I use nginx & docker-proxy. Because the model I copied used that setup. Having messed with it a bit, I’m understanding it more and more. Before that, the last time I messed with a web server (Apache), nginx wasn’t around. Lately, I’ve seen a similar docker setup to mine that doesn’t use docker-proxy. If I find time, I’ll probably play with that some on my dev rig.



  • So I do HPC installations, and using Mellanox/NVIDIA adapters in Ethernet mode absolutely sucks. First, when you initially install them, they’re named something like ens2f0, where “2” generally corresponds to the PCI slot. Pretty easy, until you install MOFED. Yeah, I know you don’t need MOFED, but the drivers included in RHEL are waaay old. Anyway, after installing the newer drivers, that exact same interface becomes ens2f0np0!

    What’s even better is there’s no guarantee that a PCI Ethernet card in PCI slot 2 will be “ens2…” which I would argue is predictive!


  • Awhile back, I got a bookbub deal alert email about a series called the Lattice Trilogy. When I read the synopsis, I wasn’t sure I’d buy the premise: a future where privacy simply doesn’t exist. Still, out of curiosity and an extremely low price, I gave it a read. Wound up reading all three books. Since then, I’ve been watching privacy die in much less sci-fi-y circumstances.




  • d00phy@lemmy.worldtoPrivacy@lemmy.mlHow to get a private car
    link
    fedilink
    English
    arrow-up
    2
    ·
    8 months ago

    Most are missing the point. You’re right, running AA or CP is akin to just using your phone with a vent mount, albeit arguably safer. The privacy issues come with things like OnStar and similar services that connect back to the manufacturer. As someone already pointed out it doesn’t sound like there’s a way to remove OnStar, but some others might be removeable, or not available in cheaper models.





  • Whether or not they comply with law enforcement is not the issue. Any company will comply with their local law enforcement if they want to keep their doors open. What’s important is what data they keep on their users. Unless I’m mistaken, Nord, like many others, only keeps billing info and limited connection info for load balancing purposes (deleted after something like 15-minutes). So, the Panamanian government (where they’re headquartered); who IIRC has no data retention laws and isn’t part of 5-eyes; asks for logs, they will get something, but not much to tie a specific customer to anything.

    Also, Nord has been independently audited multiple times in the past. Something quite a few other providers can’t say.

    It’s popular to bash on Nord b/c they advertise a lot, but I haven’t seen a legit reason not to use them. If it exists, I’d love to see it.





  • Adding to this, there’s probably a general feeling that, especially with publicly traded companies (which Nord isn’t… yet), profit motive will inevitably cause a company to make decisions that don’t align with its customer’s best interests. The idealist in me thinks it’s possible for a company to be profitable without being shitty towards its customers. The cynic in me thinks there’s probably more profit in being shitty.

    That said, profit keeps companies in business. If you’re getting it for free, you’re either the product, pirating it, or relying on others to keep it going. I won’t say paying for it guarantees future availability and development, but that profit motive also motivates continuing development. Kind of a double edged sword, there.






  • d00phy@lemmy.worldtoSelfhosted@lemmy.worldProwlarr VPN/proxy advice
    link
    fedilink
    English
    arrow-up
    3
    ·
    edit-2
    11 months ago

    FWIW, all of my *arr, and VPN containers use the same network bridge. Prowlarr and torrent use the VPN service, though having Prowlarr on there is maybe overkill. They’re all able to access one another using the bridge gateway + port as the host, e.g.: 172.20.0.1:5050

    I mostly used this guide, where he suggests:

    I have split out Prowlarr as you may want this running on a VPN connection if your ISP blocks certain indexers. If not copy this section into your compose as well. See my Gluetun guides for more information on adding to a VPN.

    One thing I had to make sure of was that the ports for Prowlarr were included in the VPN container setup, rather than the Prowlarr section (b/c it’s just connecting to the VPN service):

        ports:
          - 8888:8888/tcp # HTTP proxy
          - 8388:8388/tcp # Shadowsocks
          - 8388:8388/udp # Shadowsocks
          - 8090:8090 # port for qbittorrent
          - 9696:9696 # For Prowlarr