上一页 1 2 3 4 5 6 7 ··· 30 下一页
摘要: 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 阅读(84) 评论(0) 推荐(0) 编辑
摘要: install package pip3 install jinja2 pip3 install yq Function for Jinja2 Render just paste the follow code to your terminal jinji2_render(){ yf=$1 [[ " 阅读全文
posted @ 2022-10-12 23:32 lvmxh 阅读(40) 评论(0) 推荐(0) 编辑
摘要: tput is part of the ncurses package and is supplied with most Linux distributions. How to delete and replace last line in the terminal using bash? 6.5 阅读全文
posted @ 2022-10-04 02:12 lvmxh 阅读(30) 评论(0) 推荐(0) 编辑
摘要: jq: code examples 阅读全文
posted @ 2022-10-02 12:44 lvmxh 阅读(115) 评论(0) 推荐(0) 编辑
摘要: REF: [4G&5G专题-46]:物理层-自适应编码调制AMC与调制编码方案(MCS, CQI, SINR, HARQ,Code Rate, efficiency) CQI MCS 调度关系 信道质量指示(CQI)和编码调制方案(MCS) | 带你读《5G-NR信道编码》之十五 5G/NR: CQ 阅读全文
posted @ 2022-09-23 13:59 lvmxh 阅读(270) 评论(0) 推荐(0) 编辑
摘要: 问题: UE 重新注册需要5-6分钟 NGAP提供NG-RAN节点与AMF节点之间的信令服务。服务分为两类: 非UE相关服务:在NG-RAN与AMF之间建立NG接口实例。 UE相关服务:为UE接入核心网提供信令和数据连接。 free5GC 业务请求流程源码分析_张忠琳的博客-程序员秘密 5G系统—— 阅读全文
posted @ 2022-09-19 09:08 lvmxh 阅读(228) 评论(0) 推荐(0) 编辑
摘要: pod平滑迁移 Kubernetes 集群均衡器Descheduler Kubernetes 文档 /概念/ 调度,抢占和驱逐 /污点和容忍度 Taint 和 Toleration(污点和容忍) Kubernetes 污点与容忍详解 K8S 之 污点 及容忍 NoSchedule 属性 表示K8S将 阅读全文
posted @ 2022-05-04 10:45 lvmxh 阅读(67) 评论(0) 推荐(0) 编辑
摘要: REF: Avoiding RCU Stalls in the real-time kernel CPU Isolation – Introduction – by SUSE Labs (part 1) 阅读全文
posted @ 2022-04-25 16:05 lvmxh 阅读(135) 评论(0) 推荐(0) 编辑
摘要: CM xAPP discussion source repo https://github.com/onosproject/sdran-helm-charts/blob/master/ran-simulator/files/model/model-5cell-100ue.yaml https://g 阅读全文
posted @ 2022-04-21 20:17 lvmxh 阅读(113) 评论(0) 推荐(0) 编辑
摘要: KubeEdge vs K3S:Kubernetes在边缘计算场景的探索 阅读全文
posted @ 2022-04-15 08:23 lvmxh 阅读(14) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 30 下一页