From https://riseup.net/en/vpn: Riseup offers Personal VPN service for censorship circumvention, location anonymization and traffic encryption. To make this possible, it sends all your internet traffic through an encrypted connection to riseup.net, where it then goes out onto the public internet. Unlike most other VPN providers, Riseup does not log your IP address.
+ +-
+
- Log into the Linux device +
- Run the following commands in terminal
+ # update software repositories+
+ supo apt update
+ # install leap keyring
+ sudo apt install leap-archive-keyring
+ # add the riseup software apt repository
+ echo "deb https://deb.leap.se/client release buster" | sudo tee -a /etc/apt/sources.list.d/leap.list
+ # update software repositories
+ sudo apt update
+ # install riseup vpn
+ sudo apt install riseup-vpn
+ # run riseup vpn
+ riseup-vpn
+