Chinaunix首页 | 论坛 | 博客
  • 博客访问: 37198
  • 博文数量: 11
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 138
  • 用 户 组: 普通用户
  • 注册时间: 2014-02-25 13:45
文章分类

全部博文(11)

发布时间: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.........【阅读全文】

阅读(1387) | 评论(0) | 转发(0)

发布时间: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.........【阅读全文】

阅读(1418) | 评论(0) | 转发(0)

发布时间: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.........【阅读全文】

阅读(1045) | 评论(0) | 转发(0)

发布时间:2014-06-10 09:40:07

more oraservicechk.sh#!/bin/bashcheck253=`nc -vv -z 10.0.0.253 1522 | awk '{print $7}'`if [ "$check253" = "succeeded!" ] ;then             echo "Local oracle service in Normal!!!"      else   &n.........【阅读全文】

阅读(1270) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册