diff --git a/app/apt-repository/page.tsx b/app/apt-repository/page.tsx index 1cfd9dc..01cbfb3 100644 --- a/app/apt-repository/page.tsx +++ b/app/apt-repository/page.tsx @@ -1,48 +1,59 @@ -import { Button } from "@/components/ui/button" -import Link from "next/link" -import { DiUbuntu, DiGithubBadge } from "react-icons/di" -import { FiDownload, FiRefreshCw, FiPlus, FiDownloadCloud } from "react-icons/fi" -import { CopyButton } from "../../components/ui/copy-button" +import { Button } from "@/components/ui/button"; +import Link from "next/link"; +import { DiUbuntu, DiGithubBadge } from "react-icons/di"; +import { + FiDownload, + FiRefreshCw, + FiPlus, + FiDownloadCloud, +} from "react-icons/fi"; +import { CopyButton } from "../../components/ui/copy-button"; export default function APTRepositoryPage() { return ( -
- A curated Debian/Ubuntu APT repository containing cutting-edge tools designed to help users bypass internet censorship and protect digital freedom. + +
+ A curated Debian/Ubuntu APT repository containing cutting-edge tools + designed to help users bypass internet censorship and protect + digital freedom.
Step 1: Install ca-certificates
-sudo apt install ca-certificates
- + Step 1: Install ca-certificates +
+
+ sudo apt install ca-certificates
+
+ + Step 2: Add Repository +
+
+ echo "deb [trusted=yes] https://apt.noql.net/all all main" |
+ sudo tee /etc/apt/sources.list.d/noql.list
+
+ Step 2: Add Repository
-echo "deb [trusted=yes] https://apt.noql.net/all all main" | sudo tee /etc/apt/sources.list.d/noql.list
- + Step 3: Update Package Lists +
+
+ sudo apt update
+
+ Step 3: Update Package Lists
-sudo apt update
- Step 4: Install Package
-sudo apt install v2ray-core
- + Step 4: Install Package +
+
+ sudo apt install v2ray-core
+
+ - A curated F-Droid repository containing various Android apps designed to help users bypass internet censorship and protect digital freedom. + +
+ A curated F-Droid repository containing various Android apps + designed to help users bypass internet censorship and protect + digital freedom.
Step 1: Install F-Droid
-Install F-Droid or Droidify on your Android device
++ Step 1: Install F-Droid +
++ Install{" "} + + F-Droid + {" "} + or{" "} + + Droidify + {" "} + on your Android device +
Step 2: Access Repository
++ Step 2: Access Repository +
Open this site in a browser on your Android device
Step 3: Add Repository
-Tap on this link to add the noql.net repository to F-Droid or Droidify
-Or manually add the repository by copying the information below and pasting it into the repository manager
++ Step 3: Add Repository +
++ Tap on{" "} + + this link + {" "} + to add the noql.net repository to F-Droid or Droidify +
++ Or manually add the repository by copying the information + below and pasting it into the repository manager +
https://fdroid.noql.net
-
+ https://fdroid.noql.net
+
+ 0C00898126DF6E2BAAE76ED58D0269B8FBB42FE3DE4B3627DF28ED27CC5E7A02
-
+ 0C00898126DF6E2BAAE76ED58D0269B8FBB42FE3DE4B3627DF28ED27CC5E7A02
+
+ Step 4: Refresh Repositories
-Open F-Droid or Droidify and refresh the repositories list
++ Step 4: Refresh Repositories +
++ Open F-Droid or Droidify and refresh the repositories list +
Step 5: Find Applications
-Search for the app you want to install from the noql.net repository
++ Step 5: Find Applications +
++ Search for the app you want to install from the noql.net + repository +
Step 6: Install App
++ Step 6: Install App +
Tap on the app to install it and enjoy
Censorship Circumvention Tools and Resources
++ Censorship Circumvention Tools and Resources +
From Years of Research & Development: Solving Open Internet Challenges in Heavily Censored Regions.
*/}- A curated Windows Scoop repository containing cutting-edge tools designed to help users bypass internet censorship and protect digital freedom. + +
+ A curated Windows Scoop repository containing cutting-edge tools + designed to help users bypass internet censorship and protect + digital freedom.
Step 1: Install Scoop
-Install Scoop on your Windows device
-Step 2: Add Repository
-scoop bucket add noql https://github.com/noql-net/scoop
- + Step 1: Install Scoop +
++ Install{" "} + + Scoop + {" "} + on your Windows device +
++ Step 2: Add Repository +
+
+ scoop bucket add noql https://github.com/noql-net/scoop
+
+ Step 3: Install Package
-scoop install noql/v2ray-core
- + Step 3: Install Package +
+
+ scoop install noql/v2ray-core
+
+