Archive for September, 2006

从writely向wordpress发布文章

September 29th, 2006

hello,test
试试看
哈哈,的确很爽
不过担心帐号密码安全问题,google说不作恶。。。

wireless NIC 在建立bridge时的问题

September 22nd, 2006

遇到了此问题:

http://www.neophob.com/serendipity/index.php?/archives/65-Windows-XP-Network-Bridge-feature-and-Wireless-NICs.html

解决之:
http://support.microsoft.com/default.aspx?scid=KB;EN-US;Q302348&ID=KB;EN-US;Q302348&

winxp下的choice

September 21st, 2006

写了个bat处理启动colinux的时候tap选择跟wireless还是普通网卡连接
发现xp下竟然不支持choice这个命令
choice /?
‘choice 不是内部或外部命令,也不是可运行的程序

狂google,结果找不到有用的东西,我方法问题?
再狂baidu,找到了,将以下这个东西放到C:\WINDOWS\system32 下即可
ftp://ftp.microsoft.com/Services/TechNet/samples/PS/Win98/Reskit/SCRPTING/CHOICE.EXE

再一次
choice /?

CHOICE [/C[:]choices] [/N] [/S] [/T[:]c,nn] [text]

/C[:]choices Specifies allowable keys. Default is YN
/N Do not display choices and ? at end of prompt stri
/S Treat choice keys as case sensitive.
/T[:]c,nn Default choice to c after nn seconds
text Prompt string to display

ERRORLEVEL is set to offset of key user presses in choices.

下面是bat代码,示众一下:
//==============================//
@cd d:\colinux
@choice /c:wl wireless,lan

if errorlevel 1 goto wireless
if errorlevel 2 goto lan

:wireless
@colinux-daemon.exe -c “d:\colinux\debian\debian_wireless.xml” -t nt

:lan
@colinux-daemon.exe -c “d:\colinux\debian\debian_lan.xml” -t nt
//==============================//

Windows Live Custom Domains

September 15th, 2006

比google先行一步,m$ live 电子邮件托管服务 开放注册

https://domains.live.com/default.aspx