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

you are viewing a single comment's thread
view the rest of the comments
[–] 9 points 3 years ago (4 children)

It’s also piped to sudo so that’s super cool too

  • source
  • parent
  • hideshow 4 child comments
  • [–] 4 points 3 years ago (3 children)

    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.

  • source
  • parent
  • hideshow 3 child comments
  • [–] 1 point 3 years ago (2 children)

    I want to know more 😳 do you have something? A link?

  • source
  • parent
  • hideshow 2 child comments
  • [–] 7 points 3 years ago (1 child)

    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 /.

  • source
  • parent
  • hideshow 1 child comment