摘要:
yum安装jenkins https://www.cnblogs.com/vipsoft/p/16813061.html 阅读全文
摘要:
1,官方文档安装docker curl -fsSL https://get.docker.com | bash -s docker --mirror Aliyun 2,官方文档安装docker-compose sudo curl -L "https://github.com/docker/compo 阅读全文
摘要:
http://coolaf.com/zh/tool/chattest python3测试websocket代码 import asyncio import websockets async def server(websocket, path): while True: message = awai 阅读全文
摘要:
confluence搭建及注意事项 安装连接:https://www.liuwg.com/archives/centos79-xia-yum-an-zhuang-mysql80 mysql 用户名密码 root u8FI(oeiuf!oK wiki安装文档 https://zhuanlan.zhih 阅读全文
摘要:
1, 安装指定版本的gitlab 版本地址 https://mirrors.tuna.tsinghua.edu.cn/gitlab-ee/yum/el7/ 安装文档 https://22vps.com/p/rvVqvBn 社区版 https://mirrors.tuna.tsinghua.edu.c 阅读全文
摘要:
1, jenkins权限管理安装插件 安装插件如下:Role-based Authorization Strategy 2,新版本的插件安装以后需要选择后才能在系统管理中看到 3. 选择以后能看到 4. 编辑权限 阅读全文
摘要:
1, slave节点配置安装,使用launch agent vis ssh的方式启动 2. 启动slave时遇到的问题 报错如下 warning: setlocale: LC_TIME: cannot change 解决办法,修改slave的节点的字符集就能解决问题, 参考连接: https://w 阅读全文
摘要:
nginx开启gzip功能 1. nginx开启gzip nginx,配置gzip https://www.cnblogs.com/kevingrace/p/10018914.html 2, 检测gzip是否开启 2.1 网站工具检测 https://www.dute.org/gzip 2.2 命令 阅读全文
摘要:
jenkins 的字符集问题有操作系统字符引起的,也有jenkins服务自身问题引起的,大致就分为这两类 1. jenkins 的 执行shell中, 不能识别中文注释,这个是操作系统的字符集问题引起, 修改操作系统 /etc/locale.conf 文件 [root@jenkins ~]# cat 阅读全文
摘要:
1, playbook命令行书写格式 -i + ip 地址后面有逗号,否则会报错 命令行如下 ansible-playbook deploy.yml -i 192.168.1.10, --vault-password-file "../secrets" --extra-vars "host=all" 阅读全文