首页

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 (Page 12 of 15)



January 21, 2005

红帽子第三期电子杂志发布了。这一期最让我感兴趣的是 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

Continue reading "Red Hat 电子杂志第三期" »

| | Comments (0)


January 19, 2005

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

Continue reading "What's New in PostgreSQL 8.0" »

| | Comments (2)


January 17, 2005

前一段时间介绍了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

Continue reading "Bootchart 的新变化" »

| | Comments (0)


January 13, 2005

通过 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 ...]

Continue reading "Nessus: 'ca_file' is not set - did you run nessus-mkcert ?" »

| | Comments (0)


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 (Page 12 of 15)