Archive for October, 2008

使用内存缓冲小尺寸读写来降低磁盘 IO

Auto Date Monday, October 27th, 2008

我自己的系统磁盘写的 IO 一直很高,都是以数据库居多,看完这篇文章,决定也测试一下:
Read the rest of this entry »

Post to Twitter

用小脚本分析磁盘活动

Auto Date Friday, October 24th, 2008

这篇文章里提到的办法,使用了一下,很不错。可以清楚的知道那些进程有频繁的 IO.
Read the rest of this entry »

Post to Twitter

Gartner 的10大科技战略 2008 & 2009

Auto Date Wednesday, October 22nd, 2008

这里是 2008 的列表:

Gartner’s 2008 list

1. Green IT
2. Unified communications
3. Business process management
4. Metadata management
5. Virtualization
6. Mashups
7. The Web platform
8. Computing fabric
9. Real World Web
10. Social software

Read the rest of this entry »

Post to Twitter

程序员希望使用的几种脚本语言

Auto Date Wednesday, October 22nd, 2008

ComputerWorld 的文章提出了几种程序员希望使用的语言:

Read the rest of this entry »

Post to Twitter

Cacti 的时间超前问题

Auto Date Tuesday, October 21st, 2008

服务器因为换电源的需要,中午时分重启了一下。

启动以后,时间被加了 8 个小时。因为 cacti 的 cronjob 默认已经运行,所以新时间的数据被加入了数据库。

导致 8 小时之内的数据不能进入。

此问题暂时还没有解决。

snmp 开启之后,网卡上的流量就可以直观的看到了。 (对 SNMP 的 data soruce 用 New Graph 来添加图形)

Post to Twitter

Desktop 1.0

Auto Date Tuesday, October 21st, 2008

用过 Unix 的 X-Windows 的人都知道,系统默认有四个工作区。 实际上微软收购的 SysInternals 也提供同样的 Solution ,叫做 Desktop 。

可以用鼠标选择切换,也可以用自定义热键切换。

这个东西在上班的时候,开另外一个不太常用的窗口,例如白领需要的股票软件,比较有用。

Post to Twitter

RHEL 5 上 dovecot+sendmail 的 SSL/TLS 实现

Auto Date Monday, October 20th, 2008

qmail 在那台 Sun E450 上的免费日子终于结束了。 迎来了自己的 RHEL5 跑在
Intel(R) Core(TM)2 Duo CPU E8300 @ 2.83GHz
MemTotal: 4002428 kB
而新的邮件系统添加的 SSL/TLS 功能,也让系统有了更亮丽的特色。

Read the rest of this entry »

Post to Twitter

Free DNS report

Auto Date Monday, October 20th, 2008

查 DNS, RBL 等的工具很多, 但是这个免费的网站提供的一些东西还是有很多新意。

例如检查 taobao.com 的时候会有这样的一个提示:

Read the rest of this entry »

Post to Twitter

MySQL Tuner

Auto Date Monday, October 20th, 2008

这个小小的脚本能发现 MySQL 配置文件的一些问题,很是有用。

输入用户名和密码后,它会给你提供一个诊断结果。
[root@freelamp ~]# mysqltuner.pl

>>  MySQLTuner 0.9.9 – Major Hayden
>>  Bug reports, feature requests, and downloads at http://mysqltuner.com/
>>  Run with ‘–help’ for additional options and output filtering
Please enter your MySQL administrative login: root
Please enter your MySQL administrative password:

Read the rest of this entry »

Post to Twitter

RHEL5 上的 mod_auth_mysql

Auto Date Monday, October 20th, 2008

以前写过关于 mod_auth_mysql 的文章,新系统上马了 Cacti 和 Awstats 想到用认证机制保护起来,就想到了那篇文章。但是去 SourceForge 下载的 3.0.0 版本在 RHEL5 上安装时,报错: Read the rest of this entry »

Post to Twitter