上一页 1 2 3 4 5 6 ··· 30 下一页
摘要: json(JSON标签) orm(Beego标签)、gorm(GORM标签)、bson(MongoDB标签)、form(表单标签)、binding(表单验证标签) Go系列:结构体标签 阅读全文
posted @ 2023-07-05 07:14 lvmxh 阅读(31) 评论(0) 推荐(0) 编辑
摘要: https://stackoverflow.com/questions/29396154/jq-setdiff-of-two-arrays 1. echo -n '{"all":["A","B","C","ABC"],"some":["B","C"]}' | jq '. as $d | .all | 阅读全文
posted @ 2023-06-12 19:54 lvmxh 阅读(91) 评论(0) 推荐(0) 编辑
摘要: ns=${ns:-maestro-platform-system} secret=${secret:-maestro-ca} kubectl get secret -n $ns $secret -o jsonpath='{.data.*}' | base64 -d | openssl x509 -n 阅读全文
posted @ 2023-06-06 11:58 lvmxh 阅读(3) 评论(0) 推荐(0) 编辑
摘要: How To Use Bash Wildcards For Globbing? shell中的文件名扩展和通配符的使用说明 10 Practical Examples Using Wildcards to Match Filenames in Linux 阅读全文
posted @ 2023-06-03 09:30 lvmxh 阅读(8) 评论(0) 推荐(0) 编辑
摘要: 1. use awk https://stackoverflow.com/questions/2371248/how-to-convert-timestamps-to-dates-in-bash https://www.oreilly.com/library/view/learning-awk-pr 阅读全文
posted @ 2023-05-27 23:41 lvmxh 阅读(38) 评论(0) 推荐(0) 编辑
摘要: 服务器网络启动方式探索Part1:Legacy启动篇 服务器网络启动方式探索Part2:UEFI启动篇 使用Go-Ceph库编写一个更简单的RBD HTTP API 实现一个Kubernetes的身份认证代理服务 一文详解 HTTPS 与 TLS证书链校验 EDKII HTTP Boot 什么是 u 阅读全文
posted @ 2023-03-21 09:45 lvmxh 阅读(18) 评论(0) 推荐(0) 编辑
摘要: https://www.sharetechnote.com/html/5G/5G_Mib_Sib.html more 8.6.2 Downlink NAS Transport (https://www.tech-invite.com/3m38/toc/tinv-3gpp-38-413_j.html# 阅读全文
posted @ 2022-11-02 10:53 lvmxh 阅读(146) 评论(0) 推荐(1) 编辑
摘要: install getmail sudo apt-get install -y getmailmkdir .getmail Configure getmail user= password=# imapmail.company.comserver= port=993 cat > ~/.getmail 阅读全文
posted @ 2022-10-25 10:42 lvmxh 阅读(25) 评论(0) 推荐(0) 编辑
摘要: yang model 介绍 YANG 1.1 数据建模语言 - RFC7950 (The YANG 1.1 Data Modeling Language) 中文翻译版本 通往未来的网络可编程之路:Netconf协议与YANG Model Netconf get-config payload to r 阅读全文
posted @ 2022-10-19 14:43 lvmxh 阅读(212) 评论(0) 推荐(0) 编辑
摘要: 1. Clear all text on current line from a bash script while :; do # an infinite loop just for demonstration echo "$RANDOM" # print your stuff here slee 阅读全文
posted @ 2022-10-17 02:30 lvmxh 阅读(81) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 30 下一页