Raspberry Pi
Revision as of 20:39, 18 March 2013 by <bdi>PhilippeTeuwen</bdi> (talk | contribs)
Links
- Raspberry Pi on Wikipedia
- Raspbian on Wikipedia
- http://www.raspberrypi.org/
- http://www.raspbian.org/
- http://elinux.org/RaspberryPiBoard
- http://www.element14.com/community/groups/raspberry-pi
Startup
Remotely: provide DHCP over Ethernet
Access via ssh, Username: pi Password: raspberry
First time, the device propose to run raspi-config
sudo raspi-config
Then, better to renew SSH server keys, see RPi remote access
sudo rm /etc/ssh/ssh_host_* && sudo dpkg-reconfigure openssh-server