会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
小吉猫
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
30
31
32
33
34
35
36
37
38
···
64
下一页
2023年3月1日
pg_hba.conf
摘要: pg_hba.conf 文件格式 local database user auth-method [auth-options] host database user address auth-method [auth-options] hostssl database user address au
阅读全文
posted @ 2023-03-01 14:08 小吉猫
阅读(54)
评论(0)
推荐(0)
2023年2月27日
kubernetes Ingress
摘要: Ingress介绍 kubernetes使用Ingress控制器作为统一的流量入口,管理内部各种必要的服务,并通过Ingress API资源来描述如何区分流量以及内部的路由逻辑。可以通过Ingress和Ingress控制器定义路由流量的规则来完成服务发布,而无须创建一堆NodePort或LoadBa
阅读全文
posted @ 2023-02-27 12:54 小吉猫
阅读(310)
评论(0)
推荐(0)
2023年2月23日
k8s部署wordpress
摘要: nginx nginx.conf server { listen 80; server_name localhost; location / { root /apps/nginx/wordpress; index index.php index.html index.htm; } location
阅读全文
posted @ 2023-02-23 17:38 小吉猫
阅读(180)
评论(0)
推荐(0)
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 小吉猫
阅读(165)
评论(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 小吉猫
阅读(117)
评论(0)
推荐(1)
OpenEthereum数据备份
摘要: 数据导出 导出数据格式 openethereum [options] export blocks --format=[FORMAT] --from=[BLOCK] --to=[BLOCK] [FILE] 停止服务 # systemctl stop openethereum 导出数据 # ./open
阅读全文
posted @ 2023-02-16 11:14 小吉猫
阅读(340)
评论(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 小吉猫
阅读(580)
评论(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 小吉猫
阅读(182)
评论(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 小吉猫
阅读(1785)
评论(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 小吉猫
阅读(297)
评论(0)
推荐(0)
上一页
1
···
30
31
32
33
34
35
36
37
38
···
64
下一页
公告