上一页 1 2 3 4 5 6 7 ··· 17 下一页
摘要: #####环境 # cat /etc/os-release PRETTY_NAME="Debian GNU/Linux 11 (bullseye)" NAME="Debian GNU/Linux" VERSION_ID="11" VERSION="11 (bullseye)" VERSION_COD 阅读全文
posted @ 2022-09-01 15:21 萱乐庆foreverlove 阅读(260) 评论(0) 推荐(0) 编辑
摘要: If the proxy_pass directive is specified with a URI, then when a request is passed to the server, the part of a normalized request URI matching the lo 阅读全文
posted @ 2022-07-02 02:33 萱乐庆foreverlove 阅读(537) 评论(0) 推荐(0) 编辑
摘要: 脚本 点击查看代码 #!/bin/bash mkdir /tmp/tcpdump export TcpDump=tcpdump export SliPackeLen=0 export SliptCapPacket=50000 for ((iLoop=0; iLoop<1000; iLoop++)) 阅读全文
posted @ 2022-06-28 15:55 萱乐庆foreverlove 阅读(81) 评论(0) 推荐(0) 编辑
摘要: 自动创建文件系统并挂在到固定分区 点击查看代码 - name: formatdata hosts: localhost roles: - format_data tasks/main.yml - name: setup setup: filter: - ansible_devices - inclu 阅读全文
posted @ 2022-06-19 15:32 萱乐庆foreverlove 阅读(15) 评论(0) 推荐(0) 编辑
摘要: 常用aws 命令锦集 地址 IAAS 地址 PAAS 阅读全文
posted @ 2022-06-12 10:51 萱乐庆foreverlove 阅读(7) 评论(0) 推荐(0) 编辑
摘要: pulsar 找出最大的topic 分区 点击查看代码 #!/bin/bash filename=/tmp/pulsar-`date +%F`.txt >${filename} # 获取tenants 列表 tenants=`/data/apache-pulsar-2.6.2/bin/pulsar- 阅读全文
posted @ 2022-06-03 19:42 萱乐庆foreverlove 阅读(186) 评论(0) 推荐(0) 编辑
摘要: 本节涉及 es开启https, 配置用户, 关联ldap,ECK 中配置 环境 10.160.1.9 | CHANGED | rc=0 >> Linux tidb-test00000F 3.10.0-1062.12.1.el7.x86_64 #1 SMP Tue Feb 4 23:02:59 UTC 阅读全文
posted @ 2022-06-03 01:26 萱乐庆foreverlove 阅读(349) 评论(0) 推荐(0) 编辑
摘要: mongodb 数据备份和恢复 mongodb 可以导出bson 和 json 两种格式的备份。bson为数据存储格式 less space but not readable 点击查看代码 mongodump --uri "mongodb+srv://<your username>:<your pa 阅读全文
posted @ 2022-05-23 23:42 萱乐庆foreverlove 阅读(45) 评论(0) 推荐(0) 编辑
摘要: ###环境介绍 gitlab版本 gitlab-ce-14.10.2-ce.0.el7.x86_64.rpm os版本 CentOS Linux release 7.7.1908 (Core) 系统架构 : Model name: Intel(R) Xeon(R) Platinum 8272CL C 阅读全文
posted @ 2022-05-19 19:48 萱乐庆foreverlove 阅读(155) 评论(0) 推荐(0) 编辑
摘要: #####主机拓扑 | hostname | ipv4 | ipv6 | | | | | | master01 | 10.250.0.5 | fdef:ffff:ffff:ffff4 | | master02 | 10.250.0.7 | fdef:ffff:ffff:ffff5 | | maste 阅读全文
posted @ 2022-05-01 12:27 萱乐庆foreverlove 阅读(1259) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 17 下一页