From 984f034e30395a0b74e287f5e491d331d199a9bd Mon Sep 17 00:00:00 2001 From: debian Date: Fri, 22 Nov 2019 18:03:15 -0700 Subject: [PATCH] setup notes --- README.md | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/README.md b/README.md index b066cee..59d1069 100644 --- a/README.md +++ b/README.md @@ -17,3 +17,41 @@ SSH user `pi`, password `raspberry`. `sudo raspi-config` +* 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` +