TVT618

How to install VPN on Ubuntu ?

Feb 16th, 2018
2,950
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. 1, Create a free account here: http://bit.ly/2o1dMFg
  2.  
  3. 2, Enter this command to add the VPN app signing key to apt
  4. sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-key FDC247B7
  5.  
  6. 3, Enter this command to add the repository to your sources.list
  7. echo 'deb https://repo.windscribe.com/ubuntu zesty main' | sudo tee /etc/apt/sources.list.d/windscribe-repo.list
  8.  
  9. 4, Update: sudo apt-get update
  10.  
  11. 5, Next, install VPN app: sudo apt-get install windscribe-cli
  12.  
  13. 6. Login to VPN app: windscribe login
  14.  
  15. 7. Connect to VPN app: windscribe connect
  16.  
  17. 8, If you need help, enter this command: windscribe --help
  18.  
  19. Create an account here: http://bit.ly/2o1dMFg
  20. Dowload this VPN app your computer and browser here: http://bit.ly/2o1dMFg
  21. Dowload this VPN app for your Android phone here: http://bit.ly/2Ewqa6r
  22. Download this VPN app for your iPhone here: http://bit.ly/2Bx0k3G
Advertisement
Add Comment
Please, Sign In to add comment