Using Free VPN Service on Linux - RiseUpVPN 🌱

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.

  1. Log into the Linux device
  2. 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