-
Archives
- January 2012
- December 2011
- January 2011
- December 2010
- November 2010
- August 2010
- June 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- September 2009
- August 2009
- January 2009
- October 2008
- February 2008
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- May 2007
- April 2007
- March 2007
- February 2007
- December 2006
- November 2006
- October 2006
- September 2006
- August 2006
- June 2006
- May 2006
-
Meta
Category Archives: Default
WCF Tracing basics
Pretty old but still handy configuration. IIS + ASP.NET only. http://msdn.microsoft.com/en-us/library/ms733025.aspx <configuration> <system.diagnostics> <sources> <source name=”System.ServiceModel” switchValue=”Information, ActivityTracing” propagateActivity=”true”> <listeners> <add name=”traceListener” type=”System.Diagnostics.XmlWriterTraceListener” initializeData= “c:\log\Traces.svclog” /> </listeners> </source> </sources> </system.diagnostics> </configuration>
Recovered from disk io error
Sometime earlier (several hours ago), there’s a really high disk io then all services are down. I found the file system was remount in RO mode. Something weird. Anyway, fixed now. feuvan@wonderland:~$ sudo fsck fsck from util-linux-ng 2.17.2 e2fsck 1.41.11 … Continue reading
Posted in Default
Leave a comment
Install IE9 preview 4 on server SKU
For users who are interested in HTML5/CSS3/SVG supported browser IE9, please refer to http://ie.microsoft.com/testdrive/. If you are blocked to install IE9 preview 4 on server 2008 or R2 (see error msg below), you can use Orca to modify the msi … Continue reading
New desktop computer
i5-750 + OCZ3G1333LV4G * 2 + MSI P55-CD53 + EVGA GTX465 + WD20EARS 2TB + Antec EA650 + Sony AD-7240S-0B in Rosewill CHALLENGER Black Gaming ATX Mid Tower with Microsoft Natural Ergonomic Desktop 7000 from newegg. Microsoft desktop from company … Continue reading
Posted in Default
2 Comments
RadioFan – Free Music For .NET
A .NET copy-cat of FanRadio which is Mac only. RadioFan can only play douban.fm music. * Click album picture to go to next one. * TaskBar Preview support. * Win 7 ONLY. lol. * No version check. There properly won’t … Continue reading