<?xml version="1.0" standalone="yes"?>
<?xml-stylesheet type="text/xsl" href="css/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>网管小王的博客 - 操作系统</title><link>http://www.cnking.org/</link><description>长期关注网络安全，网络管理，漏洞挖掘，黑客游戏，数据库管理，计算机软硬件维护 - </description><generator>RainbowSoft Studio Z-Blog 1.8 Walle Build 91204</generator><language>zh-CN</language><copyright>Copyright 2010-2010 www.cnking.org 鲁ICP备10004947号</copyright><pubDate>Thu, 09 Sep 2010 07:44:43 +0800</pubDate><item><title>(转载)HTTP压缩技术原理与实现</title><author>369459071@qq.com (admin)</author><link>http://www.cnking.org/post/711.html</link><pubDate>Wed, 08 Sep 2010 16:01:54 +0800</pubDate><guid>http://www.cnking.org/post/711.html</guid><description><![CDATA[<p>摘要： 本文系统介绍了http压缩的功能以及如何在IIS6.0上启用http压缩, 从而减少网络传输数据量, 提高用户显示页面的速度。<br />关键词： http压缩 Gzip算法&nbsp; IIS6.0 <br />Principle and Implementation of HTTP Compression<br />(Network Center ,Tianjin Conservatory of Music, Tianjin 300180)<br />Abstract: This paper describes the http compression system, the function and how to IIS6.0 to enable http compression, thus reducing the amount of network traffic, improve the speed of the user display the page.<br />...</p>]]></description><category>操作系统</category><comments>http://www.cnking.org/post/711.html#comment</comments><wfw:comment>http://www.cnking.org/</wfw:comment><wfw:commentRss>http://www.cnking.org/feed.asp?cmt=711</wfw:commentRss><trackback:ping>http://www.cnking.org/cmd.asp?act=tb&amp;id=711&amp;key=3c534958</trackback:ping></item><item><title>简单易用的多系统U盘启动盘制作方法</title><author>369459071@qq.com (admin)</author><link>http://www.cnking.org/post/688.html</link><pubDate>Tue, 13 Jul 2010 13:27:46 +0800</pubDate><guid>http://www.cnking.org/post/688.html</guid><description><![CDATA[<p>&nbsp;&nbsp;&nbsp; U盘很便宜了（笔者4GB的清华紫光才65元），现在很多电脑，特别是笔记本电脑或最近流行的上网本等都没有光驱，因此买一个U盘，把它制作成启动盘以备不时之需是非常必要的。<br />&nbsp;&nbsp;&nbsp; 就启动盘的操作系统来说，分为两种，一种是DOS类型的，另一种WinPE类型的。DOS类型的启动盘是字符界面的，适用于对DOS操作系统比较熟悉的老用户，而WinPE是图形界面的，它更加适用于最近几年才玩电脑的新用户。<br />&nbsp;&nbsp;&nbsp; 网上制作U盘启动盘的方法和工具很多，但成功的很少，笔者试验了两天，终于找到了一种方法，把自己的U盘制作成了多重启动的启动盘，如图1所示，这是该启动盘的启动菜单，选择&ldquo;01&rdquo;可进行WinPE，选择&ldquo;02&rdquo;可进行DOS，此外该启动盘还外带了GHOST的多个版本，多种分区工具和硬盘修复工具，选择相应的序号即可进入。<br />...</p>]]></description><category>操作系统</category><comments>http://www.cnking.org/post/688.html#comment</comments><wfw:comment>http://www.cnking.org/</wfw:comment><wfw:commentRss>http://www.cnking.org/feed.asp?cmt=688</wfw:commentRss><trackback:ping>http://www.cnking.org/cmd.asp?act=tb&amp;id=688&amp;key=47b38f44</trackback:ping></item><item><title>三步制作U盘启动盘</title><author>369459071@qq.com (admin)</author><link>http://www.cnking.org/post/667.html</link><pubDate>Thu, 10 Jun 2010 10:04:15 +0800</pubDate><guid>http://www.cnking.org/post/667.html</guid><description><![CDATA[<p>&nbsp;&nbsp;&nbsp; 当电脑不能启动时，启动盘就是电脑&ldquo;复活&rdquo;的最后一根稻草。现在U盘已经进入了千家万户，把U盘制作为启动盘的思路是，把WinPE刷入U盘，然后让图形界面的WinPE来启动电脑。<br />&nbsp;&nbsp;&nbsp; 小提示：WinPE（Windows Preinstallation Environment）是一个只拥有较少（但是非常核心）服务的32位系统，可以给它制作图形界面的外壳（ShellEx），让它在光盘等介质上启动电脑（如图1）。<br />...</p>]]></description><category>操作系统</category><comments>http://www.cnking.org/post/667.html#comment</comments><wfw:comment>http://www.cnking.org/</wfw:comment><wfw:commentRss>http://www.cnking.org/feed.asp?cmt=667</wfw:commentRss><trackback:ping>http://www.cnking.org/cmd.asp?act=tb&amp;id=667&amp;key=061ddc73</trackback:ping></item><item><title>虚拟磁盘，隐藏文件终结者</title><author>369459071@qq.com (admin)</author><link>http://www.cnking.org/post/649.html</link><pubDate>Tue, 01 Jun 2010 14:17:27 +0800</pubDate><guid>http://www.cnking.org/post/649.html</guid><description><![CDATA[<p>隐藏重要文件的方法很多，但这些方法不是麻烦就是太复杂，笔者最近在网上发现了一个利用虚拟磁盘隐藏文件的方法，可以快速安全地隐藏不想让别人看到的文件。下面介绍出来和大家共享。<br />&nbsp;&nbsp;&nbsp; 一、创建批处理文件<br />&nbsp;&nbsp;&nbsp; 打开记事本，输入如下内容：<br />&nbsp;&nbsp;&nbsp; @ECHO OFF<br />&nbsp;&nbsp;&nbsp; MD D:\Recycled\UDrives.{25336920-03F9-11CF-8FD0-00AA00686F13}&gt;NUL<br />...</p>]]></description><category>操作系统</category><comments>http://www.cnking.org/post/649.html#comment</comments><wfw:comment>http://www.cnking.org/</wfw:comment><wfw:commentRss>http://www.cnking.org/feed.asp?cmt=649</wfw:commentRss><trackback:ping>http://www.cnking.org/cmd.asp?act=tb&amp;id=649&amp;key=9dfe521f</trackback:ping></item><item><title>病毒引起U盘异常造成WORD文件丢失的恢复</title><author>369459071@qq.com (admin)</author><link>http://www.cnking.org/post/645.html</link><pubDate>Mon, 31 May 2010 14:48:04 +0800</pubDate><guid>http://www.cnking.org/post/645.html</guid><description><![CDATA[<p>一、&nbsp;异常情况介绍<br />1.&nbsp;公司内部编辑部一用户因工作需要，经常需要使用U盘与对口印刷单位交换文件。由于对方机器上有&ldquo;EXE&rdquo;病毒，每次交换文件时回来后，U盘都会感染上&ldquo;EXE&rdquo;病毒，但经病毒扫描、清除后可正常使用。<br />2.&nbsp;某日，因出版期限较紧，该用户一着急，就直接在笔记本上对U盘上的一篇WORD文件进行编辑。在编辑过程中，突然弹出一个对话框，大意是文件异常，是否保存。用户没太明白对话框的含义，点了一下&ldquo;否&rdquo;，退出WORD程序。<br />...</p>]]></description><category>操作系统</category><comments>http://www.cnking.org/post/645.html#comment</comments><wfw:comment>http://www.cnking.org/</wfw:comment><wfw:commentRss>http://www.cnking.org/feed.asp?cmt=645</wfw:commentRss><trackback:ping>http://www.cnking.org/cmd.asp?act=tb&amp;id=645&amp;key=dbf66571</trackback:ping></item><item><title>从注册表下手：全面改善PC性能</title><author>369459071@qq.com (admin)</author><link>http://www.cnking.org/post/639.html</link><pubDate>Mon, 31 May 2010 09:53:45 +0800</pubDate><guid>http://www.cnking.org/post/639.html</guid><description><![CDATA[<p>要改善PC性能，从控制面板往往无关痛痒，从命令行运行System32文件夹中的命令也许有一定作用；而最具效力的是从注册表入手，它能根本改善和提高系统性能，让Windows 运行更快、更安全、更有效率。这里介绍20个技巧。 <br />1. 提高安全性<br />&nbsp;&nbsp; 如果游客背着你访问机器，很容易会用U盘偷拷文件，对于Win XP SP2以上版本可对此进行防范，进入注册表转至：<br />HKLM\SYSTEM\CurrentControlSet\Control\StorageDevicePolicies<br />...</p>]]></description><category>操作系统</category><comments>http://www.cnking.org/post/639.html#comment</comments><wfw:comment>http://www.cnking.org/</wfw:comment><wfw:commentRss>http://www.cnking.org/feed.asp?cmt=639</wfw:commentRss><trackback:ping>http://www.cnking.org/cmd.asp?act=tb&amp;id=639&amp;key=c6a0e11b</trackback:ping></item><item><title>Windows注册表取证</title><author>369459071@qq.com (admin)</author><link>http://www.cnking.org/post/617.html</link><pubDate>Thu, 20 May 2010 15:12:53 +0800</pubDate><guid>http://www.cnking.org/post/617.html</guid><description><![CDATA[<p>在分析Windows系统登录用户的活动时，对注册表的调查是一项重要内容。Windows注册表是帮助Windows控制硬件、软件、用户环境和Windows界面的一套数据文件。在本文中，笔者将分析注册表的一些重点位置，这对于取证调查人员是极为有用的。<br />本文涉及到的的工具为多种Windows版本（如Windows XP、Vista、Windows Server 2003 及Windows Server 2008）中的一个reg.exe命令。下面笔者展示其强大的注册表控制功能。<br />...</p>]]></description><category>操作系统</category><comments>http://www.cnking.org/post/617.html#comment</comments><wfw:comment>http://www.cnking.org/</wfw:comment><wfw:commentRss>http://www.cnking.org/feed.asp?cmt=617</wfw:commentRss><trackback:ping>http://www.cnking.org/cmd.asp?act=tb&amp;id=617&amp;key=291842f2</trackback:ping></item><item><title>CentOS Linux 5.4安装VMware Tools</title><author>369459071@qq.com (admin)</author><link>http://www.cnking.org/post/607.html</link><pubDate>Sun, 16 May 2010 14:00:20 +0800</pubDate><guid>http://www.cnking.org/post/607.html</guid><description><![CDATA[<p>为什么要装 VMware Tools？</p><p>因为它可以改善 Virtual Machine 的运行性能，而且可以让 Host OS 和 Guest OS 互通有无，VMware Tools详细介绍请参考 [<a target="_blank" href="http://www.cnking.org/post/606.html">VMware tools的用途及安装</a>] 。</p><p>VMware Tools所在位置：VMware 安装路径 \VMware\VMware Workstation\linux.iso</p>...]]></description><category>操作系统</category><comments>http://www.cnking.org/post/607.html#comment</comments><wfw:comment>http://www.cnking.org/</wfw:comment><wfw:commentRss>http://www.cnking.org/feed.asp?cmt=607</wfw:commentRss><trackback:ping>http://www.cnking.org/cmd.asp?act=tb&amp;id=607&amp;key=8f7ce04c</trackback:ping></item></channel></rss>
