What do you guys use / recommend to set up your own VPN to access your LAN services remotely?

      • GlitzyArmrest@lemmy.world
        link
        fedilink
        English
        arrow-up
        0
        ·
        1 year ago

        I sure hope there isn’t a rm -rf floating around in there somewhere… kind of like a certain past incident with major gaming client.

          • Rikudou_Sage@lemmings.world
            link
            fedilink
            English
            arrow-up
            1
            ·
            1 year ago

            In the Steam Linux client, there was this line: rm -rf "$STEAMROOT/"*.

            If the variable $STEAMROOT isn’t defined (or is an empty string), it basically runs rm -rf "/"*, which means delete all subfolders of /.

    • BlueBockser@programming.dev
      link
      fedilink
      English
      arrow-up
      0
      arrow-down
      1
      ·
      1 year ago

      Tbf, a lot of applications and tools provide installation scripts in lieu of more elaborate manual setup. Doesn’t make it safer, but if you want to install something, you have to trust the source with shell access at some point anyway.