Pages

2008/05/21

Linux Bash Programming - Introduction HOW-TO

BASH Programming - Introduction HOW-TO
by Mike G mikkey at dynamo.com.ar
http://tldp.org/HOWTO/Bash-Prog-Intro-HOWTO.html

The Linux Documentation Project
http://tldp.org/

2008/05/16

使用標準的 DOM 取代 innerHTML

innerHTML 可以用來取代 HTML 的內容

以下介紹另外一種使用標準的 DOM 取代 HTML 的方法

2008/05/15

XML DOM (Document Object Model)

XML DOM (Document Object Model) 定義存取和操作 XML 文件的標準方法

XML file example:

[xml]


Text

 
[/xml]

2008/05/14

2008/05/10

Windows XP 無法 update

正版的 Windows XP 無法 update

依照下面的方法解決:

Re-register the Windows Update DLL with the commands below

1.Click Start, click Run, type cmd, and then click OK.

2.Type the following commands. Press ENTER after each command.


regsvr32 wuapi.dll
regsvr32 wuaueng.dll
regsvr32 wuaueng1.dll
regsvr32 wucltui.dll
regsvr32 wups.dll
regsvr32 wups2.dll
regsvr32 wuweb.dll

2008/05/09

CPU 溫度監控

http://forum.ubuntu.org.cn/viewtopic.php?t=55438


shell> sudo apt-get install lm-sensors sensors-applet
shell> sudo sensors-detect



都選 yes

HowtoForge - Linux Howtos and Tutorials

HowtoForge provides user-friendly Linux tutorials about almost every topic.
http://www.howtoforge.com/