From 7a2e5a29197f72f9f3684d61bf412a0c7bbfc593 Mon Sep 17 00:00:00 2001 From: i12bretro <54692756+i12bretro@users.noreply.github.com> Date: Mon, 17 Jan 2022 19:50:32 -0500 Subject: [PATCH] 0298: Using Free VPN Service on Linux - RiseUpVPN --- 0298.html | 105 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 105 insertions(+) create mode 100644 0298.html diff --git a/0298.html b/0298.html new file mode 100644 index 0000000..65def98 --- /dev/null +++ b/0298.html @@ -0,0 +1,105 @@ + + + + Using Free VPN Service on Linux - RiseUpVPN + + + + + + +
+
+
+

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. +
  3. 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
    +
  4. +
+
+
+ + + \ No newline at end of file