<?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>LinuxNut.org &#187; LSB</title>
	<atom:link href="http://linuxnut.org/tag/lsb/feed/" rel="self" type="application/rss+xml" />
	<link>http://linuxnut.org</link>
	<description>Nuts about Linux and Stuff...</description>
	<lastBuildDate>Fri, 09 Apr 2010 15:52:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>What distro version am I running?</title>
		<link>http://linuxnut.org/2009/01/what-distro-version-am-i-running/</link>
		<comments>http://linuxnut.org/2009/01/what-distro-version-am-i-running/#comments</comments>
		<pubDate>Tue, 13 Jan 2009 19:35:30 +0000</pubDate>
		<dc:creator>Bryce</dc:creator>
				<category><![CDATA[How-Tos]]></category>
		<category><![CDATA[distro]]></category>
		<category><![CDATA[LSB]]></category>

		<guid isPermaLink="false">http://admin.linuxnut.org/?p=48</guid>
		<description><![CDATA[With any Linux Standard Base compliant distro (Mandriva, openSUSE, Red Hat, Ubuntu, etc&#8230;), there is an easy way to find its version number, and code name.
Just run the following command:
lsb_release -a
This should give a result such as the following:
Distributor ID:	Ubuntu
Description:	Ubuntu 8.10
Release:	8.10
Codename:	intrepid
Additionally, to find out what type of architecture your kernel is currently compiled for, just [...]]]></description>
			<content:encoded><![CDATA[<p>With any <a href="http://www.linuxbase.org/">Linux Standard Base</a> compliant distro (Mandriva, openSUSE, Red Hat, Ubuntu, etc&#8230;), there is an easy way to find its version number, and code name.</p>
<p><span id="more-48"></span>Just run the following command:</p>
<pre>lsb_release -a</pre>
<p>This should give a result such as the following:</p>
<pre>Distributor ID:	Ubuntu
Description:	Ubuntu 8.10
Release:	8.10
Codename:	intrepid</pre>
<p>Additionally, to find out what type of architecture your kernel is currently compiled for, just run:</p>
<pre>uname -m</pre>
<p>Which will give something like this:</p>
<pre>x86_64</pre>
]]></content:encoded>
			<wfw:commentRss>http://linuxnut.org/2009/01/what-distro-version-am-i-running/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
