- Requires GPSBabel
# Tested in zsh
for f in *.fit; do echo ${f:t:r}; gpsbabel -i garmin_fit -f "$f" -o gpx -F "${f:t:r}.gpx"; done
for f in *.HEIC; do echo ${f:t:r}; tifig -v -q 100 -i "$f" -o "${f:t:r}.JPG"; done |
# Tested in zsh
for f in *.fit; do echo ${f:t:r}; gpsbabel -i garmin_fit -f "$f" -o gpx -F "${f:t:r}.gpx"; done
Create a policies.json
and install to C:\...\Mozilla Firefox\distribution
. Restart Firefox to apply.
Reference: https://github.com/mozilla/policy-templates/blob/master/README.md
{
"policies": {
"EnableTrackingProtection": {
"Value": true,
"Locked": false,
"Cryptomining": true,
Add the following to /etc/rc.local
. This has been verified as working on a Raspberry Pi 3 with the caveat that on power up and reboot, the LEDs are on briefly before being disabled.
for led in /sys/class/leds/*
do
printf "Disabling LED: $led\n"
sudo sh -c "echo 0 > $led/brightness"
sudo sh -c "echo none > $led/trigger"
Occasionally, vim on the Raspberry Pi will throw multiple Sorry, the command is not available...
errors when using the basic vimrc
from amix/vimrc.
This is likely 'cos the vim-gui-common
and/or vim-runtime
packages are missing. Fix with:
sudo apt install vim-gui-common vim-runtime
Hat tip: https://howchoo.com/g/ndy1zte2yjn/how-to-set-up-wifi-on-your-raspberry-pi-without-ethernet
country=US # Your 2-digit country code
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
network={
ssid="YOUR_NETWORK_NAME"
psk="YOUR_PASSWORD"
Hat tip: https://www.windows-commandline.com/create-empty-file/
J:\>fsutil file createnew ssh 0
File J:\ssh is created
Hat tip: https://desertbot.io/blog/headless-raspberry-pi-3-bplus-ssh-wifi-setup
id | state | county | distance | total_distance | |
---|---|---|---|---|---|
06041 | California | Marin | 13.1 | 49.1 | |
41005 | Oregon | Clackamas | 10 | 10 | |
53033 | Washington | King | 13.1 | 13.1 | |
48201 | Texas | Harris | 5 | 5 | |
06075 | California | San Francisco | 23 | 49.1 | |
06085 | California | Santa Clara | 5 | 49.1 | |
06081 | California | Sa Mateo | 8 | 49.1 |