12,297
edits
No edit summary |
No edit summary |
||
Line 7: | Line 7: | ||
# open the terminal type <tt>ifconfig</tt> to see the local IP address of the computer. | # open the terminal type <tt>ifconfig</tt> to see the local IP address of the computer. | ||
# type <tt>ping patchbox.local</tt> to see if the Rapberry is running and find its IP address. Tto stop the output press Ctl+Shift+C. | # type <tt>ping patchbox.local</tt> to see if the Rapberry is running and find its IP address. Tto stop the output press Ctl+Shift+C. | ||
# type <tt>ssh -X patch@{IP-address}</tt> to connect to the Raspberry. (Replace the curly brackets with the IP adress from the previous step.) | # type <tt>ssh -X patch@{IP-address}</tt> to connect to the Raspberry. (Replace the curly brackets with the IP adress from the previous step.) Default password of the user "patch" is "blokaslabs" |