Skip to content

Instantly share code, notes, and snippets.

@jeduoliveira
Last active October 28, 2020 02:04
Show Gist options
  • Save jeduoliveira/23dce4f8f1daf10d82f73354a43465c8 to your computer and use it in GitHub Desktop.
Save jeduoliveira/23dce4f8f1daf10d82f73354a43465c8 to your computer and use it in GitHub Desktop.
User: pi
Pass: raspberry
### Wifi settings
sudo raspi-config
sudo visudo
USER ALL=(ALL:ALL) ALL
echo "apollo1" > /etc/hostname
echo "127.0.0.1 apollo1 >> /etc/hosts
apt install python3
shutdown now
sudo apt-get update -y
sudo apt-get upgrade -y
sudo systemctl start ssh
sudo systemctl enable ssh
sudo apt install sshpass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment