12,297
edits
No edit summary |
No edit summary |
||
Line 9: | Line 9: | ||
# 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" | # 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" | ||
# Follow the setup and change the password. | # Follow the setup and change the password. | ||
# add a fallback static IP if no DHCP server is in the network: Type <tt>sudo nano /etc/dhcpcd.conf</tt> You are in a text editor now. | # add a fallback static IP if no DHCP server is in the network: Type <tt>sudo nano /etc/dhcpcd.conf</tt> You are in a text editor now. Uncomment (remove the # symbol) the lines defining the fallback address like this https://wiki.archlinux.org/index.php/dhcpcd#Fallback_profile |