Skip to content

Instantly share code, notes, and snippets.

@gontard
Last active April 2, 2016 13:01
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 gontard/558e73f10258b29e42cc4db7992931b5 to your computer and use it in GitHub Desktop.
Save gontard/558e73f10258b29e42cc4db7992931b5 to your computer and use it in GitHub Desktop.
private server on the raspberry

Download raspian (> 10min)

wget http://raspbian-france.fr/download/raspbian_latest.zip

Unzip the image

unzip raspbian_latest.zip

=> image is 2016-03-18-raspbian-jessie.img

Identify the sd card device directory

sudo ls -ltr /dev/{mm,sd}*

=> the sdcard is /dev/mmcblk0

Copy the image on the sdcard (~6min)

sudo dd bs=1M if=2016-03-18-raspbian-jessie.img of=/dev/mmcblk0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment