Latest Posts »
Latest Comments »
Popular Posts »

2008年度最佳开源软件大奖

Written by bixuan on 2008年09月3号 – 15:48

为开源社区贡献绵薄之力

 InfoWorld历年的开源软件大奖都相当有分量,不过国内知道或者关注这个奖项的用户并不是特别多。InfoWorld 2008年的“开源软件大奖”最新出炉,CHIP软件社区乘此机会将InfoWorld 2008年的“开源软件大奖”中文化并进行整理,希望能够为中国用户带来便利,也希望能够为开源社区共享绵薄之力。
由于InfoWorld的评选软件范围广、类别多,很多时候在同一个类别中,桌面版软件和服务器版软件常常混杂在一起,限于时间和水平,这个专题的组织和本地化肯定有不妥甚至是错漏之处,欢迎用户和网友批评指正。

  Read more »


Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Posted in Softs, 运维小技巧 | No Comments »

Q4M

Written by bixuan on 2008年08月7号 – 10:13

What is Q4M?

Q4M (Queue for MySQL) is a message queue licensed under GPL that works as a pluggable storage engine of MySQL 5.1, designed to be robust, fast, flexible. The development started in late December of 2007, and although it is very primitive, operates quite swiftly.
To start using Q4M, download either a binary or source distribution from the install page, and follow the installation instructions. A small tutorial is also avialable. You may use SQL to access Q4M queues, or there is a wrapper module available for perl (Queue::Q4M).
For more information, please read the developer’s weblog (Kazuho@Cybozu Labs) or subscribe to the mailing list
看上去非常不错,自己没实际用过,希望有用过的朋友分享一下经验。

Tags: , , , ,
Posted in Softs, 运维小技巧 | No Comments »

Web Page Analyzer

Written by bixuan on 2008年07月7号 – 11:23

推荐一个站点:http://www.websiteoptimization.com/services/analyze/

可以分析网页的执行效率同时会给出诸多改进的地方,不错!

感谢laurence的推荐:)


Tags: ,
Posted in Softs, 运维小技巧 | No Comments »

架设yum服务器简单笔记

Written by bixuan on 2008年07月1号 – 11:03

3、4年前热衷架设yum和apt服务器,过后很久没在做过,现在都忘了,今天因为要用到,所以就做个笔记:
yum-3(印象中yum-2以前)以前是用:yum -arch /opt/rhel/rpms/ 来建立repo。
yum-3以后建立repo必须用createrepo:
rpm -Uvh createrepo-0.4.11-3.el5.noarch.rpm
createrepo -v /opt/rhel/5.2/os/

cat /etc/yum.repos.d/rhel.5.2.repo
[os]
name=Server1 Server Repository
baseurl=http://apt.ourlinux.net/rhel/5.2/os/
#baseurl=file:///opt/rhel/5.2/os/
gpgcheck=0


Tags: , ,
Posted in Softs, 运维小技巧 | No Comments »

安装perl的crc32模块

Written by bixuan on 2008年06月30号 – 09:23

因为要写一个相关的perl脚本,需要crc32函数,默认的perl又不带,没办法只好安装一个:

  1. 下载:
    wget -c http://search.cpan.org/CPAN/authors/id/S/SO/SOENKE/String-CRC32-1.4.tar.gz

Read more »


Tags: ,
Posted in Softs, 运维小技巧 | No Comments »

rhms-0.5.0 发布了

Written by bixuan on 2008年06月29号 – 19:30

邮件服务器解决方案 rhms-0.5.0 发布了。这个版本的亮点主要有:

* 增加了 SPF 检测功能,有效抵挡垃圾邮件;
* 增加了 DKIM/DomainKeys 的检测和签署功能;
* 增加了 Horde WebMail 1.1;
* 为 Apache 增加了 TLS/SSL 支持;
* 更灵活的用户收发邮件权限控制;
* 增加了对已有 MySQL 环境的支持;
* Postfix, Dovecot, Amavisd-new, SquirrelMail 都升级到了最新版本;

下载地址:
Read more »


Tags: , , , , , , , , , ,
Posted in Softs, 运维小技巧 | No Comments »

Memcache的备忘

Written by bixuan on 2008年06月27号 – 10:49

把memcache使用时的一些细节记录下来.

  • memcache每一个item上限是1M,注意不要超出上限(碧轩补充strlen(key+value) <= 1048521 bytes
  • memcache本身并不支持namespace,但是可以通过一些手段模拟出namespace的效果来,见Memcache 中模拟 namespace
  • 刚接触memcache的时候,可能会写出这样的代码来

Read more »


Tags: ,
Posted in Softs, 运维小技巧 | No Comments »

用snmpwalk检测远端服务器上的net-snmp是否支持64位计数[转帖]

Written by bixuan on 2008年06月27号 – 09:18

主要是工作中需要用cacti来画服务器的流量图
这就牵扯到远端服务器上的net-snmp是否支持64位计数
如果不支持的话当流量大于100M得出来的数据就不准了
所以存在有检测一说
snmpwalk -v 2c -c public 10.10.10.10 ifHCInOctets
这里”2c”是snmp的版本号、”public”是远端服务器的community string
10.10.10.10是远端的服务器的ip地址
这个命令如果返回“IF-MIB::ifHCInOctets = No Such Object available on this agent at this OID”类似的错误的话,就说明远端的net-snmp不支持64位计数
反之如果返回的有几行含有“Counter64:”的话
那么表明是支持的


Tags: , ,
Posted in Softs, 运维小技巧 | No Comments »

httperf 一个高性能的压力测试工具

Written by bixuan on 2008年06月26号 – 22:14

做个标记:)

Httperf is a tool for measuring web server performance. It provides a flexible facility for generating various HTTP workloads and for measuring server performance. The focus of httperf is not on implementing one particular benchmark but on providing a robust, high-performance tool that facilitates the construction of both micro- and macro-level benchmarks. The three distinguishing characteristics of httperf are its robustness, which includes the ability to generate and sustain server overload, support for the HTTP/1.1 and SSL protocols, and its extensibility to new workload generators and performance measurements.

Httperf 是一个高效的 http 压力测试工具,使用它可以模拟出超过1千的并发访问,能充分测试出 web server 的性能。而之前使用的 siege 测试工具则未能突破 500 个并发测试(如果您知道如何可以实现,请告诉我)

Read more »


Tags: , , , , ,
Posted in Softs, 运维小技巧 | No Comments »

跨平台、多浏览器页面测试

Written by bixuan on 2008年06月26号 – 21:50

给自己做个标记:)

browsershots提供了Linux、Windows、Mac os、BSD四个平台下的多个浏览器的页面截图,很强大。不过我主要就看看Windows和Mac os下的效果就好,选择太多浏览器会导致速度非常慢。

Read more »


Tags: , , ,
Posted in Softs, 运维小技巧 | No Comments »
 Page 1 of 2  1  2 »