摘要:
heimdall 初始化heimdall # docker run -v /data2/apps/polygon/heimdall:/var/lib/heimdall:rw --entrypoint /usr/bin/heimdalld -it 0xpolygon/heimdall:0.3.3 in 阅读全文
摘要:
geth.service [Unit] Description=mainnet chain StartLimitIntervalSec=500 StartLimitBurst=5 [Service] Restart=on-failure RestartSec=5s ExecStart=/usr/lo 阅读全文
摘要:
InfluxQL SHOW TAG VALUES WITH KEY = "host" Flux from(bucket: "geth") |> range(start: v.timeRangeStart) |> keyValues(keyColumns: ["host"]) |> keep(colu 阅读全文
摘要:
要求 在注册runner之前,您必须首先: 将其安装在与安装 GitLab 的服务器不同的服务器上 获取令牌: 对于共享运行器,让管理员转到 GitLab 管理区域并选择Overview > Runners 对于group runner,转到CI/CD > Runners 对于project run 阅读全文
摘要:
禁用systemd-resolved # sudo systemctl disable systemd-resolved # sudo systemctl stop systemd-resolved 安装依赖 # apt -y install make gcc 下载dnsmasq # wget ht 阅读全文
摘要:
使用帮助 Usage: consul [--version] [--help] <command> [<args>] Available commands are: acl Interact with Consul's ACLs agent Runs a Consul agent catalog I 阅读全文
摘要:
创建sql SET NAMES utf8mb4; SET FOREIGN_KEY_CHECKS = 0; -- -- Table structure for zipkin_annotations -- DROP TABLE IF EXISTS `zipkin_annotations`; CREATE 阅读全文
摘要:
准备工作 创建roles目录 # mkdir -pv /data/apps/ansible/roles/filebeat/{files,tasks,handlers,templates,vars} hosts [filebeat] 172.16.18.31 ansible_ssh_port=22 a 阅读全文
摘要:
查看索引 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 阅读全文
摘要:
下载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 阅读全文