Skip to content

Instantly share code, notes, and snippets.

@ishults
Last active April 9, 2016 20:48
Show Gist options
  • Save ishults/48d7ca98409d113ec2d6c4c68d3478fd to your computer and use it in GitHub Desktop.
Save ishults/48d7ca98409d113ec2d6c4c68d3478fd to your computer and use it in GitHub Desktop.
Basic Pi configuration
# Update Locale/Timezone
Menu -> Preferences -> Raspberry Pi Configuration -> Localisation -> Set Locale... or Set Timezone...
# Change Keyboard Layout
Menu -> Preferences -> Keyboard and Mouse -> Keyboard -> Keyboard Layout
# Change password
Menu -> Preferences -> Raspberry Pi Configuration -> System -> Change Password...
# Access the outside world!
Click Wifi symbol -> Choose network, enter password
# Update OS (from the Terminal)
sudo apt-get update
sudo apt-get dist-upgrade
# Reboot (from the Terminal)
sudo reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment