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

PREVIOUS NEXT
Code Example
Shell :: zsh to bash mac 
Shell :: ubuntu install java 16 
Shell :: how to unmount drive in ubuntu 
Shell :: ffmpeg from frames to video 
Shell :: grep windows 
Shell :: bash return last n characters from every line 
Shell :: change commit author after push 
Shell :: git reset last commit 
Shell :: check git settings terminal 
Shell :: how to install crome linux 
Shell :: restart mac 
Shell :: commit to a new branch 
Shell :: adb push image to gallery 
Shell :: uptime cmd 
Shell :: mac check command line tools version 
Shell :: ubuntu set current timezone asia/kolkata 
Shell :: find npm version 
Shell :: como instalar paquetes tar.gz en ubuntu 
Shell :: link an existing local git to remote repo 
Shell :: get total file size linux 
Shell :: install plasma arch 
Shell :: yum install node version 12 
Shell :: dowload latest release github curl 
Shell :: install aws cli on ubuntu 
Shell :: git username password config 
Shell :: debian sudo without password 
Shell :: install jekyll 
Shell :: if regex bash 
Shell :: IF NOT DIR BASH 
Shell :: heroku rebuild without commit 
ADD CONTENT
Topic
Content
Source link
Name
4+4 =