上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 30 下一页
摘要: 调试5G BBU 写了一个shell,提高效率 1 SESSION=autobbu 2 3 RED='\e[0;31m' 4 GREEN='\033[0;32m' 5 NC='\033[0m' 6 green="\033\[0;32m" 7 red="\033\[0;31m" 8 reset="\0 阅读全文
posted @ 2021-07-24 03:16 lvmxh 阅读(272) 评论(0) 推荐(0) 编辑
摘要: 非常有用的手册: QuickReference - 5G/NR (5G/NR 快速参考) 5G Identifiers SUPI and SUCI - Techplayon NAS Signalling UMTS: Universal Mobile Telecommunication System 阅读全文
posted @ 2021-07-10 17:30 lvmxh 阅读(417) 评论(0) 推荐(0) 编辑
摘要: Redhat Blog Part 1: How to Enable Hardware Accelerators on OpenShift Part 2: How to enable Hardware Accelerators on OpenShift, SRO Building Blocks 简化 阅读全文
posted @ 2021-06-24 14:16 lvmxh 阅读(63) 评论(0) 推荐(0) 编辑
摘要: Prepare: 详解 DNS 与 CoreDNS 的实现原理 调查 采用什么来搭建一个dns server? 1. BIND Learn how to use BIND to set up your own server for resolving domain names. How to Ins 阅读全文
posted @ 2021-06-12 12:05 lvmxh 阅读(68) 评论(0) 推荐(0) 编辑
摘要: coredns org hosts plguin and reverse, we can set reload durations. add a dns item as follow: # $(kubectl get cm coredns -n kube-system -o json | jq .d 阅读全文
posted @ 2021-06-12 00:35 lvmxh 阅读(73) 评论(0) 推荐(0) 编辑
摘要: NOTE: 多个IP 地址可以映射(SNAT)到一个出口网络地址。一个出口网络地址也可以映射(DNAT)到多个IP 地址,但是只能做load balance使用。 Netfilter 原理 连接跟踪(conntrack):原理、应用及 Linux 内核实现 conntrack conntrack i 阅读全文
posted @ 2021-06-10 08:58 lvmxh 阅读(324) 评论(0) 推荐(0) 编辑
摘要: kubectl -n kube-system exec -it $pod -- ovs-vsctl list-ports br-int ovnip=`ip a | grep "scope global ovn4nfv0" |awk '{match($0, /.+inet\s([^ /]*)/, a) 阅读全文
posted @ 2021-06-09 21:17 lvmxh 阅读(56) 评论(0) 推荐(0) 编辑
摘要: Network setup all code are here: https://github.com/shaohef/kvm-script Network Topology we only need to change the valuse here. do not chagne other co 阅读全文
posted @ 2021-05-22 21:24 lvmxh 阅读(106) 评论(0) 推荐(0) 编辑
摘要: Patch # https://stackoverflow.com/questions/41958475/getting-the-object-array-index-in-jq # https://www.codegrepper.com/code-examples/javascript/jq+ar 阅读全文
posted @ 2021-05-07 21:42 lvmxh 阅读(80) 评论(0) 推荐(0) 编辑
摘要: dump DOC 需要修改源代码 The dpdk-pdump tool can only be used in conjunction with a primary application which has the packet capture framework initialized alr 阅读全文
posted @ 2021-03-12 18:58 lvmxh 阅读(642) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 30 下一页