发布时间:2014-07-03 17:08:50
[root@gateway1 denyip]# more 24wwwip.sh #!/bin/bash#/root/shell/denyip/wwwip.sh|cut -d: -f1|uniq|cut -d. -f1-3|uniq -c|more/root/shell/denyip/wwwip.sh|cut -d: -f1|uniq|cut -d. -f1-2|uniq -c|sort -nr|more[root@gateway1 denyip]# more denyip.sh #!/bin/bashPATH=/sbin:$PATHlogfile=/var/log/denyip.........【阅读全文】
发布时间:2014-07-03 16:57:51
#!/bin/bash## This is check system shell script.## Writen by zhunzhun.zeng 2013-07-08.export LANG=zh_CN.UTF-8zhujiming=`hostname`ip=`ifconfig`xitongshijian=`date +%H:%M:%S`yunxingshijian=`uptime | awk '{print $3,$4}'`xitongbanben=`head -n 1 /etc/issue`neihebanben=`uname -r`xitongfuzai=`c.........【阅读全文】
发布时间:2014-06-15 17:18:47
实验一,安装oracle数据库 步骤蛮麻烦的!有点恶心``````````````````` 环境:有一个10201_database_linux32.zip压缩文件,安装一个新的操作系统。 1、root用户检查操作系统安装包,如有缺失请安装 rpm -q binutils compat-db control-centergcc gcc-c++ glibc libXp-1.0.0 libstdc++ libstdc++-devel m.........【阅读全文】