摘要: Version 0.8.8a已经集成了PIA(Plugin Architecture)http://hi.baidu.com/yavg/blog/item/ee1f0d4c98feabfcd62afcba.html139邮箱的SMTP设置2008年05月23日 星期五 上午 12:16由于官方写的不详细,我问了几个移动MM也无从回答,我自己最后试出来的。POP.139.COM 110SMTP.139.COM 25用户名最好填写完整的MAIL地址(我试了就手机号也行)主要是方便SMTP的设置。像这类端设置都没有SSL加密,发件99%都要身份验证,在SMTP.139.COM身份验证时要写完整的ma 阅读全文
posted @ 2012-07-09 16:56 陳聽溪 阅读(2314) 评论(0) 推荐(0)
摘要: ...http://blog.163.com/wf_shunqiziran/blog/static/17630720920121205110500/http://bbs.chinaunix.net/thread-2325328-1-1.htmlhttp://blog.chinaunix.net/uid-10540984-id-342153.html以上是些数据库的备份文件,现在通过awk提取出日期然后只保留最近7天的数据库备份...PS:只能由文件名内包含的信息来确定日期ls 2*.gz|awk-F'_'-vd=$(date+%Y%m%d-d"-7 days" 阅读全文
posted @ 2012-07-09 15:48 陳聽溪 阅读(1013) 评论(0) 推荐(0)
摘要: http://hi.baidu.com/yerkle/blog/item/b0e8e9ef518dff35acafd5a9.html关于/dev/null及用途2007-11-19 17:56把/dev/null看作"黑洞".它非常等价于一个只写文件. 所有写入它的内容都会永远丢失. 而尝试从它那儿读取内容则什么也读不到. 然而,/dev/null对命令行和脚本都非常的有用.禁止标准输出.1 cat $filename >/dev/null 2 # 文件内容丢失,而不会输出到标准输出.禁止标准错误1 rm $badname 2>/dev/null 2 # 这样错 阅读全文
posted @ 2012-07-09 15:45 陳聽溪 阅读(344) 评论(0) 推荐(0)
摘要: ....http://wopliu.blog.163.com/blog/static/19390062011917101926278/f you can not fix the error with poller_output table not show:Just run mysql, use database "cacti" and + mySQL>select count(*) from poller_output; If too much data, run query: + mysql> truncate table poller_output; An 阅读全文
posted @ 2012-07-09 15:03 陳聽溪 阅读(1734) 评论(0) 推荐(0)
摘要: [root@w log]# mysql -u root -p cactiEnter password: Welcome to the MySQL monitor. Commands end with ; or \g.Your MySQL connection id is 17497 to server version: 4.1.22Type 'help;' or '\h' for help. Type '\c' to clear the buffer.mysql> use "cacti"Database changedm 阅读全文
posted @ 2012-07-09 15:00 陳聽溪 阅读(1629) 评论(0) 推荐(0)
摘要: http://wangrusheng5200.iteye.com/blog/422799修改weblogic端口 博客分类: weblogic WeblogicIEXMLCC++weblogic的默认端口是7001,在config.xml文件中的添加<listen-port>80</listen-port>位置如下:<server><name>AdminServer</name><listen-port>80</listen-port><listen-address></listen-addr 阅读全文
posted @ 2012-07-09 14:55 陳聽溪 阅读(281) 评论(0) 推荐(0)
摘要: http://www.aslibra.com/blog/read.php/1199.htm一台64位的机器出现很特殊的情况,netstat命令会产生很多的“warning, got duplicate tcp line.”这个带来很多不方便,一般检查在服务的端口就查不到了,网上查了一下一个方法,转帖一下:引用运行netstat,出现warning, got duplicate tcp line,[root@supersun.biz ~]# netstat -at |grep 'ESTABLI' |wc -lwarning, got duplicate tcp line.warn 阅读全文
posted @ 2012-07-09 14:46 陳聽溪 阅读(287) 评论(0) 推荐(0)