How to Install Outline VPN on Ubuntu
Run all the commands as sudo non-root user only: Step 1 – Update and upgrade the packages sudo — sh -c ‘apt-get update; apt-get upgrade -y; apt-get dist-upgrade -y; apt-get autoremove -y; apt-get autoclean -y’ Step 2 – Install Docker in the server sudo curl -sS https://get.docker.com/ | sh Once docker is installed, start it, […]