Skip to content

Instantly share code, notes, and snippets.

@tanpinsiang
Created February 7, 2013 03:38
Show Gist options
  • Save tanpinsiang/4728212 to your computer and use it in GitHub Desktop.
Save tanpinsiang/4728212 to your computer and use it in GitHub Desktop.
几点要注意,祝你成功
有几点在ubuntu要注意:
1:
在chrome里打 /etc/network/interfaces
应该看到:
auto lo
iface lo inet loopback
2:
在ubuntu connect wifi哪里 有一个Edit Connections
在wired tab
看到wired connection 1 按 edit
到 ipv4 settings
method: Manual
Address:192.168.1.1XX
Netmask:255.255.255.0
Gateway:192.168.1.1
Dns servers:192.168.1.1
3:
记得要disconnect wifi
4:
ssh pi@<Raspberry pi ip>
5:
<Raspberry pi ip> 要是在 192.168.1.1XX 范围里
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment