Archive for March, 2009

方便的单行 Awk 命令

Auto Date Sunday, March 22nd, 2009

最近面试了一些人,自称懂 Unix Shell 编程,对一些基本的 awk 操作都不知所云,感叹这年头谦虚的人太少。

Read the rest of this entry »

Post to Twitter

Top Ten Reasons not to use the C shell

Auto Date Sunday, March 22nd, 2009

很有意思的文章,全文摘录。确实是时间放弃那些古老的东西了。

Read the rest of this entry »

Post to Twitter

TiddlyWiki

Auto Date Wednesday, March 18th, 2009

看到一篇文章介绍 TiddlyWiki ,去首页观看并尝试编辑,发现没有 WYSIWYG 的编辑界面,遂放弃。

Post to Twitter

OpenSolaris vs Linux

Auto Date Tuesday, March 17th, 2009

有一点他们是一样的,都是 GNU 背景的。然而作者 argue 的仅仅是小小的一些点。当然, OpenSolaris 作为服务器进入企业来代替 Linux 可能还需时日,然而,在桌面而言,其成熟度不亚于 Linux 。

Post to Twitter

让 LAMP 软件安全的四个办法

Auto Date Tuesday, March 17th, 2009

这篇文章介绍了让 LAMP 软件安全的一些问题,其中的一些链接比较有用。

Post to Twitter

Use DRBD to Provide Rock-Solid MySQL Redundancy

Auto Date Tuesday, March 17th, 2009

MySQL ndb 引擎的 cluster 配置,在读写方式下并不能达到普通 InnoDB 的性能。用 DRBD 来实现  MySQL 的高可靠性未尝不是一件有益的尝试。

Post to Twitter

Thumper, Sun 的沉船?

Auto Date Tuesday, March 17th, 2009

随着 OpenStorage  的推出, Sun 的 Thumper 何去何从有点疑问了。这篇文章介绍了用 Thumper  共享 iSCSI 磁盘的妙处。值得尝试。

Post to Twitter

Gartner 推荐降低 IT 成本的20个做法

Auto Date Monday, March 16th, 2009

削减成本除了裁员有其他的办法,看看 Gartner 是怎么建议的

Read the rest of this entry »

Post to Twitter

GNOME 比 KDE 好的十大理由

Auto Date Monday, March 16th, 2009

这篇文章很好的对比了 KDE 和 GNOME 。全文摘录。

Read the rest of this entry »

Post to Twitter

Databases and ZFS

Auto Date Monday, March 16th, 2009

ZFS 尽管有上佳的表现,但是在数据库应用上还是必须“应库而异”。

这篇文章介绍的5个要点可以说是每个 SA 必须了解的。

  1. Match the database block size with ZFS record size.
  2. If you have a write heavy workload, you are better off by separating the log files on a separate pool
  3. Tune down the vdev_cache using ztune.sh until 6437054 is fixed
  4. Tune vq_max_pending using ztune.sh until 6457709 is fixed
  5. Let ZFS auto-tune. It knows best. In cases were tuning helps, expect ZFS to incorporate that fix in future releases of ZFS

Post to Twitter