﻿<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Vi`blog · 唯音 &#187; windows</title>
	<atom:link href="http://www.viyin.net/tag/windows/feed" rel="self" type="application/rss+xml" />
	<link>http://www.viyin.net</link>
	<description>岂能尽如人意，但求无愧于心</description>
	<lastBuildDate>Mon, 14 Nov 2011 15:43:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>cmd下查看进程路径</title>
		<link>http://www.viyin.net/2010/05/cmd-process.html</link>
		<comments>http://www.viyin.net/2010/05/cmd-process.html#comments</comments>
		<pubDate>Sun, 09 May 2010 11:07:04 +0000</pubDate>
		<dc:creator>vi</dc:creator>
				<category><![CDATA[√windows]]></category>
		<category><![CDATA[√文章精选]]></category>
		<category><![CDATA[tasklist]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[wmic]]></category>
		<category><![CDATA[路径]]></category>
		<category><![CDATA[进程]]></category>

		<guid isPermaLink="false">http://www.viyin.net/?p=811</guid>
		<description><![CDATA[发现这个windows自带的很好的工具，不用写VBS去查进程路径了。直接在cmd窗口内完成 C:\Documents and Settings\ROOT>wmic wmic:root\cli>process where (description=”qq.exe”) Caption CommandLine CreationClassName CreationDate QQ.exe “D:\Program Files\CyboQQ\CyboQQ.exe” Win32_Process 20100509164248 QQ.exe “D:\Program Files\CyboQQ\CyboQQ.exe” Win32_Process 20100509173920 QQ.exe “D:\QQ2010\Bin\QQ.exe” Win32_Process 20100509180357 具体其他功能详见 http://hi.baidu.com/xysoul/blog/item/f8edc60219ae4c084bfb5142.html]]></description>
			<content:encoded><![CDATA[<p>发现这个windows自带的很好的工具，不用写VBS去查进程路径了。直接在cmd窗口内完成<br />
C:\Documents and Settings\ROOT><a href="http://www.viyin.net/tag/wmic" class="st_tag internal_tag" rel="tag" title="标签 wmic 下的日志">wmic</a><br />
wmic:root\cli>process where (description=”qq.exe”)<br />
Caption  CommandLine                           CreationClassName  CreationDate<br />
QQ.exe   “D:\Program Files\CyboQQ\CyboQQ.exe”  Win32_Process      20100509164248<br />
QQ.exe   “D:\Program Files\CyboQQ\CyboQQ.exe”  Win32_Process      20100509173920<br />
QQ.exe   “D:\QQ2010\Bin\QQ.exe”                Win32_Process      20100509180357</p>
<p><a href="http://www.viyin.net/wp-content/uploads/2010/05/c.jpg"><img src="http://www.viyin.net/wp-content/uploads/2010/05/c.jpg" alt="" title="c" width="665" height="447" class="alignnone size-full wp-image-812" /></a><br />
<span id="more-811"></span><br />
具体其他功能详见</p>
<p>http://hi.baidu.com/xysoul/blog/item/f8edc60219ae4c084bfb5142.html</p>
]]></content:encoded>
			<wfw:commentRss>http://www.viyin.net/2010/05/cmd-process.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>net-snmp配置文件</title>
		<link>http://www.viyin.net/2010/02/net-snmp-snmpdconf.html</link>
		<comments>http://www.viyin.net/2010/02/net-snmp-snmpdconf.html#comments</comments>
		<pubDate>Tue, 02 Feb 2010 13:24:16 +0000</pubDate>
		<dc:creator>vi</dc:creator>
				<category><![CDATA[√文章精选]]></category>
		<category><![CDATA[snmp]]></category>
		<category><![CDATA[snmpd]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[配置]]></category>

		<guid isPermaLink="false">http://www.viyin.net/?p=634</guid>
		<description><![CDATA[好衰。用windows自带的SNMP服务，本机都连不上。Timeout: No Response from 127.0.0.1 今天装上net-snmp。 C:\usr\etc\snmp\snmpd.conf com2sec notConfigUser  default       public com2sec notConfigUser  127.0.0.1       public group   notConfigGroup v1           notConfigUser group   notConfigGroup v2c           notConfigUser view    systemview    included   .1.3.6.1.2.1.1 view    systemview    included   .1.3.6.1.2.1.25.1.1 view    systemview    included        .1 view all included .1 80 access  notConfigGroup “”      any       noauth    exact  all none none]]></description>
			<content:encoded><![CDATA[<p>好衰。用windows自带的SNMP服务，本机都连不上。Timeout: No Response from 127.0.0.1</p>
<p>今天装上net-<a href="http://www.viyin.net/tag/snmp" class="st_tag internal_tag" rel="tag" title="标签 snmp 下的日志">snmp</a>。</p>
<p>C:\usr\etc\snmp\<a href="http://www.viyin.net/tag/snmpd" class="st_tag internal_tag" rel="tag" title="标签 snmpd 下的日志">snmpd</a>.conf</p>
<p>com2sec notConfigUser  default       public<br />
com2sec notConfigUser  127.0.0.1       public<br />
group   notConfigGroup v1           notConfigUser<br />
group   notConfigGroup v2c           notConfigUser<br />
view    systemview    included   .1.3.6.1.2.1.1<br />
view    systemview    included   .1.3.6.1.2.1.25.1.1<br />
view    systemview    included        .1<br />
view all included .1 80<br />
access  notConfigGroup “”      any       noauth    exact  all none none</p>
]]></content:encoded>
			<wfw:commentRss>http://www.viyin.net/2010/02/net-snmp-snmpdconf.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>wordpress 伪静态 windows主机下</title>
		<link>http://www.viyin.net/2009/10/wordpress-windows-rewrite.html</link>
		<comments>http://www.viyin.net/2009/10/wordpress-windows-rewrite.html#comments</comments>
		<pubDate>Sun, 11 Oct 2009 04:22:35 +0000</pubDate>
		<dc:creator>vi</dc:creator>
				<category><![CDATA[√文章精选]]></category>
		<category><![CDATA[rewrite]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[伪静态]]></category>

		<guid isPermaLink="false">http://www.viyin.net/?p=475</guid>
		<description><![CDATA[win主机对wordpress伪静态支持不太好，网上找了一些，有说用404实现，有说改写httpd.ini.但都有一个问题.就是对文章提交评论的时候,会出现404无法找到.. 今天找了一个.可以解决评论出现404页面的问题.其他的暂未发现. 发出来分享下. 效果可以看 http://www.lilijun.cn [ISAPI_Rewrite] # Defend your computer from some worm attacks #RewriteRule .*(?:global.asa&#124;default\.ida&#124;root\.exe&#124;\.\.).* . [F,I,O] # 3600 = 1 hour CacheClockRate 3600 RepeatLimit 32 #Protect httpd.ini and httpd.parse.errors files # from accessing through HTTP # # 形式：年/月/日/Postname/ # # 自定义链接 /%year%/%monthnum%/%day%/%postname%/ RewriteRule /tag/(.*) /index\.php\?tag=$1 RewriteRule /(about_me&#124;blog_log&#124;contact&#124;download&#124;about-copyright&#124;links&#124;favor&#124;archives&#124;tags&#124;sitemap&#124;link&#124;message)/ /index\.php\?pagename=$1 RewriteRule /category/(.*)/(feed&#124;rdf&#124;rss&#124;rss2&#124;atom)/?$ /wp-feed\.php\?category_name=$1&#38;feed=$2 RewriteRule /category/?(.*)/ [...]]]></description>
			<content:encoded><![CDATA[<p>win主机对wordpress伪静态支持不太好，网上找了一些，有说用404实现，有说改写httpd.ini.但都有一个问题.就是对文章提交评论的时候,会出现404无法找到..</p>
<p>今天找了一个.可以解决评论出现404页面的问题.其他的暂未发现.</p>
<p>发出来分享下. 效果可以看 http://<a href="http://www.lilijun.cn">www.lilijun.cn</a><br />
[ISAPI_<a href="http://www.viyin.net/tag/rewrite" class="st_tag internal_tag" rel="tag" title="标签 rewrite 下的日志">Rewrite</a>]<br />
# Defend your computer from some worm attacks</p>
<p><span id="more-475"></span><br />
#RewriteRule .*(?:global.asa|default\.ida|root\.exe|\.\.).* . [F,I,O]<br />
# 3600 = 1 hour<br />
CacheClockRate 3600<br />
RepeatLimit 32<br />
#Protect httpd.ini and httpd.parse.errors files<br />
# from accessing through HTTP<br />
# # 形式：年/月/日/Postname/<br />
# # 自定义链接 /%year%/%monthnum%/%day%/%postname%/</p>
<p>RewriteRule /tag/(.*) /index\.php\?tag=$1<br />
RewriteRule /(about_me|blog_log|contact|download|about-copyright|links|favor|archives|tags|sitemap|link|message)/ /index\.php\?pagename=$1<br />
RewriteRule /category/(.*)/(feed|rdf|rss|rss2|atom)/?$ /wp-feed\.php\?category_name=$1&amp;feed=$2<br />
RewriteRule /category/?(.*)/ /index\.php\?category_name=$1<br />
RewriteRule /author/(.*)/(feed|rdf|rss|rss2|atom)/?$ /wp-feed\.php\?author_name=$1&amp;feed=$2<br />
RewriteRule /author/?(.*) /index\.php\?author_name=$1<br />
RewriteRule /feed/?$ /index.php\?feed=rss2<br />
RewriteRule /comments/feed/?$ /index.php\?feed=comments-rss2<br />
RewriteRule /page/(.*)/ /index\.php\?paged=$1<br />
RewriteRule /([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/?([0-9]+)?/?$ /index\.php\?year=$1&amp;monthnum=$2&amp;day=$3&amp;name=$4&amp;page=$5<br />
RewriteRule /([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$ /index\.php\?year=$1&amp;monthnum=$2&amp;day=$3&amp;page=$4<br />
RewriteRule /([0-9]{4})/([0-9]{1,2})/?$ /index\.php\?year=$1&amp;monthnum=$2&amp;page=$3<br />
RewriteRule /([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$ /index\.php\?year=$1&amp;monthnum=$2&amp;day=$3&amp;name=$4&amp;feed=$5<br />
RewriteRule /([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$ /wp-trackback\.php\?year=$1&amp;monthnum=$2&amp;day=$3&amp;name=$4&amp;tb=1</p>
<p>RewriteRule /software-files/(.*) /software-files/$1 [L]<br />
RewriteRule /images/(.*) /images/$1 [L]<br />
RewriteRule /sitemap.xml /sitemap.xml [L]<br />
RewriteRule /favicon.ico /favicon.ico [L]<br />
# For file-based <a href="http://www.viyin.net/tag/wordpress" class="st_tag internal_tag" rel="tag" title="标签 wordpress 下的日志">wordpress</a> content (i.e. theme), admin, etc.<br />
RewriteRule /wp-(.*) /wp-$1 [L]<br />
# For normal wordpress content, via index.php<br />
RewriteRule ^/$ /index.php [L]<br />
RewriteRule /(.*) /index.php/$1 [L]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.viyin.net/2009/10/wordpress-windows-rewrite.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

