Changes

Raspberry Pi

253 bytes added, 14:57, 1 April 2013
utilities
=utilities=
==SSH Login==
ssh login:
*should work by default. you just need to know the IP address.
*Connecting to local mac it through netgear box, it's probably 192.168.2.3, or 192.168.2.2.
Without password: http://www.thegeekstuff.com/2008/11/3-steps-to-perform-ssh-login-without-password-using-ssh-keygen-ssh-copy-id/ ==vnc remote login:==
*http://learn.adafruit.com/adafruit-raspberry-pi-lesson-7-remote-control-with-vnc/installing-vnc
getting audio to work for a non-default user:
#logout/login
*http://www.raspberrypi.org/phpBB3/viewtopic.php?f=28&t=34094
==vim instead of vi==
vim instead of vi so arrow keys work:
#sudo apt-get update
#sudo apt-get -y install vim
==overclocking==
*http://www.jeremymorgan.com/tutorials/raspberry-pi/how-to-overclock-raspberry-pi/
==scp==
*to copy photos to my current computer, over ethernet cable:
**scp rtwomey@192.168.2.3:~/images/*.jpg ~/Pictures/
*'''if you've stored your ssh public key, you won't be prompted for password!'''
=Software=