Tuesday, September 13, 2011

Control serial port on Windows 7

use hyperterminal, which needs to be downloaded or copied from a XP machine.

http://digitizor.com/2009/08/29/install-winxp-hyperterminal-client-on-windows-vista-or-windows-7-free/

then usage guide:
http://ozitronics.com/download/hyperterminal.pdf

Monday, September 12, 2011

Apache for Windows 7 64bit

Apache for Windows 7 64bit:

http://www.anindya.com/apache-http-server-2-2-x64-and-x86-msi-installers/

32bit version from the official website does not work on my Win7 64 machine.

Wednesday, September 7, 2011

list only directories on Linux

cmd:
ls -d /*

ref:
http://embraceubuntu.com/2005/10/19/list-only-the-directories/
http://www.unix-manuals.com/forum/viewtopic.php?t=71

Monday, August 15, 2011

grep more than one word

http://rajaseelan.com/2009/07/04/how-to-search-grep-for-more-than-one-word-at-a-time/

Ignore binary files

grep -I (capitol i)

cpu frenquency on Linux

Question: my desktop has a AMD 2.2GHz CPU, but the /proc/cpuinfo shows that the frequency is only 1G Hz. Why?

Answer: the cpu has been set to a low freqency to save the power.

Ref: http://www.pantz.org/software/cpufreq/usingcpufreqonlinux.html