VNC Info

From TheBestLinux.com
Jump to navigation Jump to search

VPN Server Setup Using Linux

There is a ton of information on the net regarding VPN setup, so for now, I'll just share this one simple script that sets up a basic VPN to protect you when connected to public Wi-Fi or any other unknown network.

Here is the script:

wget git.io/vpn --no-check-certificate -O openvpn-install.sh; bash openvpn-install.sh

I will post more VPN info when I have the time, so please check back often for new information