This is an old revision of the document!
1. Install Kite for Linux
2. WebTorrent Desktop
PopcornTime works the same way for Android
Top
https://webtorrent.io/desktop/
WebTorrent_Desktop.pdf
Top
https://monova.to/video
Top
https://instant.io/
Top
https://youtu.be/kxHRATfvnlw
3. How To Use Linux Screen
4. IPFS powers the Distributed Web
Top
Got it. - https://ipfs.io/
IPFS Companion (chrome addon) - IPFS Companion (firefox addon)
https://ipfs.io/ - https://github.com/ipfs-shipyard/ipfs-desktop - https://github.com/claudiobizzotto/ipfs-rpi
Top
https://proto.school/#/
Top
https://steemit.com/ipfs/@hazae41/sweet-ipfs-full-ipfs-node-for-android
IPFS_node_for_Android.pdf
IPFS is like Bittorrent only better. It uses the blockchain for versioning and security.
This is especially good for Raspberry Pi's. The more popular the cluster is, the more efficient it is.
The Pi doesn't have to work so hard - or provide as much bandwidth. But what about the battery on a cellphone?
Top
http://n6xre.duckdns.org:8000/wikipedia_en_all_novid_2017-08/A/InterPlanetary_File_System.html
Top
IPFS: Interplanetary file storage!
https://youtu.be/5Uj6uR3fp-U
Top
Distributed Apps with IPFS (Juan Benet) - Full Stack Fest 2016
https://youtu.be/jONZtXMu03w
5. D.Tube
Top
https://about.d.tube/
Top
https://d.tube/
Top
https://github.com/dtube
DTube-GitHub.pdf
6. FileCoin
Top
https://youtu.be/vyRZBeMtkrA
Top
https://filecoin.io/
Top
Snapshot (computer storage)
Top
http://n6xre.duckdns.org:8000/wikipedia_en_all_novid_2017-08/A/ZFS.html
Also see Raspberry Pi Python Adventures - ZFS
7. Ethereum + IPFS
Top
PFS and Ethereum: Projects, Important News, Demos, and More - Juan Benet
https://youtu.be/Itb_2EMgBUI
Top
https://ethereum.org/
Top
http://n6xre.duckdns.org:8000/wikipedia_en_all_novid_2017-08/A/Ethereum.html
8. Git
Top
https://git-scm.com/
Git.pdf
Top
http://n6xre.duckdns.org:8000/wikipedia_en_all_novid_2017-08/A/Git.html
9. Yes, you can run Docker on Raspbian
Top
https://withblue.ink/2019/07/13/yes-you-can-run-docker-on-raspbian.html
Top
Also on Raspberry Pi Page
Pi Server based on Docker, with VPN remote access, Dropbox backup, Influx, Grafana, etc.
https://youtu.be/a6mjt8tWUws
Links:
Software and instructions: https://github.com/gcgarner/IOTstack
Installation of PiVPN: https://youtu.be/15VjDVCISj0
SD card reader for Raspberry: http://s.click.aliexpress.com/e/BOuB2Gxq
Used cooler for RPi 4: http://bit.ly/2V4DYyd
10. YOCTO PROJECT
Top
https://www.yoctoproject.org/is-yocto-project-for-you/
Top
Building embedded GNU/Linux distribution for Raspberry Pi using the Yocto Project
https://youtu.be/zVLKPtGCtN4
Top
Building Raspberry Pi Systems with Yocto
https://jumpnowtek.com/rpi/Raspberry-Pi-Systems-with-Yocto.html
Building_Raspberry_Pi_Systems_with_Yocto.pdf
11. Node-Red Documentation
12. Transform your plain text into static websites and blogs with Jekyll.
Top
Free hosting with GitHub Pages
https://jekyllrb.com/
Top
Playlist
https://www.youtube.com/playlist?list=PLLAZ4kZ9dFpOPV5C5Ay0pHaa0RJFhcmcB
13. Beaker is an experimental browser for exploring and building the peer-to-peer Web.
Top
https://beakerbrowser.com/install/
https://medium.com/@bipul.k.kuri/upgrade-node-js-npm-in-raspbian-on-raspberry-pi-f1bcdaa23db5
https://github.com/nodesource/distributions
https://beakerbrowser.com/
I managed to run Beaker on Raspbian, at least the version 0.8.2 as @brechtcs suggested. This is not the Appimage it works at least: sudo apt-get install libtool m4 make g++ I also had to install autoconf to avoid an issue with this dependency: sudo apt-get install autoconf Then clone Beaker (you may have to install git first) git clone https://github.com/beakerbrowser/beaker.git cd beaker Checkout to v. 0.8.2 to avoid the electron related bug: git checkout 0.8.2 Install, rebuild npm install npm run rebuild Try npm start, if stuck at [ dat-daemon ] Starting…, try: npm start > /dev/null (Thanks to #1270 (comment))
Top
http://n6xre.duckdns.org:8000/wikipedia_en_all_novid_2017-08/A/Comparison_of_web_browsers.html
14. Beaker browser and the Dat protocol
15. Beaker browser and the Dat protocol
Top
Headless_Chrome.pdf
16. ZeroNet
Top
https://zeronet.io/docs/site_development/getting_started/
ZeroNet.pdf
17. WireGuard
Top
https://www.wireguard.com/
WireGuard_fast,_modern,_secure_VPN_tunnel.pdf
18. Install YunoHost on Raspberry PI 3 with Dokuwiki and PeerTube
Top
Install PeerTube and Dokuwiki from the Application catalog below
https://yunohost.org/#/install
Top
Application catalog
https://yunohost.org/#/apps
19. Static website hosting: who's fastest? AWS, Google, Firebase, Netlify or GitHub?
Top
https://www.savjee.be/2017/10/Static-website-hosting-who-is-fastest/
Static_website_hosting_-who's_fastest_-AWS,_Google,_Firebase,_Netlify_or_GitHub.pdf
20. Common Open Research Emulator (CORE)
Top
https://www.nrl.navy.mil/itd/ncs/products/core
Common_Open_Research_Emulator-CORE.pdf
Top
http://n6xre.duckdns.org:8000/wikipedia_en_all_novid_2017-08/A/Network_emulation.html
21. Bluefish (software) - Html Editor
Top
WYSIWYG
I can recommend to install SeaMonkey browser using UbuntuZilla APT repository.
This package will be updated on every apt upgrade.
You need to execute the following commands to add repository, its key and package installation:
cat <<EOF | sudo tee /etc/apt/sources.list.d/mozilla.list deb http://downloads.sourceforge.net/project/ubuntuzilla/mozilla/apt all main EOF sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 2667CA5C sudo apt-get update sudo apt-get install seamonkey-mozilla-build You will get SeaMonkey 2.49.5 with this method.
Top
NO-WYSIWYG
https://bfwiki.tellefsen.net/index.php/Main_Page
Top
Bluefish_(software)
22. Grsync And GAdmin-Rsync
Top
https://www.unixmen.com/grsync-gadmin-rsync-graphical-front-end-applications-rsync-tool/
Top
Making Backups with Grsync
https://youtu.be/6nOojLe_CI0
Top
HowTo: Use Grsync and OpenSSH to sync your /home directory over a network
https://ubuntuforums.org/showthread.php?t=795668
HowTo_Use_Grsync_and_OpenSSH_to_sync_your_home_directory_over_a_network.pdf
Now, in order to get SSH to work, you have to click on the Advanced Options
tab in Grsync and enter the following in the Additional options eld: -e ssh (see pdf)
23. Asciinema Terminal Recorder
Top
https://asciinema.org/
asciinema.pdf
24. Mirror Android to PC with scrcpy
Top
https://youtu.be/7p3hvtYUnTI
scrcpy allows you to mirror your Android phone to Windows, Linux, or Mac
without the need for root or install any additional apps on your phone.
Works with USB and wifi!!! check out my review on this awesome piece of
software. Thanks for the view!!
○○○ LINKS ○○○