先丢点问题小结到这里,免得忘记,有空再弄个详细教程完,网上的教程要不就是旧版的,要不就是没说到点子上,唉。1.服务器禁用ipV6配置.2.找不到winutils.exe,系统变量设置了HADOOP_HOME也不行,程序中直接设定环境变量,还能省去系统配置,更方便。System.setProperty...
分类:
其他好文 时间:
2014-07-31 20:38:17
阅读次数:
218
vmlite虚拟机启动出错,就把这个虚拟机删除掉重新建立,系统虚拟硬盘使用之前的,启动系统后不能上网,通过ifconfig查看网卡没启动,遂启动网卡服务,但是出错,就是:deviceeth0doesnotseemtobepresent,delayinginitialization,然后想到是不是ifcfg-eth0的配置文件里保存了以..
分类:
其他好文 时间:
2014-07-30 12:29:54
阅读次数:
195
1. cat /etc/udev/rules.d/70-persistent-net/rules2.将ATTR(address)=XXXXXXXX的内容 替换 文件/etc/sysconfig/network-scripts/ifcfg-eth0 中HWADDR的值3. ifconfig eth1....
分类:
其他好文 时间:
2014-07-30 00:31:32
阅读次数:
457
在XenServer上根据模板新建一个虚拟机后无法识别网卡,重新启动网卡后显示Bringingupinterfaceeth0:Deviceeth0hasdifferentMACaddressthanexpected,ignoring.最终解决办法是将/etc/sysconfig/network-scripts/ifcfg-eth0中的HDADDR给注释掉,因为这里配置文件的MAC地址还是原来..
分类:
其他好文 时间:
2014-07-29 18:23:53
阅读次数:
262
[1]Defaultnoinstallifconfigcommand,ifyouwanttouseifconfigneedinstallnet-toolsyum-yinstallnet-tools[root@mariadb~]#ifconfig
eth0:flags=4163<UP,BROADCAST,RUNNING,MULTICAST>mtu1500
inet192.168.1.123netmask255.255.255.0broadcast192.168.1.255
inet6fe80::21..
分类:
其他好文 时间:
2014-07-29 15:53:19
阅读次数:
324
[root@localhost~]#cd/etc/sysconfig/network-scripts/[root@localhostnetwork-scripts]#cpifcfg-eth0ifcfg-eth0:1[root@localhostnetwork-scripts]#vimifcfg-eth0:1DEVICE=eth0:1HWADDR=00:0C:29:73:E6:0DTYPE=EthernetUUID=98b5dc88-94c0-4a78-a3e7-ba3873a4116dONBOOT=yesNM..
分类:
系统相关 时间:
2014-07-29 15:52:49
阅读次数:
219
一、Linux系统安装配置
1.安装系统时选Desktop
2.设置eth0网卡为静态IP,添加子网掩码,网关,DNS,并配置自动启动
3.修改/etc/hosts,添加主机名和对应IP
4.禁用firewall和selinux
chkconfig iptables off
vi /etc/selinux/config
SELINUX=disabled...
分类:
数据库 时间:
2014-07-29 14:18:48
阅读次数:
412
ip addr add 10.9.8.100/24 broadcast + dev eth0/etc/sysconfig/network-scripts/ifcfg-eth0
分类:
其他好文 时间:
2014-07-29 12:38:16
阅读次数:
219
Description An IPv6-address is a 128-bit number. For convenience, this number is recorded in blocks of 16 bits in hexadecimal record, the blocks ar...
分类:
其他好文 时间:
2014-07-29 12:15:46
阅读次数:
289
1: semantics 语义一:Introduction 1. Changes form IPv6 to IPv6. 1) Expanded Addressing Capabilities 32 bits to 128 bits to support a) more l...
分类:
其他好文 时间:
2014-07-28 14:56:23
阅读次数:
253