To be a better coder
发布时间:2020-01-07 14:56:17
https://www.cnblogs.com/effortsing/p/10340571.htmlk8s开启cadvisor http 服务cadvisor介绍:Google的 cAdvisor 是另一个知名的开源容器监控工具。 只需在宿主机上部署cAdvisor容器,用户就可通过Web界面或REST服务访问当前节点和容器的性能数据(CPU、内存、网络、磁盘、文件系统等等),非常详.........【阅读全文】
发布时间:2020-01-04 09:56:08
需要三个系统文件 rootfs.img uImage u-boot.bin // 一定要烧写flash的0x0地址 //u-boot和zimage要配套。要不然可能开不了机将linux三个系统文件烧写到flash的三个区域1. 安装windows下的tftp服务因为uboot里有tftp的客服端 .打开tftpd32 .........【阅读全文】
发布时间:2020-03-26 12:20:01
ovs-vsctl set port vnet0 vlan_mode=trunk ovs-vsctl set port vnet0 trunks=0,101......【阅读全文】
发布时间:2020-02-25 16:02:23
[root@localhost /]# [root@localhost /]# cat myjson.c#include<stdio.h>#include<stdlib.h>#include<string.h>#include "v_json.h"int main(){ char *text = NULL; char body[1024] = {0}; char body2[1024] = {0}; &.........【阅读全文】