Chinaunix首页 | 论坛 | 博客
  • 博客访问: 2771508
  • 博文数量: 587
  • 博客积分: 6356
  • 博客等级: 准将
  • 技术积分: 6410
  • 用 户 组: 普通用户
  • 注册时间: 2008-10-23 10:54
个人简介

器量大者,福泽必厚

文章分类

全部博文(587)

文章存档

2019年(3)

2018年(1)

2017年(29)

2016年(39)

2015年(66)

2014年(117)

2013年(136)

2012年(58)

2011年(34)

2010年(50)

2009年(38)

2008年(16)

发布时间:2014-06-03 11:26:11

场景:l**db发送的邮件老板说yahoo邮箱收不到,责令我们检查由于使用:mail -s "Hello Xiaojie" abcdefg@yahoo.com < /root/a.java同时使用tail -f  /var/log/maillog来检测发现普通的邮箱(例如:qq邮箱),发送状态为:status=sent (delivered to mailbox)而yahoo邮箱却是: status=sent (250 ok dirdel).........【阅读全文】

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

发布时间:2014-05-10 11:02:25

Name-based virtual serversnginx first decides which server should process the request. Let’s start with a simple configuration where all three virtual servers listen on port *:80:server { listen 80; server_name example.org www.example.org; ...}server { .........【阅读全文】

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

发布时间:2014-04-29 11:50:24

1:apr安装:   ./configure --prefix=/usr/local/apache/apr && make && make installapr-util安装:   ./configure --with-apr=/usr/local/apache/apr/bin/apr-1-config  --prefix=/usr/local/apache/apr-util  && make && make installhttpd安装:  ./configure  -.........【阅读全文】

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

发布时间:2014-04-22 13:26:36

网站在推广的时候,在/var/log/messages文件里面有如下的报警信息:原因是:有太多的 TIME_WAIT状态的连接......【阅读全文】

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

发布时间:2014-04-18 17:40:41

 Goaccess需要下面的两个包:先要安装这两个devel包yum –y install glib2-devel  ##如果不安装该包,会有如下的报错!yum –y install ncurses-develconfigure :error glib2 not found!解决方法:安装:./configure–enalbe-geoip –enable-utf8 --prefix=/usr/local/goac.........【阅读全文】

阅读(1267) | 评论(0) | 转发(0)
给主人留下些什么吧!~~

chinaunix网友2010-04-10 18:37

呵呵,文章中露点了!

回复 |  删除 |  举报

chinaunix网友2009-11-05 22:00

写的非常好,收益匪浅,加油啊,caoshouwen!

回复 |  删除 |  举报

chinaunix网友2008-12-02 15:50

强嘎~!

回复 |  删除 |  举报

yexin2182008-11-26 23:38

不错啊,加油哦

回复  |  举报
留言热议
请登录后留言。

登录 注册