1、VirtualBox 安装 恩,一路默认即可安装完毕。2、宿主机网络环境配置(使用Host-Only模式,上网啥的不用改配置) 2.1 右击VirtualBox选择属性,更改网络IP设置 2.2 设置为Ip地址和子网掩码为如下属性:,点击确定。(注意Centos默认网段为56) 3、...
分类:
其他好文 时间:
2014-06-15 20:36:49
阅读次数:
251
安装完rabbitmq-server,重启时间很长,并且报错ERROR: epmd error for host "yourhostname": timeout
原因是:主机名和ip不匹配,需要更改hostname或者/etc/hosts文件
eg:修改主机名:#hostname yourhostname 要跟/etc/hosts文件中一致。...
分类:
其他好文 时间:
2014-06-15 16:47:03
阅读次数:
270
dbhost = $host; $this->dbuser = $user; $this->dbpasswd = $pwd; $this->dbname = $dbname; $this->dbport = $port; ...
分类:
数据库 时间:
2014-06-15 06:05:13
阅读次数:
444
经过一翻查找后解决了,原因和方法如下:[root@~]# grep host /etc/nsswitch.conf#hosts: db files nisplus nis dnshosts: files主机只找文件不走dns,将其该成hosts: files dns 即可!
分类:
系统相关 时间:
2014-06-14 17:54:21
阅读次数:
283
在linux服务器上,经常要定位网络问题,就需要用到抓包。
例如:tcpdump -X -s 0 host 10.17.81.22 and port 9999 -w /home/text.cap -i eth4
上面的意思是抓取和 10.17.81.22 服务器 端口9999进行通讯的所有(-X)不限制大小(-s 0)的网络包,并输出到文件 text.cap ,抓取网...
分类:
系统相关 时间:
2014-06-14 12:57:36
阅读次数:
343
FIELD OF THE INVENTIONThe present invention relates to a memory device and especially to the interfaces of memorycards. More specifically the present ...
分类:
其他好文 时间:
2014-06-14 11:08:52
阅读次数:
310
1.hadoop的伪分布安装(采用Host-only模式) 1.1 设置ip地址 1.1.1设置宿主机的VirtualBox Host-only Network网路设置 IP地址:192.168.56.1 子网掩码:255.255.255.0 默认网关:不填 ...
分类:
其他好文 时间:
2014-06-14 09:50:02
阅读次数:
207
今天在209服务器上要远程登录另外一台54的服务器,结果用ssh连接提示如下错误:[root@NHL~]#sshroot@10.40.49.54
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@WARNING:REMOTEHOSTIDENTIFICATIONHASCHANGED!@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@..
分类:
其他好文 时间:
2014-06-13 21:02:04
阅读次数:
326
文件配置例如以下: ${host} ${username} ${password} true
25000 ...
分类:
编程语言 时间:
2014-06-12 10:22:08
阅读次数:
351