bellcat2008bellcat2008.blog.chinaunix.net
bellcat2008
全部博文(137)
字符编码encoding(3)
makefile(0)
编译安装(8)
SHELL编程(3)
2015年(2)
2013年(1)
2012年(6)
2011年(5)
2010年(62)
2009年(61)
jjx_1996
lishuang
Bsolar
yxinxin1
zf199202
qq151984
TTL0to25
piscescy
Lorylll
分类: LINUX
2009-05-15 18:01:02
误修改后,桌面可能会加载很久。恼人,呵呵。
/etc/network/interfaces
#auto lo #iface lo inet loopback
auto eth0 iface eth0 inet static address 192.168.1.188 netmask 255.255.255.0 gateway 192.168.1.1解决方案: 最前面两行勿用#注释掉
auto eth0 iface eth0 inet static address 192.168.1.188 netmask 255.255.255.0 gateway 192.168.1.1
解决方案: 最前面两行勿用#注释掉
上一篇:UTF-16/UCS-2 UCS/4 UTF8 区别与联系
下一篇:vi常用命令
登录 注册