<?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; version</title>
	<atom:link href="http://www.alonon.net/tag/version/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 ubuntu version</title>
		<link>http://www.alonon.net/how-to-learn-ubuntu-version/</link>
		<comments>http://www.alonon.net/how-to-learn-ubuntu-version/#comments</comments>
		<pubDate>Sat, 03 Apr 2010 20:18:51 +0000</pubDate>
		<dc:creator>ALonon</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[version]]></category>

		<guid isPermaLink="false">http://www.alonon.net/?p=264</guid>
		<description><![CDATA[To learn your ubuntu version/ release there are two ways that i know. first sudo cat /etc/lsb-release second sudo cat /etc/issue Tags: ubuntu, version Related posts User groups and Users in Ubuntu (0) Ubuntu 9.10, Karmic Koala, released‎ (0) install php apache mysql phpmyadmin (3) How to learn your linux release (3) Dns Cache with &#8230; <a href="http://www.alonon.net/how-to-learn-ubuntu-version/">Read more <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>To learn your ubuntu version/ release  there are two ways that i know.</p>
<p>first</p>
<blockquote><p>sudo cat /etc/lsb-release
</p></blockquote>
<p>second</p>
<blockquote><p>sudo cat /etc/issue</p></blockquote>

	Tags: <a href="http://www.alonon.net/tag/ubuntu/" title="ubuntu" rel="tag">ubuntu</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/user-groups-and-users-in-ubuntu/" title="User groups and Users in Ubuntu (March 16, 2010)">User groups and Users in Ubuntu</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/install-php-apache-mysql-phpmyadmin/" title="install php apache mysql phpmyadmin (January 1, 2009)">install php apache mysql phpmyadmin</a> (3)</li>
	<li><a href="http://www.alonon.net/how-to-learn-your-linux-release/" title="How to learn your linux release (May 18, 2009)">How to learn your linux release</a> (3)</li>
	<li><a href="http://www.alonon.net/dns-cache-with-dnsmasq/" title="Dns Cache with dnsmasq (September 5, 2009)">Dns Cache with dnsmasq</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.alonon.net/how-to-learn-ubuntu-version/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>
