<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: How to find out the version of Ubuntu installed</title>
	<atom:link href="http://embraceubuntu.com/2005/09/19/find-installed-ubuntu-version/feed/" rel="self" type="application/rss+xml" />
	<link>http://embraceubuntu.com/2005/09/19/find-installed-ubuntu-version/</link>
	<description>Not quite everything about Ubuntu, but close.</description>
	<lastBuildDate>Thu, 09 Feb 2012 12:25:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Balopas</title>
		<link>http://embraceubuntu.com/2005/09/19/find-installed-ubuntu-version/#comment-152658</link>
		<dc:creator><![CDATA[Balopas]]></dc:creator>
		<pubDate>Fri, 03 Jun 2011 13:49:35 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu.wordpress.com/2005/09/14//#comment-152658</guid>
		<description><![CDATA[In the command ...
sudo lshw &#124; grep &quot;description: CPU&quot; -A 12 &#124; grep width
... the quotation marks have to be vertical so it works.

Probably they have been converted again in typographic ones. I hope they appear well now (I’m using the HTML code for them: ampersand number sign 34 semicolon):
sudo lshw &#124; grep &quot;description: CPU&quot; -A 12 &#124; grep width]]></description>
		<content:encoded><![CDATA[<p>In the command &#8230;<br />
sudo lshw | grep &#8220;description: CPU&#8221; -A 12 | grep width<br />
&#8230; the quotation marks have to be vertical so it works.</p>
<p>Probably they have been converted again in typographic ones. I hope they appear well now (I’m using the HTML code for them: ampersand number sign 34 semicolon):<br />
sudo lshw | grep &#034;description: CPU&#034; -A 12 | grep width</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kasolwer</title>
		<link>http://embraceubuntu.com/2005/09/19/find-installed-ubuntu-version/#comment-152277</link>
		<dc:creator><![CDATA[Kasolwer]]></dc:creator>
		<pubDate>Fri, 06 May 2011 10:41:18 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu.wordpress.com/2005/09/14//#comment-152277</guid>
		<description><![CDATA[Another way to know if the installed Ubuntu is of 32 or 64 bits:
getconf LONG_BIT]]></description>
		<content:encoded><![CDATA[<p>Another way to know if the installed Ubuntu is of 32 or 64 bits:<br />
getconf LONG_BIT</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kasolwer</title>
		<link>http://embraceubuntu.com/2005/09/19/find-installed-ubuntu-version/#comment-152276</link>
		<dc:creator><![CDATA[Kasolwer]]></dc:creator>
		<pubDate>Fri, 06 May 2011 09:47:28 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu.wordpress.com/2005/09/14//#comment-152276</guid>
		<description><![CDATA[To know if the installed Ubuntu is of 32 or 64 bits:
uname -m
If it shows i686 or i386 it means 32 bits.
If it shows x86_64 it means 64 bits.

If the CPU is of 32 bits Ubuntu must be of 32 bits.
If the CPU is of 64 bits it can work in 64 or 32 bits. So we can choose: Ubuntu can be of 32 bits or of 64 bits.

To know if the CPU is of 32 or 64 bits:
a) grep -w lm /proc/cpuinfo
If we see lm in red is of 64 bits. Otherwise is of 32 bits.
b) sudo lshw &#124; grep “description: CPU” -A 12 &#124; grep width
It says clearly what we want to know.]]></description>
		<content:encoded><![CDATA[<p>To know if the installed Ubuntu is of 32 or 64 bits:<br />
uname -m<br />
If it shows i686 or i386 it means 32 bits.<br />
If it shows x86_64 it means 64 bits.</p>
<p>If the CPU is of 32 bits Ubuntu must be of 32 bits.<br />
If the CPU is of 64 bits it can work in 64 or 32 bits. So we can choose: Ubuntu can be of 32 bits or of 64 bits.</p>
<p>To know if the CPU is of 32 or 64 bits:<br />
a) grep -w lm /proc/cpuinfo<br />
If we see lm in red is of 64 bits. Otherwise is of 32 bits.<br />
b) sudo lshw | grep “description: CPU” -A 12 | grep width<br />
It says clearly what we want to know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: seks izle</title>
		<link>http://embraceubuntu.com/2005/09/19/find-installed-ubuntu-version/#comment-148817</link>
		<dc:creator><![CDATA[seks izle]]></dc:creator>
		<pubDate>Wed, 29 Sep 2010 14:22:20 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu.wordpress.com/2005/09/14//#comment-148817</guid>
		<description><![CDATA[Check this one out:]]></description>
		<content:encoded><![CDATA[<p>Check this one out:</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ranjan</title>
		<link>http://embraceubuntu.com/2005/09/19/find-installed-ubuntu-version/#comment-147539</link>
		<dc:creator><![CDATA[Ranjan]]></dc:creator>
		<pubDate>Thu, 20 May 2010 08:35:40 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu.wordpress.com/2005/09/14//#comment-147539</guid>
		<description><![CDATA[Hi!
uname --help will give you the options to find out many things related to machine information.

Cheers!]]></description>
		<content:encoded><![CDATA[<p>Hi!<br />
uname &#8211;help will give you the options to find out many things related to machine information.</p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://embraceubuntu.com/2005/09/19/find-installed-ubuntu-version/#comment-147277</link>
		<dc:creator><![CDATA[Michael]]></dc:creator>
		<pubDate>Sun, 04 Apr 2010 00:50:41 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu.wordpress.com/2005/09/14//#comment-147277</guid>
		<description><![CDATA[How early do you start holiday shopping?]]></description>
		<content:encoded><![CDATA[<p>How early do you start holiday shopping?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JR</title>
		<link>http://embraceubuntu.com/2005/09/19/find-installed-ubuntu-version/#comment-147114</link>
		<dc:creator><![CDATA[JR]]></dc:creator>
		<pubDate>Wed, 24 Feb 2010 09:42:04 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu.wordpress.com/2005/09/14//#comment-147114</guid>
		<description><![CDATA[8.04 works great.  very stable even in WUBI
9.04 works great.
9.10 does not support internal floppy, and cd dvd will become unusable over time.  Do not recommend this version at all.
both 9.04 and 8.04 lts work a lot better.
8.10 not so good on java.
better to stick with 8.04 as rumor has it 10.04 has the same weakness on hardware as 9.10.
8.04 LTS is excellent. 9.04 excellent. 9.10 poor 8.10 weak]]></description>
		<content:encoded><![CDATA[<p>8.04 works great.  very stable even in WUBI<br />
9.04 works great.<br />
9.10 does not support internal floppy, and cd dvd will become unusable over time.  Do not recommend this version at all.<br />
both 9.04 and 8.04 lts work a lot better.<br />
8.10 not so good on java.<br />
better to stick with 8.04 as rumor has it 10.04 has the same weakness on hardware as 9.10.<br />
8.04 LTS is excellent. 9.04 excellent. 9.10 poor 8.10 weak</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DL@UBUTU</title>
		<link>http://embraceubuntu.com/2005/09/19/find-installed-ubuntu-version/#comment-144990</link>
		<dc:creator><![CDATA[DL@UBUTU]]></dc:creator>
		<pubDate>Tue, 28 Apr 2009 12:12:05 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu.wordpress.com/2005/09/14//#comment-144990</guid>
		<description><![CDATA[if I sue upgrade manager to upgrade from 8.10 64bit to 9.04 - will it pick up the 64bit version? The process does not ask which version wil it upgrade and I would lIke to stay with the 64bit .

Thank you for you help]]></description>
		<content:encoded><![CDATA[<p>if I sue upgrade manager to upgrade from 8.10 64bit to 9.04 &#8211; will it pick up the 64bit version? The process does not ask which version wil it upgrade and I would lIke to stay with the 64bit .</p>
<p>Thank you for you help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yuvilio</title>
		<link>http://embraceubuntu.com/2005/09/19/find-installed-ubuntu-version/#comment-143938</link>
		<dc:creator><![CDATA[yuvilio]]></dc:creator>
		<pubDate>Sun, 18 Jan 2009 18:09:56 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu.wordpress.com/2005/09/14//#comment-143938</guid>
		<description><![CDATA[Ravi: uname -a

if it&#039;s 64 you&#039;ll see the number like &quot;x86_64&quot; in the string]]></description>
		<content:encoded><![CDATA[<p>Ravi: uname -a</p>
<p>if it&#8217;s 64 you&#8217;ll see the number like &#8220;x86_64&#8243; in the string</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: online twenty one cheat</title>
		<link>http://embraceubuntu.com/2005/09/19/find-installed-ubuntu-version/#comment-143295</link>
		<dc:creator><![CDATA[online twenty one cheat]]></dc:creator>
		<pubDate>Sun, 09 Nov 2008 14:37:08 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu.wordpress.com/2005/09/14//#comment-143295</guid>
		<description><![CDATA[&lt;strong&gt;online twenty one cheat...&lt;/strong&gt;

cooperatives reorganizations rudder imperatives pads spectral ...]]></description>
		<content:encoded><![CDATA[<p><strong>online twenty one cheat&#8230;</strong></p>
<p>cooperatives reorganizations rudder imperatives pads spectral &#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

