怎么用ROOT权限啊

系统安装、升级讨论
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
luchaoshuai
帖子: 91
注册时间: 2005-06-05 19:00
来自: 浙江<<永康>>南京

#16

帖子 luchaoshuai » 2005-06-09 17:05

xxx ?
头像
firehare
帖子: 2625
注册时间: 2005-04-10 16:54
来自: 温州大学
联系:

#17

帖子 firehare » 2005-06-09 21:00

因为我不知道你缺省的域名呀!

比如说你的域名是xxx.org
那么你在浏览器中打www的话,它就会自动搜索www.xxx.org!
在公司或学校里比较好用!
我心无畏,源自于我心无知。
图片
luchaoshuai
帖子: 91
注册时间: 2005-06-05 19:00
来自: 浙江<<永康>>南京

#18

帖子 luchaoshuai » 2005-06-11 21:23

我在/etc/network/interfaces中
就照你这里的一样写着,什么也没改
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# This is a list of hotpluggable network interfaces.
# They will be activated automatically by the hotplug subsystem.
mapping hotplug
script grep
map eth0

# The primary network interface
iface eth0 inet static
address 192.168.1.6
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255
#如果你是宽带拨号的话,请将网关注释掉
gateway 192.168.1.1
# dns-* options are implemented by the resolvconf package, if installed
#下面是输入DNS服务器的IP地址和缺省搜索域名
dns-nameservers 192.168.1.1
dns-search xxx.org

auto eth0




还有这个文件,在什么地方的啊,我找不到,我上不了网可能和这个文件没改有关
修改你的resolv.conf文件:
search xxx.org
nameserver 192.168.1.1


对于那个XXX
我还真是不懂
在WINDOWS下没有这个东西的啊

我们这里是学生宿舍
我们几个同学共用一跟电话线上网
通过猫自动拨号再通过一个交换机大家一起上的网
就是这样
在WINDOWS下只要设置如下就能上网的
IP 192.168.1.6
子网掩码 255.255.255.0
网关 192.168.1.1
DNS 192.168.1.1(设为ISP提供的DNS也能上网的)
yongyi
帖子: 3025
注册时间: 2005-05-07 23:57
联系:

#19

帖子 yongyi » 2005-06-11 22:29

把这两行注释掉或删除了,看行不:
dns-search xxx.org

auto eth0
独自看一看大海
总想起身边走在路上的朋友
Lenovo E290-420[Celeron-M420/256M/60G/Intel GMA950]
回复