Skip to content

Instantly share code, notes, and snippets.

@SeanMcP
Last active February 17, 2019 04:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SeanMcP/77564bc651b8db7a160b0dea65c8056a to your computer and use it in GitHub Desktop.
Save SeanMcP/77564bc651b8db7a160b0dea65c8056a to your computer and use it in GitHub Desktop.
Help commands to setup Raspberry Pi 3 B+ with RetroPie
# Get to configs
sudo raspi-config
#
sudo /home/pi/
# Get to SSH settings
# SSH
# > Make sure you're on the same wifi network
ssh pi@ip.address
# -v verbose
# -vvv REALLY verbose
# Send files to pi (secure copy)
scp path/to/file/on/computer pi@<IP>:path/to/target/dir
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment