Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

install openvpn access server on ubuntu

apt update && apt -y install ca-certificates wget net-tools gnupg
wget -qO - https://as-repository.openvpn.net/as-repo-public.gpg | apt-key add -
echo "deb http://as-repository.openvpn.net/as/debian focal main">/etc/apt/sources.list.d/openvpn-as-repo.list
apt update && apt -y install openvpn-as
Comment

ubuntu openvpn client

sudo apt-get install openvpn network-manager-openvpn network-manager-openvpn-gnome network-manager-vpnc
Comment

ubuntu connect openvpn

sudo apt-get -y install network-manager-openvpn
Comment

PREVIOUS NEXT
Code Example
Shell :: install torch 1.7.1 
Shell :: how to remove stuff from git 
Shell :: pgadmin4 on docker 
Shell :: install pybind ubuntu 
Shell :: curl send to ip 
Shell :: kill running port in ubuntu using procees id 
Shell :: change username and home directory linux 
Shell :: open port on firewall linux 
Shell :: linux show all group members 
Shell :: how to install react spring with typescript 
Shell :: install steghide ubuntu 
Shell :: install postman in ubuntu 20.04 
Shell :: how to unzip using tar 
Shell :: oh my zsh ubuntu 20.04 
Shell :: remote origin remove 
Shell :: root folders via gui ubuntu 
Shell :: docker build with args 
Shell :: ubuntu wsl go to desktop 
Shell :: linux read text file command line 
Shell :: taskkill linux 
Shell :: create usb install windows 10 on ubuntu 
Shell :: sed replace number 
Shell :: install yup in vue 
Shell :: clock skew detected github 
Shell :: import db drush 
Shell :: yum clean all 
Shell :: git clone from specific branch command 
Shell :: enter user root linux 
Shell :: grep a port in mac 
Shell :: uninstall npm package 
ADD CONTENT
Topic
Content
Source link
Name
2+9 =