摘要: 1. jenkins简介 Jenkins是一个开源CI&CD软件、提供友好操作界面的持续集成(CI)工具; 起源于Hudson(Hudson是商用的),主要用于持续、自动的构建/测试软件项目、监控外部任务的运行;Jenkins用Java语言编写,可在Tomcat等流行的servlet容器中运行,也可 阅读全文
posted @ 2022-09-30 01:55 Zic师傅 阅读(203) 评论(0) 推荐(0) 编辑
摘要: 1. tomcat简介 Tomcat是Apache 软件基金会(Apache Software Foundation)的Jakarta 项目中的一个核心项目,由Apache、Sun 和其他一些公司及个人共同开发而成。由于有了Sun 的参与和支持,最新的Servlet 和JSP 规范总是能在Tomca 阅读全文
posted @ 2022-09-27 21:57 Zic师傅 阅读(38) 评论(0) 推荐(0) 编辑
摘要: 1. haproxy简介 HAProxy是一个使用C语言编写的自由及开放源代码软件,其提供高可用性、负载均衡,以及基于TCP和HTTP的应用程序代理。 HAProxy特别适用于那些负载特大的web站点,这些站点通常又需要会话保持或七层处理。HAProxy运行在当前的硬件上,完全可以支持数以万计的并发 阅读全文
posted @ 2022-09-27 20:27 Zic师傅 阅读(63) 评论(0) 推荐(0) 编辑
摘要: 1.lvs简介 LVS(Linux Virtual Server)即Linux虚拟服务器,是由章文嵩博士主导的开源负载均衡项目,目前LVS已经被集成到Linux内核模块中。在Linux内核中实现了基于IP的数据请求负载均衡调度方案,终端互联网用户从外部访问公司的负载均衡服务器,终端用户的Web请求会 阅读全文
posted @ 2022-09-27 16:36 Zic师傅 阅读(111) 评论(0) 推荐(0) 编辑
摘要: cobbler部署 //配置yum源 [root@localhost ~]# curl -o /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-vault-8.5.2111.repo % Total % 阅读全文
posted @ 2022-09-25 12:58 Zic师傅 阅读(44) 评论(0) 推荐(0) 编辑
摘要: Gitlab部署 //配置yum源 [root@localhost ~]# curl -o /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-vault-8.5.2111.repo [root@local 阅读全文
posted @ 2022-09-22 21:08 Zic师傅 阅读(366) 评论(0) 推荐(0) 编辑
摘要: rsync实时同步 环境说明 | 服务器类型 | IP地址 | 应用 | 操作系统 | | | | | | | 源服务器 | 192.168.169.139 | rsyncinotify-tools脚本 | centos8 | | 目标服务器 | 192.168.169.142 | rsync | 阅读全文
posted @ 2022-09-22 19:03 Zic师傅 阅读(215) 评论(0) 推荐(0) 编辑
摘要: sed高级用法 a 追加 [root@localhost ~]# cat test hello world jjjd aaaaaaa //向第二行后面追加'hi world' [root@localhost ~]# sed '2ahi world' test hello world jjjd hi 阅读全文
posted @ 2022-09-16 12:46 Zic师傅 阅读(35) 评论(0) 推荐(0) 编辑
摘要: 正则表达式 基本正则表达式 元字符 . 匹配任意单个字符 [root@localhost ~]# mkdir /temp [root@localhost temp]# touch {1..9} [root@localhost temp]# ls | grep '^.$' 1 2 3 4 5 6 7 阅读全文
posted @ 2022-09-14 21:54 Zic师傅 阅读(23) 评论(0) 推荐(0) 编辑
摘要: zabbix用户,角色,权限,模板管理 用户组 用户角色 用户 使用刚才创建的用户登录 模板组 模板 模板的监控项可以自己创建也可以从其他模板复制 阅读全文
posted @ 2022-09-07 22:04 Zic师傅 阅读(22) 评论(0) 推荐(0) 编辑