- https://github.com/vthinsel/GT7Tracks
- https://github.com/BluesJiang/gran-turismo-telemetry-app
- https://github.com/GeekyDeaks/sim-to-motec
- https://github.com/snipem/go-gt7-telemetry
- https://github.com/MacManley/gt7-udp
- https://github.com/Bornhall/gt7telemetry/
- https://github.com/cybercic/GT7toMoTeC
- https://github.com/snipem/go-gt7-telemetry
Nexus 7 2012 (ASUS, Grouper/Tilapia) might not be able to connect to wifi due to IGTK / Protected Management Frames. Thanks to the author of https://xdaforums.com/t/guide-rooting-nexus-7-2012-lollipop-5-simple-steps.3968405/
Using adb logcat
you'll find the following error each time you attempt to connect.
...: WPA: Failed to configure IGTK to the driver
- https://github.com/foambubble/foam
- https://github.com/Zettlr/Zettlr
- https://github.com/outline/outline
- https://github.com/zadam/trilium this seems crazy cool
- https://github.com/airbnb/knowledge-repo this is designed to be for cross teams
- https://github.com/dvorka/mindforger
- https://github.com/notable/notable
- https://github.com/BoostIO/Boostnote.next
I hereby claim:
- I am lucabelluccini on github.
- I am lucabelastic (https://keybase.io/lucabelastic) on keybase.
- I have a public key ASCW6JTsTJgz36mapRlFiYIErJ_juzwp2UksovbFkern8wo
To claim this, I am signing this object:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM lopsided/archlinux | |
RUN yes | pacman -Sy gstreamer gst-libav gst-plugins-bad gst-plugins-base gst-plugins-good gst-plugins-ugly gst-python git python python-pip python-setuptools | |
RUN cd /home/ && \ | |
git clone https://github.com/centricular/gstwebrtc-demos && \ | |
cd gstwebrtc-demos && \ | |
python3 -m pip install --user websockets | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var i = 0; | |
var myVar = setInterval(myTimer, 1600); | |
var els = document.getElementById("grid-container").getElementsByClassName("ytd-expanded-shelf-contents-renderer"); | |
function myTimer () { | |
if (i < els.length) { | |
var unS = els[i].querySelector("[aria-label^='Annulla l']"); | |
if (unS) { | |
unS.click(); | |
setTimeout(function () { | |
var unSubBtn = document.querySelector("[aria-label^='Annulla iscrizione']"); |
Update
RPi4 now supports booting directly from USB. First update to get an eeprom which supports USB Boot, then configure the bootloader to boot from USB.
Original guide
- Download Raspbian from the official site
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
daemon=60 # check every 60 seconds, fritz won't mind | |
syslog=yes # log update msgs to syslog | |
mail=root # mail all msgs to root | |
mail-failure=root # mail failed update msgs to root | |
pid=/var/run/ddclient.pid # record PID in file. | |
ssl=yes # use ssl-support. Works with | |
use=cmd, cmd=/etc/ddclient/get-ip-from-x |
NewerOlder