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
[–] 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