Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

ubuntu 20.04 openvpn client

sudo apt update
sudo apt install openvpn -y
## Create a file called client.ovpn and copy VPN config to the file 
sudo openvpn --config client.ovpn --daemon
ip a show tun0
Comment

how to install openvpn connect on ubuntu 20.04

sudo apt install network-manager-openvpn -y 
https://www.youtube.com/watch?v=KcxKWudhkpc&ab_channel=LinusTechTips
Comment

PREVIOUS NEXT
Code Example
Shell :: composer drupal install 
Shell :: network in arch linux 
Shell :: bash get file name 
Shell :: vs code always says rebasing git 
Shell :: git delete tag 
Shell :: git merge by ssh key 
Shell :: check owner of process id linux 
Shell :: create and run docker registry 
Shell :: git remote.origin.url check 
Shell :: linux trim all lines in file 
Shell :: install geth in ubuntu 
Shell :: homebrew linux 
Shell :: install mod_wsgi 
Shell :: how to download playonlinux 
Shell :: install nodejs ubuntu 
Shell :: git fetch prune tags 
Shell :: journalctl tial 
Shell :: rostopic bag file to csv 
Shell :: how to follow a file url in vim 
Shell :: read fingerprint ssh-keygen 
Shell :: What is the command to open a file from within Emacs? 
Shell :: git config --global remove 
Shell :: return to bash from zsh 
Shell :: Could not open lock file /var/lib/dpkg/lock-frontend - open (13: Permission denied) 
Shell :: typescript diagnostics 
Shell :: ls in mb mac 
Shell :: bash: zipalign: command not found 
Shell :: how to change date of file in linux 
Shell :: use x2go with gnome linux 
Shell :: bash how to find folder 
ADD CONTENT
Topic
Content
Source link
Name
1+9 =