摘要: [root@BMS036 ~]# cat /etc/sysconfig/network-scripts/ifcfg-bond0 DEVICE="bond0"ONBOOT="yes"IPADDR="192.168.50.155"NETMASK="255.255.255.0"BROADCAST="192... 阅读全文
posted @ 2015-04-08 17:40 金葵学子 阅读(657) 评论(0) 推荐(0)
摘要: fuser -k /dev/pts/0 阅读全文
posted @ 2015-04-08 16:16 金葵学子 阅读(261) 评论(0) 推荐(0)
摘要: [root@BMS006 ~]# cat /shell/compress_applogs.sh#!/bin/bashset -x#Author:welsey#Date:2011/11/25LOGFILE_DIR=/data/applogsCurYear=`date +%Y` CurMonth=`da... 阅读全文
posted @ 2015-04-08 15:58 金葵学子 阅读(170) 评论(0) 推荐(0)
摘要: #!/bin/bashset timeout 36000#program:# This program is used for del 7days ago logs;# Writen by lubing 2015-01-13 First releasePATH=/bin:/sbin:/usr/bin... 阅读全文
posted @ 2015-04-08 15:28 金葵学子 阅读(145) 评论(0) 推荐(0)