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 connect openvpn

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

PREVIOUS NEXT
Code Example
Shell :: delete heroku remote 
Shell :: install java 16 ubuntu 
Shell :: Please commit your changes or stash them before you merge 
Shell :: install tesseract 5 ubuntu 
Shell :: git checkout branch from remote to local 
Shell :: beam smp 
Shell :: git how to reset only one file 
Shell :: nvm install ubuntu 
Shell :: tmu rename tab 
Shell :: install fontforge linux 
Shell :: git remove remote file keep local 
Shell :: find process on linux 
Shell :: touch command not working in vscode 
Shell :: kill dyno process heroku 
Shell :: setting missing in ubuntu 
Shell :: docker fatal: not a git repository (or any of the parent directories): .git 
Shell :: bash get name of current script 
Shell :: undo git add before commit 
Shell :: install font ubuntu 
Shell :: where is docker images stored windows wsl2 
Shell :: how to restart raspberrypi via ssh 
Shell :: ngx-material-file-input 
Shell :: git display current head 
Shell :: a script that generates the assembly code of a c code and save it in an output file 
Shell :: edit global git config file 
Shell :: remove permission denied file folder linux 
Shell :: remove old version of node and install new 
Shell :: dual boot kali linux isnt showing 
Shell :: AVCONV linux how to install 
Shell :: heroku rebuild 
ADD CONTENT
Topic
Content
Source link
Name
2+1 =