Skip to content

Instantly share code, notes, and snippets.

@denschu
Last active December 14, 2015 14:29
Show Gist options
  • Save denschu/5100811 to your computer and use it in GitHub Desktop.
Save denschu/5100811 to your computer and use it in GitHub Desktop.
Home.Pi Setup
ssh-keygen
sudo curl "http://public.zettabyte.eu/ssh-copy-id" -o /usr/bin/ssh-copy-id
sudo chmod +x /usr/bin/ssh-copy-id
ssh-copy-id pi@10.0.1.25
sudo apt-get install git-core
sudo apt-get update
sudo apt-get upgrade
git clone git://git.drogon.net/wiringPi
cd wiringPi
./build
git clone https://github.com/denschu/rcswitch-pi
make
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment