Skip to content

Instantly share code, notes, and snippets.

View xhip's full-sized avatar
👋
Hi there!

Xhip xhip

👋
Hi there!
View GitHub Profile
@xhip
xhip / raspberry-pi-config.sh
Created July 17, 2018 21:53 — forked from lamberta/raspberry-pi-config.sh
Useful settings for my Raspberry Pi.
# Finish headless installation via `ssh pi@192.168.2.x`
# See /boot/config.txt
sudo apt-get update && sudo apt-get --purge dist-upgrade
sudo raspi-config
# Add locale en.us-utf8 (but keep en.gb-utf8)
sudo dpkg-reconfigure locales
# Timezone
sudo dpkg-reconfigure tzdata
# Update firmware