1.重启交换机,等待交换机加载到启动菜单,会提示按Ctrl + B2. 此时会出现输入密码的提示,直接按回车3. BOOT MENU 中有4种选项:1. Down load application file to flash #下载程序配置文件2. Modify boo...
分类:
其他好文 时间:
2014-10-10 22:39:54
阅读次数:
183
查看命令帮助:githelp打开git-addManualPage:githelp<command>githelpadd命令详解:gitadd-A|--all|--no-ignore-removalstagesall:add,modifyandremovegitadd.|--no-all|--ignore-removalstagesnewandmodified,withoutdeleted:add&modify,ignoreremovegitadd-u|--u..
分类:
其他好文 时间:
2014-10-10 16:37:44
阅读次数:
140
部署ELK时候,logstash启动报错Sending logstash logs to /var/log/logstash.log.Exception in thread ">output" org.elasticsearch.discovery.MasterNotDiscoveredExcept...
分类:
其他好文 时间:
2014-10-10 11:35:24
阅读次数:
397
elasticsearch kibana3安装...
分类:
其他好文 时间:
2014-10-09 17:29:58
阅读次数:
221
Flume配置
。
flume生成的数据结构
"_index" : "logstash-2013.01.07",
"_type" : "tms_jboss_syslog",
"_id" : "a_M9X_0YSpmE7A_bEzIFiw",
"_score" : 1.0, "_source" : {"@source":"file://localhost.localdomain/tmp...
分类:
其他好文 时间:
2014-10-09 17:03:48
阅读次数:
290
vi /etc/sysconfig/iptables添加以下代码即可,设置内网网段iptables -A INPUT -p tcp --dport 9200 ! -s 127.0.0.1 -j DROP-----------------------------------------
分类:
其他好文 时间:
2014-10-05 14:58:38
阅读次数:
270
1.First, we should modify the /etc/sysconfig/network-scripts/ifcfg-eth0 as the following:DEVICE=eth0HWADDR=00:16:3E:53:01:01ONBOOT=yesNM_CONTROLLD=yes...
分类:
其他好文 时间:
2014-10-04 06:46:06
阅读次数:
169
Sometimes it is useful for a function to modify the objects it gets as parameters. In that case, the changes are visible to the caller. increment, whi...
分类:
其他好文 时间:
2014-10-02 14:14:33
阅读次数:
232
Java XML - JDOM2 - Introduction (2014/9/28 22:10:49) What is JDOM JDOM is an in-memory XML model that can be used to read, write, create and modify XM...
分类:
编程语言 时间:
2014-09-30 01:59:12
阅读次数:
435