上一页 1 2 3 4 5 6 ··· 12 下一页
摘要: 目录结构 [root@localhost ansible]# ansible-playbook site.yml 阅读全文
posted @ 2016-04-03 23:22 ca0guo 阅读(1671) 评论(0) 推荐(0) 编辑
摘要: ansible 批量推送ssh秘钥 参考:http://docs.ansible.com/ansible/authorized_key_module.html # 这里实现了两种可用方法 阅读全文
posted @ 2016-04-03 23:14 ca0guo 阅读(4605) 评论(0) 推荐(0) 编辑
摘要: # 检查主机连接# ansible caoguo -m ping # 执行远程命令# ansible caoguo -m command -a 'uptime' # 执行主控端脚本# ansible caoguo -m script -a '/etc/ansible/script/test.sh' 阅读全文
posted @ 2016-04-03 23:04 ca0guo 阅读(5792) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2016-03-31 10:02 ca0guo 阅读(915) 评论(0) 推荐(0) 编辑
摘要: 问题1. Zabbix网络发现system.uanem找不到主机,打开zabbix_server.conf文件的debug DebugLevel=5 # 错误信息如下 # item [system.uname] error: A TLS connection is configured to be 阅读全文
posted @ 2016-03-30 18:27 ca0guo 阅读(413) 评论(0) 推荐(0) 编辑
摘要: Linux系统的启动流程: 1.通电(通常按下电源键,开始通电) 2.加载BIOS (通常看到显示器提示按F2进入主板) 3.读取MBR (MBR硬盘的入口地址,用来装载引导) 4.进入引导 (通常有grub用来指导装载不同的内核模式) 5.加载内核(内核通常会检查各项种硬件) 6.确定运行级别(识 阅读全文
posted @ 2016-03-15 17:03 ca0guo 阅读(181) 评论(0) 推荐(0) 编辑
摘要: Java Servlet DAO实践(二)   DAO连接类   DAO VO类(对应表字段)   DAO 接口类 (CURD操作定义)   DAO 接口实现类(CURD操作实现)   DAO工厂类(封装方便调用)     Servlet 控制器调用DAO操作     阅读全文
posted @ 2016-03-15 10:44 ca0guo 阅读(881) 评论(0) 推荐(0) 编辑
摘要: 最近想学学java编程,java现在的应用还是挺广泛的,有必要学习一下。 # index.jsp <%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> <!DO 阅读全文
posted @ 2016-03-11 10:20 ca0guo 阅读(346) 评论(0) 推荐(0) 编辑
摘要: OpenTSDB监控 阅读全文
posted @ 2016-01-22 17:41 ca0guo 阅读(565) 评论(0) 推荐(0) 编辑
摘要: GLPI一款资产管理系统,功能比较强大,东西比较多,放张图,有机会再深入研究 阅读全文
posted @ 2016-01-22 17:10 ca0guo 阅读(1711) 评论(1) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 12 下一页