Created
February 7, 2013 03:38
-
-
Save tanpinsiang/4728212 to your computer and use it in GitHub Desktop.
几点要注意,祝你成功
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
有几点在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