Author Archives: feuvan

zzxy.feuvan.net reloaded.

with telnet/ssh/web. Thanks to ipv6, tunnel by he.net. And datapipe6.c, lol. As nginx mod_proxy doesn’t support ipv6 upstream, here is the workaround: datapipe6 localhost 56789 2001:da8:200:900e:200:5efe:a66f:480c 80 And nginx config: server { listen 80; server_name zzxy.feuvan.net; location / { proxy_pass … Continue reading

Posted in Default | Tagged , , | Leave a comment

Just upgrade to 3.0.4

Don’t pwn my blog site. For the security patch, http://wordpress.org/news/2010/12/3-0-4-update/

Posted in Default | Tagged | Leave a comment

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>

Posted in Default | Tagged , , , | Leave a comment

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

Posted in Default | Tagged , , | 1 Comment