OpenSource 类别下的文章

Red Hat 电子杂志第三期

红帽子第三期电子杂志发布了。这一期最让我感兴趣的是 Coming soon to Enterprise Linux,有什么新功能会加入到 RHEL 中? D-Bus 将引入到企业版中.

What is D-BUS?
D-BUS is an IPC mechanism for sending and receiving messages across a common communications channel. At the protocol level D-BUS can be used as a peer-to-peer message transport for applications to communicate directly with each other. The real power of D-BUS comes from the bus daemons which act as routers for messages. There are two standard buses that a developer can rely on always being around. These are the system bus and the session bus. The system bus is a global daemon that any application running in any context can use as a transport. It is a single point where applications can export services that anyone can use. Only one system bus daemon can be run at a time. The session bus is a bus local to the current user's session. It is used for communication between applications running within the same X session. For every login to X, a session bus daemon is started.
dbus-nm-hal.png

What's New in PostgreSQL 8.0

PostgreSQL 8.0 向前迈进了一大步。最引人注意的是 Win32 Native Server 。以前如果在Windows上用,居然要用 Cygwin 来模拟?! 唉呀,真是土阿!现在看起来改进了好多,安装上以后也会方便了,installer 项目会使安装越来越人性化。

Bootchart 的新变化

前一段时间介绍了Bootchart。最近注意到该工具有了不少新变化。首先是官方站点迁移到http://www.bootchart.org 了;其次是2005-01-10 发布了新的版本 0.7,可以在这里下载。看了一下 TODO 列表中的内容:

  • Add additional performance layers: number of open files, disk write throughput
  • Include kernel boot profiling
  • Add an option to explicitly enable bootchart logging using a kernel command line option (and disable logging by default)
  • Prepare RPM package

通过 apt 安装 SuSE 9.2 上的 Nessus.运行 nessusd -D 的时候提示:

'ca_file' is not set - did you run nessus-mkcert ?

运行 nessus-mkcert 之后提示:trap: usage: trap [-lp] [[arg] signal_spec ...]

国内的 Linux 厂商似乎很久没什么动静了,不知道他们过得好不好?! 前不久,Linux巨头红帽子也杀进中国了,不知道 RedFlag 和 xteam 还能支持多久?

尽管政府一再提出各种政策扶植 Linux 为代表的开源软件,但是这群扶不起来的阿斗的表现总是让人感觉味道不对。为啥我们的 Linux 就发展不起来?

NFS O_DIRECT in RHEL 3

看到一份文档说:

NFS O_DIRECT ...Available in RHEL 3 Update 2

可是自己明明记得这个 O_DIRECT 在 RHEL 3 就有的阿?!搜索到一篇白皮书 Red Hat Enterprise Linux version 3 Technical Summary,发现 NFS 的 O_DIRECT 支持的确是 RHEL 3 就已经提供的(而不是 Update 2),在另一白皮书上亦有提及:

当应用程序利用 O_DIRECT 标记打开文件时,RHEL 3.0 和 SuSE SLES 8 SP3 内核中的Linux NFS 客户端支持对 NFS 文件的直接 I/O 操作。直接 I/O 这一功能可以使管理自己数据缓存的数据库应用程序获益。启用该功能后,应用程序的读写系统调用会直接转换为 NFS 读写操作。在利用该标记打开文件时,Linux 内核不会对任何读写结果进行缓存,因此,应用程序总是可以准确获取服务器上的内容。

sourceforge 上发现了 Bootchart 这款有趣的工具。该工具,可以对 GNU/Linux 的启动过程进行性能分析,并将之可视化。

Bruce Perens' Open Source Series

Bruce Perens 领衔编辑的 Open Source Series 原来都是 Open Source 版权发布,电子书可以免费从网上下载哦。

1 2 3 4 5 6 7 8 9 10

关于归档

本页包含 OpenSource 类别下的所有文章.

上一类别为 MyLife.

Review 为下一类别.

回到 首页 查看最近发表的文章或者查看所有 归档文章.