发布时间:2014-01-08 17:17:45
[root@yangyangtest ~]# ifconfigeno1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 inet6 fe80::7a2b:cbff:fe9a:739b prefixlen 64 scopeid 0x20<link> ether 78:2b:cb:9a:73:9b txqueuelen 1.........【阅读全文】
发布时间:2014-01-08 16:57:11
How to install multiple OSs on GRUB2 GRUB2 is quite different with GRUB1, we cannot just follow the steps in GRUB1. Following steps will provide a simple way to install multiple OSs with GRUB21. Download vmlinuz and initrd.img files from tree and put them in /boot2. Edit /e.........【阅读全文】
发布时间:2014-01-03 15:55:43
1、自动获取IPV6地址,修改/etc/sysconfig/network文件,加入下列配置文本NETWORKING_IPV6=yes然后,运行命令service network restart用命令ifconfig -a 查看IPV6地址信息2、静态IPV6地址设备,修改/etc/sysconfig/network-script/ifcfg-ethX文件,添加.........【阅读全文】