<?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>Open source blog, linux, php, python, security &#187; learn</title>
	<atom:link href="http://www.alonon.net/tag/learn/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.alonon.net</link>
	<description></description>
	<lastBuildDate>Wed, 02 Jun 2010 08:11:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>

   <image>
    <title>Open source blog, linux, php, python, security</title>
    <url>http://1.gravatar.com/avatar/5152c5736f5f8dd9570ffb2f9068e8ab?s=</url>
    <link>http://www.alonon.net</link>
   </image>
		<item>
		<title>How to learn your linux release</title>
		<link>http://www.alonon.net/how-to-learn-your-linux-release/</link>
		<comments>http://www.alonon.net/how-to-learn-your-linux-release/#comments</comments>
		<pubDate>Mon, 18 May 2009 20:36:13 +0000</pubDate>
		<dc:creator>ALonon</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[learn]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[version]]></category>

		<guid isPermaLink="false">http://www.alonon.net/?p=117</guid>
		<description><![CDATA[To learn your linux and kernel version ( release ) you can use /proc/version Type it in console: cat /proc/version Linux version 2.6.18-92.el5 (brewbuilder@ls20-bc2-13.build.redhat.com) (gcc version 4.1.2 20071124 (Red Hat 4.1.2-41)) #1 SMP Tue Apr 29 13:16:15 EDT 2008 In this output, you get to see the following information: Exact version of the Linux kernel &#8230; <a href="http://www.alonon.net/how-to-learn-your-linux-release/">Read more <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>To learn your linux and kernel version ( release ) you can use /proc/version</p>
<p>Type it in console:</p>
<blockquote><p>cat /proc/version</p>
<pre>Linux version 2.6.18-92.el5
(brewbuilder@ls20-bc2-13.build.redhat.com)
(gcc version 4.1.2 20071124 (Red Hat 4.1.2-41))
#1 SMP Tue Apr 29 13:16:15 EDT 2008</pre>
<p>In this output, you get to see the following information:</p>
<ol>
<li>Exact version of the Linux kernel used in your OS: Linux version 2.6.18-92.el5</li>
<li>Name of the user who compiled your kernel, and also a host name where it happened: brewbuilder@ls20-bc2-13.build.redhat.com</li>
<li>Version of the GCC compiler used for building the kernel: gcc version 4.1.2 20071124</li>
<li>Type of the kernel &#8211; SMP here means Symmetric MultiProcessing kernel, the one that supports systems with multiple CPUs or multiple cpu cores</li>
<li>Date and time when the kernel was built: Tue Apr 29 13:16:15 EDT 2008</li>
</ol>
</blockquote>
<p>For more: http://www.unixtutorial.org/2009/04/use-proc-version-to-identify-your-linux-release/</p>

	Tags: <a href="http://www.alonon.net/tag/how-to/" title="how to" rel="tag">how to</a>, <a href="http://www.alonon.net/tag/kernel/" title="kernel" rel="tag">kernel</a>, <a href="http://www.alonon.net/tag/learn/" title="learn" rel="tag">learn</a>, <a href="http://www.alonon.net/tag/linux/" title="Linux" rel="tag">Linux</a>, <a href="http://www.alonon.net/tag/release/" title="release" rel="tag">release</a>, <a href="http://www.alonon.net/tag/version/" title="version" rel="tag">version</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.alonon.net/some-tips-for-pardus/" title="Some tips for Pardus (March 11, 2009)">Some tips for Pardus</a> (0)</li>
	<li><a href="http://www.alonon.net/ubuntu-9-10-karmic-koala-released%e2%80%8e/" title="Ubuntu 9.10, Karmic Koala, released‎ (October 31, 2009)">Ubuntu 9.10, Karmic Koala, released‎</a> (0)</li>
	<li><a href="http://www.alonon.net/sending-email-in-ssh/" title="Sending e-mail in ssh (March 4, 2010)">Sending e-mail in ssh</a> (0)</li>
	<li><a href="http://www.alonon.net/how-to-read-file-with-c/" title="How to Read File with C (March 21, 2010)">How to Read File with C</a> (0)</li>
	<li><a href="http://www.alonon.net/how-to-learn-ubuntu-version/" title="How to learn ubuntu version (April 3, 2010)">How to learn ubuntu version</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.alonon.net/how-to-learn-your-linux-release/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
