72
Setting up your own VPN
(lemmy.fmhy.ml)
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.
Rules:
Be civil.
No spam.
Posts are to be related to self-hosting.
Don't duplicate the full text of your blog or readme if you're providing a link.
Submission headline should match the article title.
No trolling.
Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details.
Resources:
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
Security 101: Never blindly run shell scripts from a random comment on the internet.
Itβs also piped to
sudoso thatβs super cool tooI sure hope there isn't a
rm -rffloating around in there somewhere.. kind of like a certain past incident with major gaming client.I want to know more π³ do you have something? A link?
In the Steam Linux client, there was this line:
rm -rf "$STEAMROOT/"*.If the variable
$STEAMROOTisn't defined (or is an empty string), it basically runsrm -rf "/"*, which means delete all subfolders of /.π±π±π±π±π±π±π±π±π± I don't know how to express how much this shocked me
A good tip in itself, but you can also look at the source and feel good or bad about it. I didn't expect so many downvotes
https://github.com/hwdsl2/setup-ipsec-vpn
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.