Difference between revisions of "VNC Info"

From TheBestLinux.com
Jump to navigation Jump to search
(Created page with "= 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 prot...")
 
(No difference)

Latest revision as of 11:24, 26 October 2017

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