cruftpi/README.md

58 lines
840 B
Markdown
Raw Permalink Normal View History

2019-11-22 16:07:22 -07:00
# cruftpi
2019-11-22 16:08:00 -07:00
Scripts & misc for using SatNOGS client on Raspberry Pi.
# Flash
`dd bs=4M if=2019-09-11-Raspbian-SatNOGS-lite.img of=/dev/sde conv=fsync`
2019-11-22 16:23:27 -07:00
# Boot
Set up DHCP.
SSH user `pi`, password `raspberry`.
`ssh pi@192.168.1.100`
# Configure
`sudo raspi-config`
2019-11-22 18:03:15 -07:00
* Set date (or apt won't run).
`date --set=20191122`
`date --set=16:40:00`
* Set up apt cache.
* Run update.
* Install packages:
`apt install vim ntpdate molly-guard`
Turn off junk at boot:
`for i in avahi-daemon.service avahi-daemon.socket bluetooth.service wpa_supplicant.service nfs-client.target`
`do systemctl stop $i ; systemctl disable $i ; done`
Maybe too: `snmpd.service`
* Really turn off avahi:
`vi /etc/avahi/avahi-daemon.conf`
Set to:
`use-ipv4=no`
`use-ipv6=no`
* Do all the things.
`reboot`
# SatNOGS Setup
As user `pi`:
`satnogs-setup`