Raspberry Pi

==Setup Tips==

You can use Putty to do SSH.
You can use TightVNC for remote terminal.

===Setting up the Raspberry Pi to be recognized by name.===
$cd /etc/dchp
$sudo nano dhclient.conf

If the file exist uncomment the next otherwise type it in to the new file:
send host-name "raspberry.pi";
Ctrl-X, Y, Enter to save changes.

You can start the networking with this:
$sudo /etc/init.d/networking restart

or just do a shutdown restart:
$sudo shutdown -r now

===Links===
* [http://www.raspberrypi.org Raspberry Pi]
* [http://www.mcmelectronics.com/ MCM Electronic (in stock)]
* [http://adafruit.com AdaFruit for accessories]
* [http://www.element14.com/community/groups/raspberry-pi GertBoard (extreme I/O)]