To be a better coder
发布时间:2020-02-23 10:14:56
在平时使用ovs中,经常用到的ovs命令,参数,与举例总结,持续更新中…进程启动1.先准备ovs的工作目录,数据库存储路径等mkdir -p /etc/openvswitchmkdir -p /var/run/openvswitch2.先启动ovsdb-serverovsdb-server /etc/openvswitch/conf.db \-vconsole:emer -vsyslog:err -vfile:info \--remote=pu.........【阅读全文】
发布时间:2020-02-22 15:11:02
#include <stdio.h>#include <string.h>#include <time.h>int main(int argc,char **argv){ time_t time_now; struct tm *curr_time = NULL; time(&time_now); printf("time_now:[%ld]\n",time_now); curr_time = g.........【阅读全文】
发布时间:2020-02-21 18:11:41
file命令行:[root@q SCAN]# [root@q SCAN]# file venus-vscan-50IP-6075-x86_64 venus-vscan-50IP-6075-x86_64: QEMU QCOW Image (v3), 21474836480 bytes[root@q SCAN]# [root@q SCAN]# qemu-img 命令行:[root@q SCAN]# [root@q SCAN]# qemu-img info venus-vscan-50IP-6075-x86_64 image: venus-vscan-50IP-60.........【阅读全文】