会员
周边
众包
新闻
博问
闪存
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
小吉猫
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
30
31
32
33
34
35
36
37
38
···
64
下一页
2023年2月21日
k8s部署jenkins
摘要: jenkins-namespace.yaml apiVersion: v1 kind: Namespace metadata: name: wgs-jenkins jenkins-persistentvolume.yaml apiVersion: v1 kind: PersistentVolume
阅读全文
posted @ 2023-02-21 16:34 小吉猫
阅读(162)
评论(0)
推荐(1)
2023年2月16日
parameter文件
摘要: 内容示例 FIRMWARE_VER:7.1 MACHINE_MODEL: rk3288 MACHINE_ID:007 MANUFACTURER:RK3288 MAGIC: 0x5041524B ATAG: 0x60000800 MACHINE: 3288 CHECK_MASK: 0x80 PWR_H
阅读全文
posted @ 2023-02-16 14:17 小吉猫
阅读(114)
评论(0)
推荐(1)
OpenEthereum数据备份
摘要: 数据导出 导出数据格式 openethereum [options] export blocks --format=[FORMAT] --from=[BLOCK] --to=[BLOCK] [FILE] 停止服务 # systemctl stop openethereum 导出数据 # ./open
阅读全文
posted @ 2023-02-16 11:14 小吉猫
阅读(337)
评论(0)
推荐(0)
2023年1月31日
grafana 自定义dashboard Variables
摘要: Prometheus template variables Name Description Used API endpoints label_names() 返回标签名称列表。 /api/v1/labels label_values(label) 返回每个指标中的标签值列表label。 /api/
阅读全文
posted @ 2023-01-31 11:39 小吉猫
阅读(560)
评论(1)
推荐(0)
prometheus监控以太坊私链
摘要: 启用metrics openethereum --jsonrpc-interface 0.0.0.0 --jsonrpc-cors all --reseal-max-period 60000000 --metrics --metrics-interface=all 2023-01-30 11:33:
阅读全文
posted @ 2023-01-31 11:26 小吉猫
阅读(173)
评论(0)
推荐(0)
2023年1月20日
polygon部署 mainnet 0.3.x
摘要: 环境要求 内存:16-32 GB CPU:4-8核CPU(t3 xLarge) 存储:至少 650GB SSD(确保它是可扩展的) 安装环境依赖 安装编译环境 ~# sudo apt-get install build-essential -y 安装go ~# wget https://dl.goo
阅读全文
posted @ 2023-01-20 17:24 小吉猫
阅读(1737)
评论(0)
推荐(0)
2023年1月19日
docker运行pm2程序
摘要: Dockerfile FROM node:16.14.2 RUN mkdir /data/apps -pv \ && npm -g i pnpm@7.9.5 \ && npm -g i pm2 WORKDIR /data/apps COPY . . RUN pnpm install \ && pnp
阅读全文
posted @ 2023-01-19 17:38 小吉猫
阅读(289)
评论(0)
推荐(0)
2023年1月17日
部署prysm mainnet
摘要: 部署prysm 下载prysm mkdir -pv /data/prysm && cd /data/prysm curl https://raw.githubusercontent.com/prysmaticlabs/prysm/master/prysm.sh --output prysm.sh &
阅读全文
posted @ 2023-01-17 14:43 小吉猫
阅读(1764)
评论(0)
推荐(0)
2023年1月13日
xtrabackup2.4 远程备份
摘要: 环境说明 主机说明 宿主机:192.168.1.219 备份机:192.168.2.235 备份要求 宿主机可以免密登录备份机 备份机器提前创建备份目录 # ssh root@192.168.2.235 "mkdir -pv /data/mysql-backs" mkdir: created dir
阅读全文
posted @ 2023-01-13 19:35 小吉猫
阅读(1104)
评论(0)
推荐(0)
xtrabackup2.4 压缩备份
摘要: 创建备份用户 mysql> CREATE USER 'bkpuser'@'localhost' IDENTIFIED BY 's3cret'; mysql> GRANT RELOAD, LOCK TABLES, PROCESS, REPLICATION CLIENT ON *.* TO 'bkpus
阅读全文
posted @ 2023-01-13 17:40 小吉猫
阅读(395)
评论(0)
推荐(0)
上一页
1
···
30
31
32
33
34
35
36
37
38
···
64
下一页
公告