Last active
April 9, 2016 20:48
-
-
Save ishults/48d7ca98409d113ec2d6c4c68d3478fd to your computer and use it in GitHub Desktop.
Basic Pi configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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