上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 57 下一页
摘要: heimdall 初始化heimdall # docker run -v /data2/apps/polygon/heimdall:/var/lib/heimdall:rw --entrypoint /usr/bin/heimdalld -it 0xpolygon/heimdall:0.3.3 in 阅读全文
posted @ 2023-05-06 15:05 小吉猫 阅读(565) 评论(0) 推荐(0) 编辑
摘要: geth.service [Unit] Description=mainnet chain StartLimitIntervalSec=500 StartLimitBurst=5 [Service] Restart=on-failure RestartSec=5s ExecStart=/usr/lo 阅读全文
posted @ 2023-04-25 20:29 小吉猫 阅读(233) 评论(0) 推荐(0) 编辑
摘要: InfluxQL SHOW TAG VALUES WITH KEY = "host" Flux from(bucket: "geth") |> range(start: v.timeRangeStart) |> keyValues(keyColumns: ["host"]) |> keep(colu 阅读全文
posted @ 2023-04-24 21:03 小吉猫 阅读(113) 评论(0) 推荐(0) 编辑
摘要: 要求 在注册runner之前,您必须首先: 将其安装在与安装 GitLab 的服务器不同的服务器上 获取令牌: 对于共享运行器,让管理员转到 GitLab 管理区域并选择Overview > Runners 对于group runner,转到CI/CD > Runners 对于project run 阅读全文
posted @ 2023-04-23 17:30 小吉猫 阅读(307) 评论(0) 推荐(0) 编辑
摘要: 禁用systemd-resolved # sudo systemctl disable systemd-resolved # sudo systemctl stop systemd-resolved 安装依赖 # apt -y install make gcc 下载dnsmasq # wget ht 阅读全文
posted @ 2023-04-14 20:35 小吉猫 阅读(643) 评论(0) 推荐(0) 编辑
摘要: 使用帮助 Usage: consul [--version] [--help] <command> [<args>] Available commands are: acl Interact with Consul's ACLs agent Runs a Consul agent catalog I 阅读全文
posted @ 2023-04-13 20:38 小吉猫 阅读(56) 评论(0) 推荐(0) 编辑
摘要: 创建sql SET NAMES utf8mb4; SET FOREIGN_KEY_CHECKS = 0; -- -- Table structure for zipkin_annotations -- DROP TABLE IF EXISTS `zipkin_annotations`; CREATE 阅读全文
posted @ 2023-04-13 15:01 小吉猫 阅读(283) 评论(0) 推荐(0) 编辑
摘要: 准备工作 创建roles目录 # mkdir -pv /data/apps/ansible/roles/filebeat/{files,tasks,handlers,templates,vars} hosts [filebeat] 172.16.18.31 ansible_ssh_port=22 a 阅读全文
posted @ 2023-04-12 14:47 小吉猫 阅读(111) 评论(0) 推荐(0) 编辑
摘要: 查看索引 GET /_cat/indices 删除索引 # curl --cacert /data/apps/elasticsearch/certs/ca/ca.crt -XDELETE -u elastic https://172.16.3.9:9200/syslog-2023.04.12 Ent 阅读全文
posted @ 2023-04-12 12:12 小吉猫 阅读(27) 评论(0) 推荐(0) 编辑
摘要: 下载filebeat # curl -L -O https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-8.7.0-linux-x86_64.tar.gz 创建数据目录 # mkdir -pv /data/apps/filbeat 阅读全文
posted @ 2023-04-11 17:18 小吉猫 阅读(817) 评论(0) 推荐(0) 编辑
上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 57 下一页