分類彙整: Computer

Taiwanese Translation for phpSysInfo

After migrating my web server from php4 to php5, the well-known system monitoring package, phpSysInfo, is also updated.
But in 3.0 rc4, the latest release candidate, Chinese language file was not included. So I made a translation this afternoon, and mail it to the authors.

Hope it will be committed in the next release.

Some Tips for VMware

  1. Network driver
  2. The default lnc driver is GIANT-locked, and is dropped in FreeBSD 7. The replacement for lnc is le and it’s present in FreeBSD 6.2 and newer, but it’s not included in GENERIC.
    So, put device le in the kernel configuration and re-compile kernel.

    Actually, VMWare can emulate Intel e1000 Gigabit Ethernet (em) hardware instead of the AMD Lance (pcn/lnc/le). To make it works, edit the .vmx file and put ethernet0.virtualDev="e1000" near the ethernet0 settings (indeed, anywhere is ok).
    閱讀全文 Some Tips for VMware

Yet Another AutoPatcher-like Utility

AutoPatcher, a handy gadget to collect hotfix of Microsoft productions, helps us to make slipstream CD more easily.
But since some of the hotfix-es are not redistributable, M$ seems not happy with this kind of utilities.
With some legitimate action, byebye, AutoPatcher.

So, now I’m introducing “Offline-Update”
閱讀全文 Yet Another AutoPatcher-like Utility