ZhangZhihui's Blog  
上一页 1 ··· 51 52 53 54 55 56 57 58 59 ··· 102 下一页

2024年5月21日

摘要: You likely have a long PATH set and, to find an executable, the shell needs to search the path. To avoid that time consuming process every time that y 阅读全文
posted @ 2024-05-21 09:56 ZhangZhihuiAAA 阅读(20) 评论(0) 推荐(0)

2024年5月16日

摘要: command is likely built in to your shell, and with the -v option will tell you how your shell will invoke the command specified as its option. which i 阅读全文
posted @ 2024-05-16 09:44 ZhangZhihuiAAA 阅读(18) 评论(0) 推荐(0)

2024年5月15日

摘要: Pyenv可托管多个不同的Python版本。 Install pyenv: git clone https://github.com/pyenv/pyenv.git ~/.pyenv Add ~/.pyenv/bin to PATH: if [[ $(echo $PATH | grep 'pyenv 阅读全文
posted @ 2024-05-15 22:29 ZhangZhihuiAAA 阅读(269) 评论(0) 推荐(0)

2024年5月13日

摘要: Install func-e: https://func-e.io/ func-e makes running Envoy® easy func-e (pronounced funky) allows you to quickly see available versions of Envoy an 阅读全文
posted @ 2024-05-13 13:51 ZhangZhihuiAAA 阅读(25) 评论(0) 推荐(0)
 
摘要: FROM --platform=$BUILDPLATFORM alpine as protoc ARG BUILDPLATFORM=linux/amd64 TARGETOS=linux TARGETARCH=amd64 # download the protoc binary from github 阅读全文
posted @ 2024-05-13 11:52 ZhangZhihuiAAA 阅读(17) 评论(0) 推荐(0)
 
摘要: FROM --platform=$BUILDPLATFORM alpine as protoc ARG BUILDPLATFORM=linux/amd64 TARGETOS=linux TARGETARCH=amd64 # download the protoc binary from github 阅读全文
posted @ 2024-05-13 10:05 ZhangZhihuiAAA 阅读(12) 评论(0) 推荐(0)

2024年5月12日

摘要: https://github.com/fullstorydev/grpcurl Install: go install github.com/fullstorydev/grpcurl/cmd/grpcurl@latest Add code to enable server reflection: i 阅读全文
posted @ 2024-05-12 21:07 ZhangZhihuiAAA 阅读(29) 评论(0) 推荐(0)
 
摘要: https://ghz.sh/ https://github.com/bojand/ghz Install using go >= 1.16 go install github.com/bojand/ghz/cmd/ghz@latest zzh@ZZHPC:/zdata/Github/zgrpc-g 阅读全文
posted @ 2024-05-12 19:53 ZhangZhihuiAAA 阅读(19) 评论(0) 推荐(0)

2024年5月6日

摘要: Tested the image: zzh@ZZHPC:/zdata/Github/zgrpc-go-professionals$ kubectl run mytest --image=zgrpc-go-professionals:server pod/mytest created zzh@ZZHP 阅读全文
posted @ 2024-05-06 10:32 ZhangZhihuiAAA 阅读(217) 评论(0) 推荐(0)

2024年5月5日

摘要: kind.yaml: kind: Cluster apiVersion: kind.x-k8s.io/v1alpha4 nodes: - role: control-plane - role: worker - role: worker zzh@ZZHPC:~$ kubectl cluster-in 阅读全文
posted @ 2024-05-05 21:57 ZhangZhihuiAAA 阅读(8) 评论(0) 推荐(0)
上一页 1 ··· 51 52 53 54 55 56 57 58 59 ··· 102 下一页