03 2011 档案

摘要:#vi /etc/hosts 编辑内容: # Do not remove the following line, or various programs # that require network functionality will fail. #127.0.0.1 localhost.localdomain localhost 127.0.0.1 localhost.localdomain ... 阅读全文
posted @ 2011-03-21 16:36 抱影无眠 阅读(370) 评论(0) 推荐(0)
摘要:#cd /etc/sysconfig/network-scripts/ #cp ifcfg-eth0 ifcfg-br0 #vi ifcfg-br0 编辑内容: DEVICE=br0 BOOTPROTO=none ONBOOT=yes IPADDR=192.168.0.10 NETMASK=255.255.255.0 GATEWAY=192.168.0.1 TYPE=Bridge PEERDNS=... 阅读全文
posted @ 2011-03-16 23:46 抱影无眠 阅读(567) 评论(0) 推荐(0)
摘要:#vi /etc/inittab 编辑内容: #x:5:respawn:/etc/X11/prefdm –nodaemon x:5:respawn:/usr/sbin/gdm #vi /usr/share/gdm/defaults.conf 编辑内容 [security] AllowRoot=true AllowRemoteRoot=true [xdmcp] Enable=true Displa... 阅读全文
posted @ 2011-03-16 14:13 抱影无眠 阅读(732) 评论(0) 推荐(0)