Related tutorial: http://raspberrypiguide.de/
Command Line Cheatsheet: https://gist.github.com/hofmannsven/8392477
Find all available devices arp -a
Connect to device via SSH + Name: ssh pi@rasperrypi
Connect to device via SSH + IP: ssh [email protected]
Check system info (e.g. IP): ifconfig
Check for all connected USB devices: lsusb
Switch to config: sudo raspi-config
Switch to GUI: startx
Reboot system: reboot / sudo reboot
Shutdown: sudo shutdown -h now
System menu: ctrl + esc
Open programm menu: alt + space
Switch programms: alt + tab
Access dropdown: alt + [letter-with-underline] e.g. alt + f
Close window: ctrl + q
Back to CLI: ctrl + alt + backspace
Related tutorial: http://cd64.de/vnc
Install VNC: sudo apt-get install tightvncserver
Start VNC: tightvncserver
Real VNC App for OS X: http://www.realvnc.com/
VNC App for iOS: https://itunes.apple.com/gb/app/mocha-vnc-lite/id284984448
Related tutorial: http://cd64.de/filesharing
Install file sharing: sudo apt-get install netatalk
Connect to Server (via ⌘K): afp://192.168.64.xxx