download zip of files only
Mon May 28 23:15:08 HKT 2012
From /weblog/microsoft
My friend have a webapp cannot run. The problem is MS sql server service cannot start, and the error message is: "cannot found path specify". The only hint I have is the database fail to start after scandisk. When I look into the installation path, it is show as: "d:\progra~1\micros~2\mssql", but it should be d:\progra~1\micros~1\mssql. Thus, scandisk in fact may re-generate the 8 characters path for windows file system which will may break some services or programs. === Sometime DLL cannot be loaded because there is strong name setting, we can disable it using "sn -Vr" - http://msdn.microsoft.com/en-us/library/k5b5tt23(v=vs.80).aspx
(google search)
(amazon search)
Mon May 28 23:13:59 HKT 2012
From /weblog/microsoft
A very useful document of how to do more secure access to VNC and may be other SSH server - http://docs.cs.byu.edu/docs/sshtunnels/3.php Don't login as ADMIN - http://www.codinghorror.com/blog/archives/000891.html#comments
(google search)
(amazon search)
Sun May 29 01:16:01 HKT 2011
From /weblog/microsoft
Having file name with unicode in a zip file often causing zip file cannot be decompressed. Someone say that winrar able to handle that: http://discuss.joelonsoftware.com/default.asp?joel.3.354545
(google search)
(amazon search)
Mon Sep 14 22:38:41 HKT 2009
From /weblog/microsoft
How to let cygwin xwindow work with dual monitor : XWin -multiwindow -multiplemonitors -screen 0 2560x1024 -clipboard -silent-dup-error & The single greatest resource of cygwin, simple and cover most needed resource - http://www.weiqigao.com[..]steps_to_higher_cygwin_productivity.html [weiqi@gao] $ head -1 ChangeLog > /dev/clipboard - http://www.weiqigao.com/blog/2004/08/24/1093391695000.html Open bash at explorer - http://www.weiqigao.com/blog/2004/10/17/1098020474000.html X server access deny [$ AUDIT: Fri Sep 14 11:06:29 2007: 4108 XWin: client 1 rejected from IP 10.152.209.19] , solution: [xhost +] How to setup sshd, basically 1) set CYGWIN=binmode tty ntsec 2) ssh-host-config (should done all setup) 2) cygrunsrv -I sshd -P /usr/sbin/sshd (if you like to manually add service) http://ncyoung.com/entry/389 Cygwin X tutorial - http://jura.wi.mit.edu/bio/education/docs/cygwin_setup.html
(google search)
(amazon search)
Thu Feb 21 19:54:59 HKT 2008
From /weblog/microsoft
Increase or Decrease font size - http://www.zeigen.com/shortcuts/2007/06/28/font-size/ Divide in Excel - http://spreadsheets.about.com/od/tipsandfaqs/qt/divide_excel.htm Default to paste unformatted - http://office.microsoft.com/en-us/help/HA010429611033.aspx Reference of MS office file type and format - http://www.microsoft.com/interop/docs/OfficeBinaryFormats.mspx Background of why MS office are so complicate to work with, with some solutions 1) Call office as external service , few details mentioned in the articles 2) Use other format that office support http://www.joelonsoftware.com/items/2008/02/19.html
(google search)
(amazon search)
Wed Aug 23 11:30:36 HKT 2006
From /weblog/microsoft
One of the complicate issue of windows is there are so many way to put startup running task, this is a nice article that explain all ot those http://www.windowsdevcenter.com[..]8/22/how-to-remove-startup-programs.html
(google search)
(amazon search)
Thu Aug 17 14:50:16 HKT 2006
From /weblog/microsoft
The path is c:\WINDOWS\system32\drivers\etc>
(google search)
(amazon search)
Tue Jun 20 14:47:50 HKT 2006
From /weblog/microsoft
C:\Documents and Settings\carfield>sc DESCRIPTION: SC is a command line program used for communicating with the NT Service Controller and services. see http://discuss.joelonsoftware.com/default.asp?design.4.329534
(google search)
(amazon search)
|