发布时间:2013-03-06 19:36:54
# sed -n '1048,1249'p x.x.x.x |awk '$3 !~ /^(192.168.1.[1-9][0-9]*[0-9]*)$/ && $3 !~ /^192.168.[0,2].([5][1-4])*(1[0,8][6,8])*$/ && $3 !~/^10.11.2.51$/ && $3 !~/^10.200.252.55$/ && $3 !~ /^:0.0$/ && $2 !~ /^:0$/ && $1 !~ "reboot"{print $0}' > x.x.x.xd/not_allow_ip.txt# sed -n '2,43'p x..........【阅读全文】
发布时间:2013-02-18 15:04:06
*** An error occurred during the file system check. *** Dropping you to a shell; the system will reboot *** when you leave the shell. *** Warning -- SELinux i.........【阅读全文】
发布时间:2013-01-22 16:27:22
#echo "- - -" > /sys/class/scsi_host/host0/scan//这个 scan 属性支持以"-"作为通配符,如以下命令可以执行让整个 scsi_host 进行重新搜索,这个功能用于调试某些对热挺拔实现不完善的 SCSI 驱动程序很有用: #cat /proc/scsi/scsiHost: scsi2 Channel: 00 Id: 00 Lun: 00 Vendor: VMware, &nb.........【阅读全文】