Sharing Content via Tor and OnionShare

Sharing Content via Tor and OnionShare

Why should something like Tor or the Dark-Net be relevant in education at all? If you look at the world map, it quickly becomes clear that the internet is not as free and open as it might seem from Germany. In this map, we have deliberately omitted China and North Korea to give other countries the chance to turn “red” too.

Looking at the current situation in Afghanistan, it becomes evident that the right to education is simply not available in many places. China is supporting Afghanistan in expanding the 4G network, yet the majority of the population still has no internet access. However, surveillance and filtering are being increased in the same way.

Taliban and the Internet

Sources: https://taz.de/Repressionen-in-Afghanistan/!5926105/ | https://www.deutschlandfunkkultur.de/afghanistan-bildung-100.html | https://www.business-standard.com/article/international/taliban-blocks-23-mn-websites-in-afghanistan-over-immoral-content-122082600086_1.html | https://www.reuters.com/world/asia-pacific/afghan-girls-struggle-with-poor-internet-they-turn-online-classes-2023-03-27/

The Tor Network is a system that allows users to anonymize their online activities and identity by routing their traffic through multiple servers to hide the source of the data. The network consists of thousands of volunteer servers around the world, acting as “nodes” that encrypt traffic to protect the privacy of its users.

Tor Browser: For anonymous browsing

  • Download & Install: https://www.torproject.org/download/

  • Disable private browsing to enable IndexedDB for caching LiaScript courses:

    Settings » Privacy & Security » History » Always use private browsing mode (disable)

  • Enable CORS:

    Settings » Extensions & Themes » Search for “CORS Unblock” » Click on “CORS Unblock” » Install (Add to Firefox)

    If you have disabled private browsing mode, enable “CORS Unblock”.

    Otherwise, enable the plugin first to be used in private mode: Settings » Extensions & Themes » “CORS Unblock” » Run in Private Windows (Allow)

    Activate CORS Unblock

OnionShare for anonymous hosting and sharing

  • Download & Install: https://onionshare.org
  • Open and “Connect to Tor”
  • Share data: Start Hosting » Add Files or Add Folder » Start sharing
  • Send the Onion-Address and the Private-Key to your students
  • Open the Onion-Address within the Tor-Browser, enter the private key and select “Remember this key”
  • Open the README.md of the course and copy this URL
  • Goto https://LiaScript.github.io and paste this URL “click on Load URL”

Demo

Related Posts

Where is Content Stored?

Did you know that LiaScript tries to be agnostic as possible, when it comes to hosting? The thing is, you host your content by your own and only refer to it, via a URL-Parameter that you attach to the LiaScript website. https://LiaScript.github.io/course/?THE_URL_TO_YOUR_COURSE.md Git - Platforms Although, we prefer GitHub & git for versioning, hosting, and publishing, you should be able to use any versioning system or platform to host your course content.

Read More

Embedding Multimedia and More

There are 4 ways in LiaScript to embed multimedia content: the classical way ![alt](image-url) sound ?[alt](sound-url) video !?[alt](video-url] for everything else ??[alt](url) You can use this this example as a basis for your own course by following this link … Or experiment with it in the LiveEditor below:

Read More

Freie Lehr-Lern-Materialien ohne Wenn und Aber I (German)

LiaScript erweitert Markdown um Elemente wie interaktive Animationen, Quizze, Text-To-Speech Elemente, out-of-the-box Programmierumgebungen usw., die für den Einsatz in der Lehre zwingend erforderlich sind. Gleichzeitig bleibt aber die einfache Syntax, die ohne spezifische Editoren bearbeitet werden kann, erhalten und kann gut für die gemeinsame Entwicklung von Lehrinhalten eingesetzt werden. Die Interpretation erfolgt unmittelbar im Browser, über SCORM 1.2 Schnittstellen können die Kurse aber auch direkt in die bekannten Learning Management Systeme (LMS) integriert werden.

Read More