<?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.6code.net/category/kernel/feed" rel="self" type="application/rss+xml" />
	<link>http://www.6code.net</link>
	<description>代码安全,网络安全,系统内核</description>
	<lastBuildDate>Mon, 26 Jul 2010 18:14:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>thinkpad windows 7 假死解决</title>
		<link>http://www.6code.net/kernel/thinkpad-windows-7.html</link>
		<comments>http://www.6code.net/kernel/thinkpad-windows-7.html#comments</comments>
		<pubDate>Wed, 14 Jul 2010 17:08:03 +0000</pubDate>
		<dc:creator>老周</dc:creator>
				<category><![CDATA[系统内核]]></category>
		<category><![CDATA[系统]]></category>

		<guid isPermaLink="false">http://www.6code.net/security/thinkpad-windows-7-%e5%81%87%e6%ad%bb%e8%a7%a3%e5%86%b3.html</guid>
		<description><![CDATA[困惑了我好一段时间， 一直都以为是显卡驱动的原因。
其实不然，是硬盘驱动问题。
安装 intel matrix storage manager，开启 ahci 问题解决。
]]></description>
		<wfw:commentRss>http://www.6code.net/kernel/thinkpad-windows-7.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ubuntu  服务管理</title>
		<link>http://www.6code.net/kernel/ubuntu-service-manage.html</link>
		<comments>http://www.6code.net/kernel/ubuntu-service-manage.html#comments</comments>
		<pubDate>Fri, 16 Apr 2010 07:30:15 +0000</pubDate>
		<dc:creator>老周</dc:creator>
				<category><![CDATA[系统内核]]></category>
		<category><![CDATA[系统]]></category>

		<guid isPermaLink="false">http://www.6code.net/?p=234</guid>
		<description><![CDATA[sudo sysv-rc-conf
sudo update-rc.d
service xxx start
]]></description>
		<wfw:commentRss>http://www.6code.net/kernel/ubuntu-service-manage.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>install openssh for aix 5.1</title>
		<link>http://www.6code.net/kernel/install-openssh-for-aix-51.html</link>
		<comments>http://www.6code.net/kernel/install-openssh-for-aix-51.html#comments</comments>
		<pubDate>Thu, 30 Apr 2009 10:12:04 +0000</pubDate>
		<dc:creator>老周</dc:creator>
				<category><![CDATA[系统内核]]></category>
		<category><![CDATA[系统]]></category>

		<guid isPermaLink="false">http://www.6code.net/?p=157</guid>
		<description><![CDATA[1. 下载 openssl-0.9.6m-2.aix5.1.ppc.rpm，openssl-devel-0.9.6m-2.aix5.1.ppc.rpm，openssh361p2_51_NIM.tar.Z， zlib-1.1.4-3.aix4.3.ppc.rpm, prngd-0.9.23-3.aix4.3.ppc.rpm
rpm -ivh *.rpm
smitty installp 安装
2.   启动命令
<span class="readmore"><a href="http://www.6code.net/kernel/install-openssh-for-aix-51.html" title="install openssh for aix 5.1" target="_blank">阅读全文——共236字</a></span>]]></description>
		<wfw:commentRss>http://www.6code.net/kernel/install-openssh-for-aix-51.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[zz]linux 内核代码构架图</title>
		<link>http://www.6code.net/kernel/kernel-source.html</link>
		<comments>http://www.6code.net/kernel/kernel-source.html#comments</comments>
		<pubDate>Fri, 09 May 2008 01:46:11 +0000</pubDate>
		<dc:creator>老周</dc:creator>
				<category><![CDATA[系统内核]]></category>
		<category><![CDATA[酷文转载]]></category>

		<guid isPermaLink="false">http://www.6code.net/?p=73</guid>
		<description><![CDATA[
]]></description>
		<wfw:commentRss>http://www.6code.net/kernel/kernel-source.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>《KmdTutCn整理版》中文版CHM格式</title>
		<link>http://www.6code.net/kernel/kmdtutcn.html</link>
		<comments>http://www.6code.net/kernel/kmdtutcn.html#comments</comments>
		<pubDate>Mon, 12 Nov 2007 14:18:14 +0000</pubDate>
		<dc:creator>老周</dc:creator>
				<category><![CDATA[系统内核]]></category>

		<guid isPermaLink="false">http://www.6code.net/wordpress/kernel/kmdtutcn.html</guid>
		<description><![CDATA[老周整理，整理了目前有人翻译的部分


点击下载
]]></description>
		<wfw:commentRss>http://www.6code.net/kernel/kmdtutcn.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ring3 下挂钩Native API 简单实现文件防删除</title>
		<link>http://www.6code.net/kernel/ring3-file-undeleteable.html</link>
		<comments>http://www.6code.net/kernel/ring3-file-undeleteable.html#comments</comments>
		<pubDate>Sun, 11 Nov 2007 09:20:06 +0000</pubDate>
		<dc:creator>老周</dc:creator>
				<category><![CDATA[系统内核]]></category>
		<category><![CDATA[网络安全]]></category>

		<guid isPermaLink="false">http://www.6code.net/wordpress/?p=10</guid>
		<description><![CDATA[简单实现文件防删除，说简单是因为没有用很底层的技术，例如文件驱动之类。我只用最简单的方法实现了, 使用 ring3 的API hook 技术。随着技术的发展这种技术已经过不了很多的主动防御技术了。主要是思路和方法和分析过程。]]></description>
		<wfw:commentRss>http://www.6code.net/kernel/ring3-file-undeleteable.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
