Changes

Raspberry Pi

243 bytes added, 18:02, 1 May 2014
What port is my raspberry pi on?
*list all device addresses on a port
**<code>arp -i bridge0 -a</code>
==Set address==
*On OS X set ethernet to DHCP with manual addressing. Choose address 192.168.3.1.
*Scan for raspberry pi: <syntaxhighlight lang="bash">sudo nmap -sP 192.168.3.1/24 | awk '/^Nmap/{ip=$NF}/B8:27:EB/{print ip}'</syntaxhighlight>
 
=Maintenance=
==Backup your System Image==