N6XRE DokuWiki

This is an old revision of the document!


Sitemap - 8080 - 73

1. Blender Snap

Top

2. Python Voice Assistant Tutorial

3. OnlineVideoConverter

4. plyr - A simple HTML5, YouTube and Vimeo player

Top
5 Open Source HTML5 Video Players for 2019
https://plyr.io - https://github.com/sampotts/plyr -


<html><youtube></html>https://youtu.be/X6KqFYDGHA4<html></youtube></html>\\
HYBERNATING GROUNDHOG, with no JOB. Better wake up or you'll be late for work.\\

<html>
<div class="container">
	<video controls crossorigin playsinline poster="https://cdn.plyr.io/static/demo/View_From_A_Blue_Moon_Trailer-HD.jpg">
		 <source src="https://cdn.plyr.io/static/demo/View_From_A_Blue_Moon_Trailer-576p.mp4" type="video/mp4" size="576">
			<source src="https://cdn.plyr.io/static/demo/View_From_A_Blue_Moon_Trailer-720p.mp4" type="video/mp4" size="720">
			<source src="https://cdn.plyr.io/static/demo/View_From_A_Blue_Moon_Trailer-1080p.mp4" type="video/mp4" size="1080">

			<!-- Caption files -->
			<track kind="captions" label="English" srclang="en" src="https://cdn.plyr.io/static/demo/View_From_A_Blue_Moon_Trailer-HD.en.vtt"
					default>
			<track kind="captions" label="Français" srclang="fr" src="https://cdn.plyr.io/static/demo/View_From_A_Blue_Moon_Trailer-HD.fr.vtt">
			<!-- Fallback for browsers that don't support the <video> element -->
			<a href="https://cdn.plyr.io/static/demo/View_From_A_Blue_Moon_Trailer-576p.mp4" download>Download</a>
	</video>
</div>
<!-- Plyr resources and browser polyfills are specified in the pen settings -->
</html> \\

5. Install PyCharm Community Edition

6. WebTorrent Desktop

7. How To Use Linux Screen

8. 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

9. D.Tube

10. FileCoin

11. Ethereum + IPFS

12. Git

13. 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

Top
Docker (software)

14. 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


15. Node-Red Documentation

16. Transform your plain text into static websites and blogs with Jekyll.

17. 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

18. Beaker browser and the Dat protocol

19. Beaker browser and the Dat protocol

Top
Headless_Chrome.pdf


20. ZeroNet

21. WireGuard

Top
https://www.wireguard.com/
WireGuard_fast,_modern,_secure_VPN_tunnel.pdf


22. 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

23. Static website hosting: who's fastest? AWS, Google, Firebase, Netlify or GitHub?

24. Common Open Research Emulator (CORE)

25. 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)

26. 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)


27. Asciinema Terminal Recorder

28. 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 ○○○

https://github.com/Genymobile/scrcpy

Action	Shortcut	Shortcut (macOS)
Switch fullscreen mode	Ctrl+f	Cmd+f
Resize window to 1:1 (pixel-perfect)	Ctrl+g	Cmd+g
Resize window to remove black borders	Ctrl+x | Double-click¹	Cmd+x | Double-click¹
Click on HOME	Ctrl+h | Middle-click	Ctrl+h | Middle-click
Click on BACK	Ctrl+b | Right-click²	Cmd+b | Right-click²
Click on APP_SWITCH	Ctrl+s	Cmd+s
Click on MENU	Ctrl+m	Ctrl+m
Click on VOLUME_UP	Ctrl+↑ (up)	Cmd+↑ (up)
Click on VOLUME_DOWN	Ctrl+↓ (down)	Cmd+↓ (down)
Click on POWER	Ctrl+p	Cmd+p
Power on	Right-click²	Right-click²
Turn device screen off (keep mirroring)	Ctrl+o	Cmd+o
Rotate device screen	Ctrl+r	Cmd+r
Expand notification panel	Ctrl+n	Cmd+n
Collapse notification panel	Ctrl+Shift+n	Cmd+Shift+n
Copy device clipboard to computer	Ctrl+c	Cmd+c
Paste computer clipboard to device	Ctrl+v	Cmd+v
Copy computer clipboard to device	Ctrl+Shift+v	Cmd+Shift+v
Enable/disable FPS counter (on stdout)	Ctrl+i	Cmd+i
¹Double-click on black borders to remove them.
²Right-click turns the screen on if it was off, presses BACK otherwise.
=====================================================================================
Scrcpy uses adb to communicate with the device, and adb can connect to a device over TCP/IP:

Connect the device to the same Wi-Fi as your computer.
Get your device IP address (in Settings → About phone → Status).
Enable adb over TCP/IP on your device: adb tcpip 5555.
Unplug your device.
Connect to your device: adb connect 192.168.11.113:5555 (replace DEVICE_IP).
Run scrcpy as usual.
https://github.com/Genymobile/scrcpy


29. WireGuard VPN

Top
https://www.wireguard.com/
WireGuard VPN WireGuard VPN

WireGuard® is an extremely simple yet fast and modern VPN that utilizes 
state-of-the-art cryptography. It aims to be faster, simpler, leaner, 
and more useful than IPsec, while avoiding the massive headache. It intends 
to be considerably more performant than OpenVPN. WireGuard is designed as a 
general purpose VPN for running on embedded interfaces and super computers 
alike, fit for many different circumstances. Initially released for the 
Linux kernel, it is now cross-platform (Windows, macOS, BSD, iOS, Android) 
and widely deployable. It is currently under heavy development, but already 
it might be regarded as the most secure, easiest to use, and simplest VPN 
solution in the industry.


QR Code
QR Code software (generated for current page)