<?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; IT</title>
	<atom:link href="http://www.yangbo.net.cn/category/it/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.yangbo.net.cn</link>
	<description>有志者 事竟成</description>
	<lastBuildDate>Sat, 29 Oct 2011 02:37:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
		<item>
		<title>WordPress在IIS下设置固定链接实现伪静态</title>
		<link>http://www.yangbo.net.cn/2011/05/496/</link>
		<comments>http://www.yangbo.net.cn/2011/05/496/#comments</comments>
		<pubDate>Wed, 04 May 2011 06:11:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[伪静态]]></category>

		<guid isPermaLink="false">http://www.yangbo.net.cn/?p=496</guid>
		<description><![CDATA[经过长时间的查找资料，终于搞定了Wordpress在IIS下伪静态的功能了，给大家分享一下，顺便也是给自己做个笔记吧。 首页你的主机要装Rewrite 组件，现在国内很多WINDOWS主机都有装这个了。 然后在httpd.ini 中加入如下代码： [ISAPI_Rewrite] # 3600 = 1 hour CacheClockRate 3600 RepeatLimit 32 # Protect httpd.ini and httpd.parse.errors files # from accessing through HTTP # Rules to ensure that normal content gets through RewriteRule /sitemap.xml /sitemap.xml [L] RewriteRule /favicon.ico /favicon.ico [L] # For file-based wordpress content (i.e. theme), admin, etc. RewriteRule /wp-(.*) /wp-$1 [...]]]></description>
		<wfw:commentRss>http://www.yangbo.net.cn/2011/05/496/feed/</wfw:commentRss>
		<slash:comments>39</slash:comments>
		</item>
		<item>
		<title>Win7“我的电脑”右键”管理”菜单失效的解决办法</title>
		<link>http://www.yangbo.net.cn/2011/03/422/</link>
		<comments>http://www.yangbo.net.cn/2011/03/422/#comments</comments>
		<pubDate>Tue, 01 Mar 2011 13:44:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Win7]]></category>
		<category><![CDATA[右键]]></category>

		<guid isPermaLink="false">http://www.yangbo.net.cn/?p=422</guid>
		<description><![CDATA[将下面的文本复制到记事本，然后保存为*.reg的文件，双击导入即可 Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Manage] @=hex(2):40,00,25,00,73,00,79,00,73,00,74,00,65,00,6d,00,72,00,6f,00,6f,00,74,\ 00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,6d,00,\ 79,00,63,00,6f,00,6d,00,70,00,75,00,74,00,2e,00,64,00,6c,00,6c,00,2c,00,2d,\ 00,34,00,30,00,30,00,00,00 &#8220;MUIVerb&#8221;=hex(2):40,00,25,00,73,00,79,00,73,00,74,00,65,00,6d,00,72,00,6f,00,\ 6f,00,74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,\ 00,6d,00,79,00,63,00,6f,00,6d,00,70,00,75,00,74,00,2e,00,64,00,6c,00,6c,00,\ 2c,00,2d,00,34,00,30,00,30,00,00,00 &#8220;SuppressionPolicy&#8221;=dword:4000003c &#8220;HasLUAShield&#8221;=&#8221;" [HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Manage\command] @=hex(2):25,00,77,00,69,00,6e,00,64,00,69,00,72,00,25,00,5c,00,73,00,79,00,73,\ 00,74,00,65,00,6d,00,33,00,32,00,5c,00,6d,00,6d,00,63,00,2e,00,65,00,78,00,\ 65,00,20,00,2f,00,73,00,20,00,25,00,77,00,69,00,6e,00,64,00,69,00,72,00,25,\ 00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,63,00,6f,00,\ 6d,00,70,00,6d,00,67,00,6d,00,74,00,2e,00,6d,00,73,00,63,00,00,00]]></description>
		<wfw:commentRss>http://www.yangbo.net.cn/2011/03/422/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>KB951748把我雷到了</title>
		<link>http://www.yangbo.net.cn/2011/01/412/</link>
		<comments>http://www.yangbo.net.cn/2011/01/412/#comments</comments>
		<pubDate>Fri, 14 Jan 2011 14:08:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[KB951748]]></category>
		<category><![CDATA[打不开网页]]></category>

		<guid isPermaLink="false">http://www.yangbo.net.cn/?p=412</guid>
		<description><![CDATA[最近拿了一个三星超便携电脑NP-Q1U，不能打开网页，能上QQ。 本以为是DNS方面的问题，结果弄了N久都没个结果。 然后又找了一大堆修复工具，都没效果，把我郁闷到了&#8230; 万万没想到的是一个补丁引起的，就是这个雷人的KB951748，卸载了就KO了，后来搜了搜原因。 Microsoft DNS patch KB951748 incompatible with Zonealarm The latest auto update patch KB951748 (Windows all versions) cuts connectivity for all users with ZoneAlarm set to &#8216;high&#8217; security for the internet zone. 摘自：http://www.securityfocus.com/archive/1/494108 □据众网文，微软的这个补丁与 ZoneAlarm 防火墙存在冲突，具体表现为，当 ZA 的 Internet Zone Security 设置为 High 时，KB951748会引起 ZA 发出类似 Lock Internet 的动作，导致连网数据阻断而不能上网。 □之后又有网文提出了更明确的原因，该补丁把DNS请求的本地端口由1024-5000变为和vista一样了，即49152-65535，因此当一些防火墙的设置比较严格时，会导致域名无法正常解析。 □新版的ZA防火墙（7.0.483版之后）已经解决了这个冲突。现在安装完KB951748，可以放心地把防火墙调到 High。]]></description>
		<wfw:commentRss>http://www.yangbo.net.cn/2011/01/412/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>做人不能太TX！——腾讯邮箱门！</title>
		<link>http://www.yangbo.net.cn/2010/05/272/</link>
		<comments>http://www.yangbo.net.cn/2010/05/272/#comments</comments>
		<pubDate>Sat, 08 May 2010 12:23:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[腾讯邮箱门]]></category>

		<guid isPermaLink="false">http://www.yangbo.net.cn/?p=272</guid>
		<description><![CDATA[做人不能太TX！——腾讯邮箱门事件！  大概是3月30号左右，TX说我发垃圾邮件，直接将我的邮箱锁定      好吧，你锁吧…非要说我发什么垃圾邮件、欺骗邮件的我也没办法…不和你们争，你是老大，谁叫咱要用你的东西了，本以为不了了之，也没打算再用了…  后来，经常还是会弹出新邮件的对话框，客服说的是锁定期间是不能收到新邮件的，搞笑      只是神奇的是收到的永远都是他们的广告邮件 这不是重点  之前没去理会，后来我点了一次进去，依然还在提示我在发送垃圾邮件之类的…  3月30号被锁定，到了4月29日我尝试进入邮箱提示一直在发垃圾邮件  后来连续几天我登陆一次，结果是 我每天还在不停的发垃圾邮件！    又一次找到客服，请教他们如何能做到在邮箱被锁定的状态下依然能发送垃圾邮件的方法。 没个说法，就说让我杀毒，查木马…说我密码可能泄露了….很佩服他们的“耐心”，永远都会说这句话出来…..  好吧 我改密码总行了吧…  神奇的事情继续着，改了密码了，直到今天 公元2010年5月8日，你依然说我在发垃圾邮件….    腾讯！我有几点想对你说： 一、在没有任何提示或警告的情况下，你就直接封了用户的帐号，不管你合不合法，至少我认为你应该很明确地告诉用户具体情况，什么时候，什么地点（ip地址），发了什么样的垃圾邮件，难道你不觉得你应该将这些都让用户知道吗？不可能说你们手里没有相关资料吧？只要你拿出了真实证据，本人心服口服！绝无二话！  二、再说合理不合理的问题！你通知一下用户或者你把用户原来的邮件备份一下发给用户，行不？这次幸运的是平时我重要的邮件都没往这个邮箱发，用这个邮箱也就看上的超大附件还不错的功能。真封掉的是专门发垃圾邮件的账户，估计也就无所谓了，他不用也罢，但你又没有想过，你可能会伤及无辜的？莫非你们的理念就是“宁可错杀一千 不可放过一个”？  三、真不晓得你们的这个系统是怎么运行的，账号都被你们锁定了，依然提示的是我天天再发垃圾邮件…杯具…就算是我的密码被盗了，你把我账号都封了，又怎么能够发出去邮件的呢？你不觉得你这样有点栽赃、诽谤的感觉吗？…反过来我天天到处说TX是个大骗子，你爽吗？换位思考！懂吗？  四、你们号称超过千人的7×24小时的客服系统，很“佩服”…我打了N次电话….最终没能和你们的客服说上一句话。所以我这次的事情都是只能通过你们的自助提问系统来沟通…每提交一次，经过漫长的等待，有了回复，但每次回复都没什么意义，无法沟通。  五、我当初真是瞎了眼，竟然还使用了你们的会员服务。  六、要不是工作需要，我TMD就不用你的QQ了，你要是能直接封了我QQ号最好（我QQ是290567666），这样我就能死心，也更有理由使用其他IM。  七、我以后会尽量地劝我身边的朋友同事少用或者不用你们的产品。  八、做人要厚道。 ]]></description>
		<wfw:commentRss>http://www.yangbo.net.cn/2010/05/272/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>开启WindowsXP ClearType</title>
		<link>http://www.yangbo.net.cn/2010/02/247/</link>
		<comments>http://www.yangbo.net.cn/2010/02/247/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 14:25:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[ClearType]]></category>

		<guid isPermaLink="false">http://www.yangbo.net.cn/?p=247</guid>
		<description><![CDATA[开启ClearType可以改善显示器显示字体平滑度等，使用了一下，效果确实很明显。 可以在线开启 http://www.microsoft.com/typography/cleartype/tuner/Step1.aspx 也可以安装微软的一个软件 ClearType Tuner PowerToy http://www.microsoft.com/typography/ClearTypePowerToy.mspx]]></description>
		<wfw:commentRss>http://www.yangbo.net.cn/2010/02/247/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>小试BT3破解无线路由器密码</title>
		<link>http://www.yangbo.net.cn/2010/01/216/</link>
		<comments>http://www.yangbo.net.cn/2010/01/216/#comments</comments>
		<pubDate>Sun, 17 Jan 2010 06:37:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[BT3]]></category>

		<guid isPermaLink="false">http://www.yangbo.net.cn/?p=216</guid>
		<description><![CDATA[今天晚上试了试用BT3破解无线路由器密码，综合查的相关资料，写一下步骤，当然大家不要用来搞坏事啊，也是为了加强大家对无线网络安全性的重视。 用到的工具是BackTrack 3（简称BT3） 下载地址： 光盘版：http://www.remote-exploit.org/cgi-bin/fileget?version=bt3-cd 还有U盘版，想想还是刻盘方便得多，也不存在兼容性了 今天用的笔记本的内置网卡是Intel 3945ABG，估计其它的无线网卡以及USB的应该也差不多的，我想关键是要明白这个过程   首先用ifconfig -a命令查看网卡信息 可以看到本机的无线网卡是wlan0 接下来需要卸载加载的iwl3945驱动 用到的是modprobe -r iwl3945命令 卸载后接着用modprobe ipwraw命令加载ipwraw驱动 加载之后再输入ifconfig –a试试，就会发现wlan0不见了，出来了个wifi0，如图05，这就是ipwraw给我们的网卡起的名字。这个名字之后会多次用到。这时候也需要把自己的MAC地址记住，最好是在桌面新建一个文本文件，然后复制进去，方便之后的命令调用。 接着使用airmon-ng  start wifi0设置无线网卡为监听模式，这步一定要成功 不然后面就不行的 重新开个窗口 输入airodump-ng -w 123  wifi0就能检测当前所能搜索到的所有无线网络信号，包括频道，信号强度等信息。 找准目标 运行spoonwep开始破解 下面的工作就是耐心等待了]]></description>
		<wfw:commentRss>http://www.yangbo.net.cn/2010/01/216/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress自动备份数据库发送到指定邮件</title>
		<link>http://www.yangbo.net.cn/2009/12/214/</link>
		<comments>http://www.yangbo.net.cn/2009/12/214/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 14:19:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IT]]></category>

		<guid isPermaLink="false">http://www.yangbo.net.cn/?p=214</guid>
		<description><![CDATA[觉得这两个插件真的不错，自动备份数据库，并发送到指定邮件 用到的插件是WordPress Database Backup和WP Mail SMTP 安装好稍作配置就可以了，很简单的。用WP Mail SMTP实现WP发邮件很方便了，有文章提到提到可以使用phpmailer，发现太麻烦了，还是这个插件方便]]></description>
		<wfw:commentRss>http://www.yangbo.net.cn/2009/12/214/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>“Windows Installer 无法打开此修补程序包”的解决办法</title>
		<link>http://www.yangbo.net.cn/2009/12/206/</link>
		<comments>http://www.yangbo.net.cn/2009/12/206/#comments</comments>
		<pubDate>Sat, 05 Dec 2009 11:58:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IT]]></category>

		<guid isPermaLink="false">http://www.yangbo.net.cn/?p=206</guid>
		<description><![CDATA[最近使用Office遇到问题，重装竟然不行，提示“Windows Installer 无法打开此修补程序包”，查询资料后原来是因为注册表中包含来自安装的较低版本 Office 的 Microsoft Windows Installer 信息，解决方法是找到Windows Installer 清理实用工具，安装好以后删除与Office 安装相关的 Windows Installer 注册表设置即可。 Windows Installer 清理实用工具下载地址是： http://download.microsoft.com/download/e/9/d/e9d80355-7ab4-45b8-80e8-983a48d5e1bd/msicuu2.exe]]></description>
		<wfw:commentRss>http://www.yangbo.net.cn/2009/12/206/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>收集一些在线MD5破解网址</title>
		<link>http://www.yangbo.net.cn/2009/10/184/</link>
		<comments>http://www.yangbo.net.cn/2009/10/184/#comments</comments>
		<pubDate>Fri, 30 Oct 2009 12:36:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IT]]></category>

		<guid isPermaLink="false">http://www.yangbo.net.cn/?p=184</guid>
		<description><![CDATA[收集一些，有时候用就免得到处去找了 http://www.cmd5.com/ MD5 Reverse Lookup http://linardy.com/md5.php Digest-MD5-Reverse-1.3 http://search.cpan.org/~blwood/Digest-MD5-Reverse-1.3/ md5 hash search http://www.hashchecker.com/index.php?_sls=search_hash mmkey http://www.mmkey.com/md5/ Dictionary Based Hash Cracker http://www.securitystats.com/tools/hashcrack.php project md5 http://schwett.com/md5/ xmd5 http://www.xmd5.org/index_en.htm http://www.md5.org.cn/index_en.htm TMTO[dot]ORG http://www.tmto.org/home/ md5 rednoize http://md5.rednoize.com/ MD5 Rainbow http://passcracking.ru/ Reverse MD5 hash lookup http://tools.benramsey.com/md5/ md5decrypt http://www.md5decrypt.com/ md5 http://md5decryption.com/ alimamed http://alimamed.pp.ru/md5/ md5crack http://md5crack.it-helpnet.de/index.php?op=add md5 hash database project http://shm.hard-core.pl/md5/ Hash Calculator https://www.astalavista.net/?cmd=rainbowtables Ice [...]]]></description>
		<wfw:commentRss>http://www.yangbo.net.cn/2009/10/184/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WinRAR右键菜单失效问题的解决</title>
		<link>http://www.yangbo.net.cn/2009/10/179/</link>
		<comments>http://www.yangbo.net.cn/2009/10/179/#comments</comments>
		<pubDate>Mon, 12 Oct 2009 13:14:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IT]]></category>

		<guid isPermaLink="false">http://www.yangbo.net.cn/?p=179</guid>
		<description><![CDATA[最近碰到一台电脑上的WinRAR右键菜单全部失效了，重新安装了也没用，很是郁闷，最终找到了解决办法： 打开注册表编辑器，找到HKEY_CLASSES_ROOT\WinRAR\下面有一项为“shellex”的，将其删除便可解决问题]]></description>
		<wfw:commentRss>http://www.yangbo.net.cn/2009/10/179/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

