Skip to content

Instantly share code, notes, and snippets.

@galvanic
Created June 17, 2015 10:42
Show Gist options
  • Select an option

  • Save galvanic/c05e0204226d84e9c752 to your computer and use it in GitHub Desktop.

Select an option

Save galvanic/c05e0204226d84e9c752 to your computer and use it in GitHub Desktop.
Server on Raspberry Pi steps
Plug in RPi with Ethernet cable
Make sure the SD card or some sort of storage is in, so that there is an OS
Plug in RPi with macro-USB for power
http://www.dexterindustries.com/BrickPi/getting-started/using-the-pi/connect-to-your-raspberry-pi-from-a-mac/
https://www.raspberrypi.org/documentation/installation/installing-images/mac.md
http://pingbin.com/2012/07/format-raspberry-pi-sd-card-mac-osx/
http://elinux.org/RPi_Easy_SD_Card_Setup#Copying_an_image_to_the_SD_Card_in_Mac_OS_X
diskutil unmountDisk /dev/disk1s1
sudo dd bs=1m if=~/Downloads/2015-02-16-raspbian-wheezy.img of=/dev/rdisk1
Don't forget to properly eject!
sudo diskutil eject /dev/rdisk1
https://www.raspberrypi.org/documentation/remote-access/ssh/unix.md
https://www.raspberrypi.org/documentation/remote-access/README.md
https://www.raspberrypi.org/documentation/remote-access/ssh/unix.md
https://www.raspberrypi.org/documentation/troubleshooting/hardware/networking/ip-address.md
ifconfig | grep inet
nmap -sn 192.168.1.0/24
ssh [email protected]
http://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-xvii-deployment-on-linux-even-on-the-raspberry-pi
-- to be continued
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment