Raspberry PI: An ADS-B Receiver


Unfortunately the antenna is the wrong length and in poor placement so it’s seeing almost no flights.


Unfortunately the antenna is the wrong length and in poor placement so it’s seeing almost no flights.
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
#backup rdiff-backup --terminal-verbosity 8 --print-statistics \ --exclude-globbing-filelist $HOME/.excludes \ /Users/yliu/tothepi/ pi@192.168.0.13::/backupdrive/Users/yliu/tothepi #restore rdiff-backup --restore-as-of now \ pi@192.168.0.13::/backupdrive/Users/yliu/tothepi/fieltorestore.png \ /Users/yliu/tothepi/fieltorestore.png #restore the file from 5 days ago rdiff-backup --restore-as-of 5D pi@192.168.0.13::/backupdrive/Users/yliu/tothepi/fieltorestore.png \ /Users/yliu/tothepi/fieltorestore.png |
https://opensource.com/life/16/3/turn-your-old-raspberry-pi-automatic-backup-server
![]()
|
1 2 3 4 5 6 7 |
sudo nano /etc/lirc/hardware.conf sudo nano /boot/config.txt mode2 -d /dev/lirc0 irrecord --list-namespace sudo lircd -d /dev/lirc0 irsend SEND_ONCE yenmote KEY_0 sudo nano /etc/modules |