<?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>夜弓的咖啡馆 &#187; Windows</title>
	<atom:link href="http://yegong.net/tag/windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://yegong.net</link>
	<description>夜弓=Cooper=某间咖啡室的老板(尚未开张)</description>
	<lastBuildDate>Tue, 27 Jul 2010 04:18:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1-alpha</generator>
		<item>
		<title>远程打开windows xp的telnet和rdp</title>
		<link>http://yegong.net/enable-telnet-and-rdp-remotely/</link>
		<comments>http://yegong.net/enable-telnet-and-rdp-remotely/#comments</comments>
		<pubDate>Sun, 12 Jul 2009 12:54:39 +0000</pubDate>
		<dc:creator>cooper</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[3389]]></category>
		<category><![CDATA[rdp]]></category>
		<category><![CDATA[telnet]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://yegong.net/?p=607</guid>
		<description><![CDATA[今天想要打开公司电脑上的远程桌面。 没有做过这种活已经超过5年了，手生得厉害，并且Windows XP和Windows 2000 Server的流程也不太相同，所以留下这篇文章当笔记吧。 自然需要vpn进入公司内网 由于目前家里的系统只有Ubuntu，所以还需要另外一台内网的电脑进行协助，已经打开了Remote Desktop的（Telnet也可以，不过显示上会有一些问题） net use \\&#60;my-computer-ip&#62;\ipc$ /user:&#60;my-username&#62; 改变服务的Disabled状态。 sc \\&#60;my-computer-ip&#62; config tlntsvr start= auto sc \\&#60;my-computer-ip&#62; start tlntsvr sc \\&#60;my-computer-ip&#62; config termservice start= auto sc \\&#60;my-computer-ip&#62; start termservice net use \\&#60;my-computer-ip&#62;\ipc$ /delete 相比之下，Windows XP要比2000简单多了。后者需要上传一个可执行文件并使用at命令来启动。现在只需用sc启动两个服务而已。果然Windows是一个极度危险的东西。 注1：请注意start=和auto之间的空格。 注2：其中tlntsvr和termservice分别是Telnet和Terminal Services服务的Key Name。可以用sc getkeyname &#8220;terminal services&#8221;查到。 PS. 今天去田林那边看了看房子，真是烂得不行了。继续考察…… Leave a comment Category : Coding &#124; [...]]]></description>
			<content:encoded><![CDATA[<p>今天想要打开公司电脑上的远程桌面。</p>
<p>没有做过这种活已经超过5年了，手生得厉害，并且Windows XP和Windows 2000 Server的流程也不太相同，所以留下这篇文章当笔记吧。</p>
<ol>
<li>自然需要vpn进入公司内网</li>
<li>由于目前家里的系统只有Ubuntu，所以还需要另外一台内网的电脑进行协助，已经打开了Remote Desktop的（Telnet也可以，不过显示上会有一些问题）</li>
<li>
<pre>net use \\&lt;my-computer-ip&gt;\ipc$ /user:&lt;my-username&gt;</pre>
</li>
<li>改变服务的Disabled状态。
<pre>sc \\&lt;my-computer-ip&gt; config tlntsvr start= auto</pre>
</li>
<li>
<pre>sc \\&lt;my-computer-ip&gt; start tlntsvr</pre>
</li>
<li>
<pre>sc \\&lt;my-computer-ip&gt; config termservice start= auto</pre>
</li>
<li>
<pre>sc \\&lt;my-computer-ip&gt; start termservice</pre>
</li>
<li>
<pre>net use \\&lt;my-computer-ip&gt;\ipc$ /delete</pre>
</li>
</ol>
<p>相比之下，Windows XP要比2000简单多了。后者需要上传一个可执行文件并使用at命令来启动。现在只需用sc启动两个服务而已。果然Windows是一个极度危险的东西。</p>
<p>注1：请注意start=和auto之间的空格。</p>
<p>注2：其中tlntsvr和termservice分别是Telnet和Terminal Services服务的Key Name。可以用sc getkeyname &#8220;terminal services&#8221;查到。</p>
<p>PS. 今天去田林那边看了看房子，真是烂得不行了。继续考察……</p>
<p><a href="http://yegong.net/enable-telnet-and-rdp-remotely/#comments">Leave a comment</a></p>
<p>Category : <a href="http://yegong.net/category/coding/" title="View all posts in Coding" rel="category tag">Coding</a> | Tags : <a href="http://yegong.net/tag/3389/" rel="tag">3389</a>, <a href="http://yegong.net/tag/rdp/" rel="tag">rdp</a>, <a href="http://yegong.net/tag/telnet/" rel="tag">telnet</a>, <a href="http://yegong.net/tag/windows/" rel="tag">Windows</a></p>
<!-- Analytics by image -->
<img alt="analytics image" src="http://img.users.51.la/2657393.asp" style="border:none;height:1px;width:1px;" />]]></content:encoded>
			<wfw:commentRss>http://yegong.net/enable-telnet-and-rdp-remotely/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>从来没有用过这么烂的操作系统</title>
		<link>http://yegong.net/the-worst-operating-system/</link>
		<comments>http://yegong.net/the-worst-operating-system/#comments</comments>
		<pubDate>Fri, 27 Mar 2009 00:22:58 +0000</pubDate>
		<dc:creator>cooper</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Keane]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[日记]]></category>
		<category><![CDATA[朋友]]></category>

		<guid isPermaLink="false">http://yegong.net/?p=533</guid>
		<description><![CDATA[都说Vista很不好用……居然是真的。 昨天晚上要用一台新笔记本上网还信用卡（我的台式机是2003）。缓慢的开机加载等来的居然是没办法上网。找不到以前简洁的网络连接，一个复杂的界面代替了它。该死的微软难道没有听说过A designer knows he has achieved perfections not when there is nothing to add, but when there is nothing left to take away. 让人非常奇怪的是，网络在ip, 掩码, 网关, dns 都设置正确的情况下为什么不能访问Internet。不但如此，这个界面还一直欺骗我说无线路由器到Internet的网络没有链接。 最后，在我禁用了本地连接和蓝牙后，故障修复。 PS. Keane同学从21一直玩到25号，很开心。 由于落雨和第1条，关于陈绮贞的任务没有完成。 在下玩DotA的人品真是爆发得可以。 计划下个星期去北京。 jQuery和jQuery UI有点意思，看来他们搞前端的日子也不是很难过嘛。 Leave a comment Category : Coding &#124; Tags : Keane, Vista, Windows, 日记, 朋友]]></description>
			<content:encoded><![CDATA[<p>都说Vista很不好用……居然是真的。</p>
<p>昨天晚上要用一台新笔记本上网还信用卡（我的台式机是2003）。缓慢的开机加载等来的居然是没办法上网。找不到以前简洁的网络连接，一个复杂的界面代替了它。该死的微软难道没有听说过A designer knows he has achieved perfections not when there is nothing to add, but when there is nothing left to take away.</p>
<p>让人非常奇怪的是，网络在ip, 掩码, 网关, dns 都设置正确的情况下为什么不能访问Internet。不但如此，这个界面还一直欺骗我说无线路由器到Internet的网络没有链接。</p>
<p>最后，在我禁用了本地连接和蓝牙后，故障修复。</p>
<p>PS.</p>
<ol>
<li>Keane同学从21一直玩到25号，很开心。</li>
<li>由于落雨和第1条，关于陈绮贞的任务没有完成。</li>
<li>在下玩DotA的人品真是爆发得可以。</li>
<li>计划下个星期去北京。</li>
<li>jQuery和jQuery UI有点意思，看来他们搞前端的日子也不是很难过嘛。</li>
</ol>
<p><a href="http://yegong.net/the-worst-operating-system/#comments">Leave a comment</a></p>
<p>Category : <a href="http://yegong.net/category/coding/" title="View all posts in Coding" rel="category tag">Coding</a> | Tags : <a href="http://yegong.net/tag/keane/" rel="tag">Keane</a>, <a href="http://yegong.net/tag/vista/" rel="tag">Vista</a>, <a href="http://yegong.net/tag/windows/" rel="tag">Windows</a>, <a href="http://yegong.net/tag/diary/" rel="tag">日记</a>, <a href="http://yegong.net/tag/friend/" rel="tag">朋友</a></p>
<!-- Analytics by image -->
<img alt="analytics image" src="http://img.users.51.la/2657393.asp" style="border:none;height:1px;width:1px;" />]]></content:encoded>
			<wfw:commentRss>http://yegong.net/the-worst-operating-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SSHd for windows</title>
		<link>http://yegong.net/sshd-for-windows/</link>
		<comments>http://yegong.net/sshd-for-windows/#comments</comments>
		<pubDate>Thu, 05 Mar 2009 00:32:30 +0000</pubDate>
		<dc:creator>cooper</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[freeSSHd]]></category>
		<category><![CDATA[freeware]]></category>
		<category><![CDATA[openSSH]]></category>
		<category><![CDATA[SSH]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://yegong.net/?p=517</guid>
		<description><![CDATA[为了上班的时候可以远程访问我的电脑，把3389开了，但还是觉得不够玩。Blackberry上装了midpSSH，支持telnet和ssh两种协议。在短暂的把telnet打开之后，又关闭了。于是就开始寻找Windows上的SSHd解决方案。试用了两个软件，openSSH for windows和freeSSHd，写个简单的使用手记。 openSSH是基于cygwin的。支持中文，但没有[Tab]补全功能，且光标定位支持差，甚至有些程序完全无法使用，如VIM。 在放弃openSSH后又找到了freeSSHd。优缺点基本上和openSSH掉了个。并且还有专门的图形化管理器，方便一些。 从项目上来看openSSH for windows从2004年起就没有更新了，freeSSHd在去年放出的current release。 前往 openSSH &#124; freeSSHd Leave a comment Category : Coding &#124; Tags : freeSSHd, freeware, openSSH, SSH, Windows]]></description>
			<content:encoded><![CDATA[<p>为了上班的时候可以远程访问我的电脑，把3389开了，但还是觉得不够玩。Blackberry上装了midpSSH，支持telnet和ssh两种协议。在短暂的把telnet打开之后，又关闭了。于是就开始寻找Windows上的SSHd解决方案。试用了两个软件，openSSH for windows和freeSSHd，写个简单的使用手记。</p>
<p>openSSH是基于cygwin的。支持中文，但没有[Tab]补全功能，且光标定位支持差，甚至有些程序完全无法使用，如VIM。</p>
<p>在放弃openSSH后又找到了freeSSHd。优缺点基本上和openSSH掉了个。并且还有专门的图形化管理器，方便一些。</p>
<p>从项目上来看openSSH for windows从2004年起就没有更新了，freeSSHd在去年放出的current release。</p>
<p>前往 <a href="http://sshwindows.sourceforge.net/">openSSH</a> | <a href="http://www.freesshd.com/">freeSSHd</a></p>
<p><a href="http://yegong.net/sshd-for-windows/#comments">Leave a comment</a></p>
<p>Category : <a href="http://yegong.net/category/coding/" title="View all posts in Coding" rel="category tag">Coding</a> | Tags : <a href="http://yegong.net/tag/freesshd/" rel="tag">freeSSHd</a>, <a href="http://yegong.net/tag/freeware/" rel="tag">freeware</a>, <a href="http://yegong.net/tag/openssh/" rel="tag">openSSH</a>, <a href="http://yegong.net/tag/ssh/" rel="tag">SSH</a>, <a href="http://yegong.net/tag/windows/" rel="tag">Windows</a></p>
<!-- Analytics by image -->
<img alt="analytics image" src="http://img.users.51.la/2657393.asp" style="border:none;height:1px;width:1px;" />]]></content:encoded>
			<wfw:commentRss>http://yegong.net/sshd-for-windows/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Windows的环境变量的递归问题</title>
		<link>http://yegong.net/recursive-environment-variable-of-windows/</link>
		<comments>http://yegong.net/recursive-environment-variable-of-windows/#comments</comments>
		<pubDate>Wed, 12 Nov 2008 05:58:05 +0000</pubDate>
		<dc:creator>cooper</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[PATH]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[环境变量]]></category>

		<guid isPermaLink="false">http://yegong.net/?p=244</guid>
		<description><![CDATA[今天调整PATH路径，无意中发现Windows环境变量的递推法则有点奇怪。 系统变量是完全支持递归的。当然啦，要是弄一个死循环出来，我也不知道会发生什么。 但是用户变量的递归似乎有一点不同。 环境变量是按其名字的字典顺序定义的。若某一用户变量其中包括其它已定义、但顺序靠后的环境变量时，似乎无法正确的递归展开。而系统变量完全不存在这个问题。例如 COMPILERS d:\compilers JAVA_HOME %COMPILERS%\java\jdk1.6.0_10 PATH %JAVA_HOME%\bin;%MINGW%\bin MINGW %COMPILERS%\mingw 则其中JAVA_HOME, MINGW都能顺利展开，但PATH中的%MINGW%却无法展开。把上述定义改为系统变量，就能全部展开。 可能是个bug，求证实或证伪。 Leave a comment Category : Coding &#124; Tags : microsoft, PATH, Windows, 环境变量]]></description>
			<content:encoded><![CDATA[<p>今天调整PATH路径，无意中发现Windows环境变量的递推法则有点奇怪。</p>
<p>系统变量是完全支持递归的。当然啦，要是弄一个死循环出来，我也不知道会发生什么。</p>
<p>但是用户变量的递归似乎有一点不同。</p>
<p>环境变量是按其名字的字典顺序定义的。若某一用户变量其中包括其它<strong>已定义、但顺序靠后</strong>的环境变量时，似乎无法正确的递归展开。而系统变量完全不存在这个问题。例如</p>
<pre>COMPILERS	d:\compilers
JAVA_HOME	%COMPILERS%\java\jdk1.6.0_10
PATH		%JAVA_HOME%\bin;%MINGW%\bin
MINGW		%COMPILERS%\mingw</pre>
<p>则其中JAVA_HOME, MINGW都能顺利展开，但PATH中的%MINGW%却无法展开。把上述定义改为系统变量，就能全部展开。</p>
<p>可能是个bug，求证实或证伪。</p>
<p><a href="http://yegong.net/recursive-environment-variable-of-windows/#comments">Leave a comment</a></p>
<p>Category : <a href="http://yegong.net/category/coding/" title="View all posts in Coding" rel="category tag">Coding</a> | Tags : <a href="http://yegong.net/tag/microsoft/" rel="tag">microsoft</a>, <a href="http://yegong.net/tag/path/" rel="tag">PATH</a>, <a href="http://yegong.net/tag/windows/" rel="tag">Windows</a>, <a href="http://yegong.net/tag/environment-variable/" rel="tag">环境变量</a></p>
<!-- Analytics by image -->
<img alt="analytics image" src="http://img.users.51.la/2657393.asp" style="border:none;height:1px;width:1px;" />]]></content:encoded>
			<wfw:commentRss>http://yegong.net/recursive-environment-variable-of-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->