|
|
发表于 2006-11-23 15:14:08
|
显示全部楼层
Post by youngtree_cc
[root@ysc /]# more /etc/hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.
::1 ysc localhost.localdomain localhost
/////////////////////////////
这是我的hosts文件
你的机子应该会慢一点。
你把那行改成:
127.0.0.1 localhost.localdomain localhost
可能会快一点。 |
|