摘要: 2CPU,4G内存 系统最小化安装完成后操作 yum install vim gcc gcc-c++ wget net-tools lrzsz iotop lsof iotop bash-completion -y yum install curl policycoreutils openssh-s 阅读全文
posted @ 2021-09-14 17:45 拥抱大海,面向天空 阅读(374) 评论(0) 推荐(0)
摘要: #!/bin/bash for ip in {1..254} do { ping -c 1 10.122.138.$ip } if [ $? -eq 0 ]; then echo 10.122.138.$ip UP >>/root/a.txt else echo 10.122.138.$ip DOW 阅读全文
posted @ 2021-09-14 00:09 拥抱大海,面向天空 阅读(131) 评论(0) 推荐(0)