上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 56 下一页
摘要: 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 小吉猫 阅读(192) 评论(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 小吉猫 阅读(88) 评论(0) 推荐(0) 编辑
摘要: 要求 在注册runner之前,您必须首先: 将其安装在与安装 GitLab 的服务器不同的服务器上 获取令牌: 对于共享运行器,让管理员转到 GitLab 管理区域并选择Overview > Runners 对于group runner,转到CI/CD > Runners 对于project run 阅读全文
posted @ 2023-04-23 17:30 小吉猫 阅读(282) 评论(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 小吉猫 阅读(534) 评论(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 小吉猫 阅读(47) 评论(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 小吉猫 阅读(230) 评论(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 小吉猫 阅读(87) 评论(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 小吉猫 阅读(23) 评论(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 小吉猫 阅读(611) 评论(0) 推荐(0) 编辑
摘要: 主机密钥 主机密钥通常在安装 SSH 服务器时自动生成。它们可以随时再生。 $ ls -l /etc/ssh/ total 548 -rw-r--r-- 1 root root 505426 Feb 26 2022 moduli -rw-r--r-- 1 root root 1650 Feb 26 阅读全文
posted @ 2023-04-11 14:33 小吉猫 阅读(134) 评论(0) 推荐(0) 编辑
上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 56 下一页