- 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
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 hidden or 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
| http://www.computer.org/web/computingnow/computing-conversations | |
| http://herdingcode.com/ | |
| http://theagilerevolution.com/ | |
| http://www.se-radio.net/ | |
| http://changelog.fm/ | |
| http://cppcast.com/ | |
| http://javascriptjabber.com/ | |
| http://feeds.feedburner.com/Turing-Incomplete | |
| http://giantrobots.fm/ | |
| http://beingtheworst.com/ |
- 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:
- To install docker, just run
curl -sSL https://get.docker.com | shand add the user viasudo usermod -aG docker <user>orsudo setfacl -m user:$USER:rw /var/run/docker.sock - At least on 2017-12, on Raspbian Stretch, add to the file
/boot/cmdline.txtthe kernel parametercgroup_memory=1andcgroup_enable=memory - At least on 2017-12, on Raspbian Stretch, run
sudo sysctl -w net.ipv4.ip_forward=1to let docker port forward - Most common images can be found via
docker search arm32v6ordocker search rpi - For Docker compose:
sudo apt install -y python-pipandsudo pip install docker-compose
This file contains hidden or 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 | |
NewerOlder