摘要:word中批量设置图片大小 Sub resetImgSize()Dim iShape As InlineShapeFor Each iShape In ActiveDocument.InlineShapesiShape.LockAspectRatio = msoTrueiShape.Height =
阅读全文
摘要:Server:#yum -y install targetcli#systemctl stop firewalld.service#systemctl start target.service#systemctl enable target.service#fdisk /dev/vdbnp1+3Gw
阅读全文
摘要:Centos7单网卡多VLAN配置 1.需要使用到vconfig软件,首先yum安装vconfig; 使用命令yum install vconfig; 2.使用modprobe 命令加载8021q模块; modprobe 8021q 另外可以使用lsmod命令模是否已入核心: lsmod |grep
阅读全文
摘要:dd命令显示进度 1.第一个窗口执行dd命令2.另开一个窗口,执行watch -n 5 pkill -USR1 -x dd3.在第一个执行dd命令的窗口即可显示dd执行进度,直到任务完成 dd 网络磁盘克隆 dd if=/dev/sda |ssh xxx.xxx.xxx.xxx “dd of=/de
阅读全文