OpenVPN client in Ubuntu

I wanted to connect to an OpenVPN server from my Ubuntu on a stick. There are different clients but the one I liked was the Linux Network-Manager GUI for OpenVPN. To install it you need to enable the Universe repository first: sudo add-apt-repository universe sudo apt-get update and then type: sudo apt-get install network-manager-openvpn After … Read more