Skip to content

Instantly share code, notes, and snippets.

@norbekaiser
Last active October 8, 2015 14:22
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 norbekaiser/f69277253f1aa4f15aa3 to your computer and use it in GitHub Desktop.
Save norbekaiser/f69277253f1aa4f15aa3 to your computer and use it in GitHub Desktop.
Raspberry Pi Kurs
ssh pi@raspberrypi #sofern der dhcp in eurem netzwerk dies richtig zuordnet müsste es möglich sein sich so einzuloggen
ssh pi@ip.adresse #alternativ die ip adresse des pis nutzen, die rc.local sorgt dafür dass diese beim hochfahren angezeigt wird
sudo raspi-config
Root partition has been resized.
The filesystem will be enlarged upon the next reboot
sudo apt-get update
sudo apt-get upgrade
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment