上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 40 下一页
摘要: 镜像下载 https://www.modelscope.cn/models/zhipuai/chatglm3-6b RKE2 deployment K8s export KUBECONFIG=/etc/rancher/rke2/rke2.yaml mkdir -p ~/.kube/ sudo cp 阅读全文
posted @ 2024-09-14 14:55 lvmxh 阅读(25) 评论(0) 推荐(0)
摘要: Argo CD 详细入门教程 Key search: repo: cd.orch-deployclusterDomainargo.self-signed-cert.generateMaestroCertAPIServerAddress gitea mage kubectl -n argocd get 阅读全文
posted @ 2024-09-05 01:09 lvmxh 阅读(51) 评论(0) 推荐(0)
摘要: NRI:下一代节点细粒度资源控制方案 There is a presentation from Alexander Kanevskiy and Krisztian Litkey (芬兰team)。https://github.com/containerd/nri/graphs/contributor 阅读全文
posted @ 2024-06-18 04:35 lvmxh 阅读(53) 评论(0) 推荐(0)
摘要: There are several open-source projects: DHCP-replay in github https://github.com/topics/dhcp-relay Seems https://github.com/Mirantis/dhcp-relay looks 阅读全文
posted @ 2023-11-01 13:45 lvmxh 阅读(32) 评论(0) 推荐(0)
摘要: 一共三个文件, 两个shell(father.sh 和 child.sh),一个Makefile 准备脚本 father.sh -> Makefile -> child.sh father.sh 调用 Makefile 调用 child.sh 1. father.sh # father.sh hel 阅读全文
posted @ 2023-08-03 20:07 lvmxh 阅读(104) 评论(0) 推荐(0)
摘要: Ping 扫描 nmap-easily-ping-scan-all-addresses-in-my-subnet nmap -sP 192.168.122.0/24 DHCP 扫描 Nmap扫描教程之网络基础服务DHCP服务类 sudo nmap -sU -p 67 --script=dhcp-di 阅读全文
posted @ 2023-07-31 18:59 lvmxh 阅读(27) 评论(0) 推荐(0)
摘要: List all package go list ./... Run testcase dlv test --build-flags='api/tests/fuzz' -- -test.run ^FuzzGetNodes$ dlv test api/tests/fuzz -- -test.run F 阅读全文
posted @ 2023-07-19 19:15 lvmxh 阅读(26) 评论(0) 推荐(0)
摘要: What is the Certificate Chain of Trust? HTTPS详解二:SSL / TLS 工作原理和详细握手过程 Check SSL Certificate Chain with OpenSSL Examples 阅读全文
posted @ 2023-07-14 10:30 lvmxh 阅读(24) 评论(0) 推荐(0)
摘要: Replace environment variables in a file with their actual values? # config.xml <property> <name>instanceId</name> <value>$INSTANCE_ID</value> </proper 阅读全文
posted @ 2023-07-09 20:26 lvmxh 阅读(16) 评论(0) 推荐(0)
摘要: REF: grpc golang example Golang gRPC In-Depth Tutorial [Create Server & Client] This is a simple and good example. grpcurl -import-path ./proto -proto 阅读全文
posted @ 2023-07-08 19:16 lvmxh 阅读(76) 评论(0) 推荐(0)
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 40 下一页