Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 727 Bytes

pi-setup.md

File metadata and controls

39 lines (26 loc) · 727 Bytes

WE ARE USING COLIN'S MICROSD CARD! MAKE SURE HE GETS IT BACK

The one they gave us had problems. It would hang on boot with mmc0 interrupt timed out or something like that in the in the dmesg.

Initial setup

with raspi-config:

  • Expand Filesystem
  • Boot Options -> Console

Added jpo user in sudo group

Set up SSH keys

Change password for pi user

removed MOTD stuff:

  • PrintLastLog no in /etc/ssh/sshd_config
  • comment out pam_motd.so in /etc/pam.d/sshd
  • rm /etc/motd

Installed packages:

  • vim
  • zsh
  • git (was actually already installed)
  • golang
  • silversearcher-ag
  • iw
  • hostapd
  • dnsmasq
  • tmux

See networking.md for info about how to set up the wireless dongle.