<?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>txt &#187; kernel</title>
	<atom:link href="http://txt.binnyva.com/tag/kernel/feed/" rel="self" type="application/rss+xml" />
	<link>http://txt.binnyva.com</link>
	<description>Linux commands and code snippets collection</description>
	<lastBuildDate>Wed, 02 Jun 2010 07:20:39 +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>Kernel Version</title>
		<link>http://txt.binnyva.com/2008/04/kernel-version/</link>
		<comments>http://txt.binnyva.com/2008/04/kernel-version/#comments</comments>
		<pubDate>Tue, 01 Apr 2008 18:14:22 +0000</pubDate>
		<dc:creator>Binny V A</dc:creator>
				<category><![CDATA[Command Line]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[proc]]></category>
		<category><![CDATA[uname]]></category>
		<category><![CDATA[version]]></category>

		<guid isPermaLink="false">http://txt.binnyva.com/2008/04/kernel-version/</guid>
		<description><![CDATA[Get the version of the kernal cat /proc/version OR uname -r]]></description>
			<content:encoded><![CDATA[<p class="intro">Get the version of the kernal</p>
<pre><code class="cli">
cat /proc/version
OR
uname -r
</code></pre>
]]></content:encoded>
			<wfw:commentRss>http://txt.binnyva.com/2008/04/kernel-version/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get Kernel Version</title>
		<link>http://txt.binnyva.com/2008/02/get-kernel-version/</link>
		<comments>http://txt.binnyva.com/2008/02/get-kernel-version/#comments</comments>
		<pubDate>Thu, 28 Feb 2008 17:41:16 +0000</pubDate>
		<dc:creator>Binny V A</dc:creator>
				<category><![CDATA[Command Line]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[proc]]></category>
		<category><![CDATA[version]]></category>

		<guid isPermaLink="false">http://txt.binnyva.com/2008/02/get-kernel-version/</guid>
		<description><![CDATA[Show version of the kernel cat /proc/version]]></description>
			<content:encoded><![CDATA[<p class="intro">Show version of the kernel</p>
<pre><code class="cli">
cat /proc/version
</code></pre>
]]></content:encoded>
			<wfw:commentRss>http://txt.binnyva.com/2008/02/get-kernel-version/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>lsmod &#8211; Show Loaded Kernel Modules</title>
		<link>http://txt.binnyva.com/2008/01/lsmod-show-loaded-kernel-modules/</link>
		<comments>http://txt.binnyva.com/2008/01/lsmod-show-loaded-kernel-modules/#comments</comments>
		<pubDate>Thu, 03 Jan 2008 18:06:30 +0000</pubDate>
		<dc:creator>Binny V A</dc:creator>
				<category><![CDATA[Command Line]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[cli]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[lsmod]]></category>
		<category><![CDATA[module]]></category>

		<guid isPermaLink="false">http://txt.binnyva.com/2008/01/lsmod-show-loaded-kernel-modules/</guid>
		<description><![CDATA[This command shows the kernel modules that are currently loaded. # lsmod Module Size Used by vboxdrv 55088 0 autofs4 20421 2 ipt_MASQUERADE 6721 1 iptable_nat 9669 1 nf_nat 18669 2 ipt_MASQUERADE,iptable_nat nf_conntrack_ipv4 11717 2 iptable_nat nf_conntrack 51977 4 ipt_MASQUERADE,iptable_nat,nf_nat,nf_conntrack_ipv4 ....]]></description>
			<content:encoded><![CDATA[<p class="intro">This command shows the kernel modules that are currently loaded.</p>
<pre><code class="cli">
# lsmod

Module                  Size  Used by
vboxdrv                55088  0
autofs4                20421  2
ipt_MASQUERADE          6721  1
iptable_nat             9669  1
nf_nat                 18669  2 ipt_MASQUERADE,iptable_nat
nf_conntrack_ipv4      11717  2 iptable_nat
nf_conntrack           51977  4 ipt_MASQUERADE,iptable_nat,nf_nat,nf_conntrack_ipv4
....
</code></pre>
]]></content:encoded>
			<wfw:commentRss>http://txt.binnyva.com/2008/01/lsmod-show-loaded-kernel-modules/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remove an existing Kernel</title>
		<link>http://txt.binnyva.com/2007/04/remove-an-existing-kernel/</link>
		<comments>http://txt.binnyva.com/2007/04/remove-an-existing-kernel/#comments</comments>
		<pubDate>Tue, 10 Apr 2007 19:17:09 +0000</pubDate>
		<dc:creator>Binny V A</dc:creator>
				<category><![CDATA[Command Line]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[remove]]></category>
		<category><![CDATA[uninstall]]></category>

		<guid isPermaLink="false">http://txt.binnyva.com/2007/04/remove-an-existing-kernel/</guid>
		<description><![CDATA[The final numbers(2.6.20.6) is the version of you kernel. You can get this using uname -r (for the current kernel) rm -rf /lib/modules/2.6.20.6 rm /boot/System.map-2.6.20.6 rm /boot/vmlinuz-2.6.20.6 rm /boot/initrd-2.6.20.6.img rm /boot/config-2.6.20.6]]></description>
			<content:encoded><![CDATA[<p>The final numbers(2.6.20.6) is the version of you kernel. You can get this using <code>uname -r</code> (for the current kernel)</p>
<pre>rm -rf /lib/modules/2.6.20.6
rm /boot/System.map-2.6.20.6
rm /boot/vmlinuz-2.6.20.6
rm /boot/initrd-2.6.20.6.img
rm /boot/config-2.6.20.6</pre>
]]></content:encoded>
			<wfw:commentRss>http://txt.binnyva.com/2007/04/remove-an-existing-kernel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Compiling a 2.6 Linux kernel</title>
		<link>http://txt.binnyva.com/2007/04/compiling-a-26-linux-kernel/</link>
		<comments>http://txt.binnyva.com/2007/04/compiling-a-26-linux-kernel/#comments</comments>
		<pubDate>Tue, 10 Apr 2007 13:13:34 +0000</pubDate>
		<dc:creator>Binny V A</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[compile]]></category>
		<category><![CDATA[configure]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[xconfig]]></category>

		<guid isPermaLink="false">http://txt.binnyva.com/2007/04/compiling-a-26-linux-kernel/</guid>
		<description><![CDATA[Get the latest Kernel from kernel.org Get a default .config file cp /boot/config-`uname -r` ./.config OR make defconfig Then configure the kernel - the hardest part make xconfig Compile/Install it make make modules_install make install [tags]kernel,linux,command,compile,configure,xconfig[/tags]]]></description>
			<content:encoded><![CDATA[<p>Get the latest Kernel from <a href="http://www.kernel.org/">kernel.org</a></p>
<p>Get a default .config file</p>
<p><code>cp /boot/config-`uname -r` ./.config</p>
<p>OR</p>
<p><code>make defconfig</code></p>
<p>Then configure the kernel - the hardest part <img src='http://txt.binnyva.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
<p><code>make xconfig</code></p>
<p>Compile/Install it</p>
<pre>make
make modules_install
make install</pre>
<p>[tags]kernel,linux,command,compile,configure,xconfig[/tags]</p>
]]></content:encoded>
			<wfw:commentRss>http://txt.binnyva.com/2007/04/compiling-a-26-linux-kernel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
