Updates from 五月, 2008 Toggle Comment Threads | 键盘快捷键

  • bixuan 19:15 on 2008 年 05 月 31 日 链接地址 | 回复
    Tags: iso, , rhel5.2   

    RHEL5.2 32位,64位,原码,扩展盘下载
    发表于 2008-05-25 13:52 作者: wangyu1314
    http://rhel.ieesee.net/uingei/RHEL5.2/

    yum源也更新到5.2了,方便大家在线升级
    http://rhel.ieesee.net/rhel5x86/
    http://rhel.ieesee.net/rhel5x64/

    MD5参看
    http://linux.chinaunix.net/bbs/viewthread.php?tid=1004920

    碧轩注:截至发此文,还没有i386的iso,64bit的iso我已经下载!

     
  • bixuan 21:23 on 2008 年 05 月 30 日 链接地址 | 回复
    Tags: , 统计数据   

    BIND 9统计数据
    +++ Statistics Dump +++ (1212152701)
    success 463908401
    referral 1721763
    nxrrset 45728106
    nxdomain 102814
    recursion 0
    failure 0
    — Statistics Dump — (1212152701)
    这里:
    1212152701是时间戳,可以用date命令来转换:
    % date -d ’1970-01-01 1212152701 sec’
    Fri May 30 13:05:01 CST 2008

    success:这是名字服务器处理的成功的查询数目。成功的查询是那些不以指向别的名字服务器或者错误为结果的查询。
    referral:这是名字服务器处理的以指向别的名字服务器为结果的查询的个数。
    nxrrset:这是名字服务器处理的一种查询的数目,这种查询的结果是响应会说:对于指定的域名没有所要求的记录类型。
    nxdomain:这是名字服务器处理的结果为查询者所指定的域名不存在的查询个数。
    recursion:这是名字服务器收到的请求递归查询处理获得回答的查询的个数。
    failure:这是名字服务器收到的一种查询的个数,这种查询的结果是除了nxrrset和nxdomain中所包括的以外的其他错误。

     
  • bixuan 23:09 on 2008 年 05 月 23 日 链接地址 | 回复
    Tags: 火车   

    重温8年前的感觉 

    今天在火车站买回上海的车票突然发现去兰溪的车票也还可以买,于是顺便买了,2.5RMB,半个小时的车程。印象中8年做过这趟车,8年前我记得是8开头的车次,现在改成7开头了:)

     
  • bixuan 15:08 on 2008 年 05 月 09 日 链接地址 | 回复
    Tags: , test, wbox   

    WBox 

    HTTP testing tool

    Wbox aims to help you having fun while testing HTTP related stuff. You can use it to perform many tasks, including the following.

    • Benchmarking how much time it takes to generate content for your web application.
    • Web server and web application stressing.
    • Testing virtual domains configuration without the need to alter your local resolver.
    • Check if your redirects are working correctly emitting the right HTTP code.
    • Test if the HTTP compression is working and if it is actually serving pages faster.
    • Use it as a configuration-less HTTP server to share files! (see the server mode documentation at the end of the Wbox tutorial in this page, but it’s as simple as % wbox servermode webroot /tmp)

    Wbox is free software under the GPL version 2 license and was written in ANSI C (POSIX runtime required) by Salvatore ‘antirez’ Sanfilippo.

    官方:http://hping.org/wbox/

    下面是官方的例子:

    (阅读全文 …)

     
  • bixuan 22:50 on 2008 年 05 月 03 日 链接地址 | 回复
    Tags: 保健, , 药补, 觉补, 静心, 食补   

    药补不如食补,食补不如觉补 

    刚在china-pub看到《将中医进行到底:朱德的保健医生谈养生》目录里:

    第五章 养生其实很简单 
     一.c每天静心十分钟 
     二.c要顺应,1不要对抗 
     三.c热水泡脚胜补药 
     四.c药补不如食补,1食补不如觉补 
     五.c千万不要乱吃药 
     六.c养生就不要浪费口水

    这个很经典,推荐大家看一下:)

    更有意思的是该书作者是偶老乡,哈…

     
  • bixuan 16:26 on 2008 年 05 月 03 日 链接地址 | 回复
    Tags: 新办公室   

    新办公室 

    51假期很快就结束了,明天开始到新的办公室上班,远了好多,也不能常睡懒觉了:)

    新办公室地址在张衡路和罗山路交叉口:)

     
    • druggo 21:22 on 2008 年 05 月 03 日 链接地址

      不休青年节了?你上班的地方在磁悬浮下面啊,那边应该半导体公司比较多。

  • bixuan 22:05 on 2008 年 05 月 01 日 链接地址 | 回复
    Tags: , , fpm, , , , , web server   

    php-fpm文档中文翻译 

    版权声明:转载时请以超链接形式标明文章原始出处和作者信息及本声明
    http://syre.blogbus.com/logs/20092011.html

    原文链接:http://php-fpm.anight.org/

    fast-cgi是做啥用的

    FastCGI是一个可伸缩的,高速地在web server和脚本语言间交互的接口。关于FastCGI技术的更多信息可以在官方网站这里看到。

    多数流行的web server都支持FastCGI。包括Apache(mod_fastcgi和mod_fcgid),Zeus,nginx和lighttpd。

    FastCGI的主要优点是把动态语言和web server分离开来。这种技术允许把web server和动态语言运行在不同的主机上,以大规模扩展和改进安全性而不损失生产效率。

    php-fpm可以和任何支持远端FastCGI的web server工作。

    更多见:http://syre.blogbus.com/logs/20092011.html

     
c
写新的
j
下一篇文章/下一个回复
k
前一篇文章/以前的回复
r
回复
e
编辑
o
显示/隐藏 回复
t
回到顶部
l
go to login
h
show/hide help
esc
取消