Get busy living

Stay Hungry,Stay Foolish


  • 首页

  • 分类

  • 归档

  • gitbook

  • 关于

  • 搜索

hack

发表于 2023-11-25 | 分类于 services
growthbook 修改 123456789101112131415161718192021222324252627packages/shared/dist/enterprise/licenseUtil.jsfunction getAccountPlan() { return &q ...
阅读全文 »

火山引擎服务示例

发表于 2023-11-25 | 分类于 services
白名单设置设置防火墙,仅白名单可以访问。默认开通公网访问,申请公网ip ip 白名单12345678# lan 127.0.0.0/8,10.0.0.0/8,100.64.0.0/10,172.16.0.0/12,192.168.0.0/16# wan-office# 92.38.131.57# ...
阅读全文 »

常用服务docker安装

发表于 2023-11-25 | 分类于 services
常用服务pg, mysql, redis 等服务1234567891011121314151617181920212223242526docker run -d \ --name=postgres \ -e POSTGRES_PASSWORD=password \ -e POSTGRES_US ...
阅读全文 »

k8s遇到的问题

发表于 2023-09-07 | 分类于 Kubernetes
master主机名错误没有修改主机名就进行了 kubeadm config print init-defaults > kubeadm_init.yaml 配置文件节选123456nodeRegistration: criSocket: /var/run/dockershim.sock ...
阅读全文 »

nsenter使用

发表于 2023-08-14 | 分类于 Kubernetes
获取进程或者容器ID根据 容器 id 获取进程1crictl inspect -o go-template --template='{{index .info "pid"}}' ef80e5fd299001c62a1b0 ...
阅读全文 »

mac使用技巧

发表于 2023-06-15 | 分类于 linux
时间机器备份挂载目录 /Users/imwl/mysmb远程服务器 smb //admin:[email protected]/D时间机器文件 timemachine.sparsebundle 磁盘工具 → 文件 → 新建映像 → 空白映像 创建完成后拷贝到 smb 对应目录 ...
阅读全文 »

日志收集-EFK

发表于 2023-06-14 | 分类于 Kubernetes
简介项目地址123https://github.com/bitnami/charts/tree/main/bitnami/elasticsearchhttps://github.com/fluent/helm-charts/tree/main/charts/fluent-bit # fluent- ...
阅读全文 »

pgo体验2

发表于 2022-12-26 | 分类于 数据库
初始化数据库默认的需要创建 configmap, 但 configmap 大小有限制,手动初始化数据库 将 sql 文件 放入 /mnt/imwl/initdb /mnt/imwl 是共享目录 1234567891011121314151617181920212223242526272829303 ...
阅读全文 »

pgo体验

发表于 2022-12-25 | 分类于 数据库
官网https://github.com/CrunchyData/postgres-operator-examples https://access.crunchydata.com/documentation/postgres-operator/v5/ 一些基本修改1cd postgres-oper ...
阅读全文 »

eck使用

发表于 2022-11-18 | 分类于 Kubernetes
官方文档 https://www.elastic.co/guide/en/cloud-on-k8s/current/k8s-overview.html 安装 eck operator1234kubectl create -f https://download.elastic.co/downloads ...
阅读全文 »
1234…31
WeiLai

WeiLai

好学近乎知,力行近乎仁,知耻近乎勇

307 日志
23 分类
4 标签
GitHub E-Mail 简书 Facebook
© 2026 WeiLai