To be a better coder
发布时间:2020-03-20 21:04:48
Warning: Unit file changed on disk, 'systemctl daemon-reload' recommended.CentOS 7下出现Warning: Unit file of mysql.service changed on disk, 'systemctl daemon-reload' recommended.错误,根据提示,解决方法:systemctl daemon-reload————————————————版权声明:本文为CSDN博主「fl.........【阅读全文】
发布时间:2020-03-17 18:28:14
[x86][linux]AVX512指令引起的进程crashhttps://cloud.tencent.com/developer/article/1356935......【阅读全文】
发布时间:2019-04-19 15:16:11
1Incomplet表示无法正常学习到对端设备的arp表项;日记信息表示该设备一直接收对端发送的免费arp报文,说明对端一直在发送arp报文,请确认对端设备发送免费arp报文的作用,如果没有作用,可将免费arp报文功能去掉!使用ip命令清除某一网络接口的arp(下面命令是 eth0 接口).........【阅读全文】
发布时间:2020-03-17 13:12:47
首选创建虚拟磁盘qemu-img create -f qcow2 CentOS-6.3-x86_64.qcow2 10G其次从iso启动镜像virt-install --name centos-6.3 --ram 1024 --cdrom=CentOS-6.3-x86_64-bin-DVD1.iso --disk CentOS-6.3-x86_64.qcow2,format=qcow2 --graphics vnc,listen=0.0.0.0 --noautocons.........【阅读全文】