setup notes

master
debian 2019-11-22 18:03:15 -07:00
parent 50ff084f63
commit 984f034e30
1 changed files with 38 additions and 0 deletions

View File

@ -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`