10 2022 档案

摘要:一、安装部署ansible yum install -y ansible 二、向目标端批量推送公钥 准备两个yml文件 send-pubkey.yml - hosts: all remote_user: root # 连接远程主机的用户,密码就是文件中设置好的 ansible_ssh_pass 的值 阅读全文
posted @ 2022-10-19 17:41 吃吃吃大王 阅读(168) 评论(0) 推荐(0) 编辑
摘要:一、Upstream1、创建Upstream: curl -i -X POST IPAddress:8001/upstreams -d 'name=upstream-test' -d 'slots=1000' 2、创建Targets目标地址并且关联Upstream: curl -i -X POST 阅读全文
posted @ 2022-10-19 13:14 吃吃吃大王 阅读(340) 评论(0) 推荐(0) 编辑
摘要:systemctl stop firewalld systemctl disable firewalld 1、安装docker-compose sudo curl -L https://get.daocloud.io/docker/compose/releases/download/1.25.1/d 阅读全文
posted @ 2022-10-18 11:50 吃吃吃大王 阅读(49) 评论(0) 推荐(0) 编辑
摘要:转发自 https://blog.csdn.net/m0_67390788/article/details/123969932 grep -vE "#|^$" filename 或者 grep -v "#\|^$" filename 阅读全文
posted @ 2022-10-17 11:21 吃吃吃大王 阅读(89) 评论(0) 推荐(0) 编辑
摘要:tomcat下载地址:https://tomcat.apache.org/ 下载并解压到任意目录,我解压到了/usr/local/tomecat目录下 jdk下载地址:http://www.oracle.com/technetwork/java/javase/downloads/index-jsp- 阅读全文
posted @ 2022-10-11 11:43 吃吃吃大王 阅读(98) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示