<?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>musicalgeometry &#187; *nix</title>
	<atom:link href="http://www.musicalgeometry.com/archives/category/nix/feed" rel="self" type="application/rss+xml" />
	<link>http://www.musicalgeometry.com</link>
	<description>sound, code, &#38; DIY tech</description>
	<lastBuildDate>Sat, 24 Jul 2010 16:32:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>How To Find What Linux Distro You Are In?</title>
		<link>http://www.musicalgeometry.com/archives/697</link>
		<comments>http://www.musicalgeometry.com/archives/697#comments</comments>
		<pubDate>Sat, 12 Sep 2009 17:27:35 +0000</pubDate>
		<dc:creator>Jason Job</dc:creator>
				<category><![CDATA[*nix]]></category>
		<category><![CDATA[command line]]></category>

		<guid isPermaLink="false">http://www.musicalgeometry.com/?p=697</guid>
		<description><![CDATA[I was recently doing something over ssh on my hosts shared server and realized that I didn&#8217;t know what Linux distro I was working in. I did some Googling and found a number of suggestions on how to find this &#8230; <a href="http://www.musicalgeometry.com/archives/697">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I was recently doing something over ssh on my hosts shared server and realized that I didn&#8217;t know what Linux distro I was working in.</p>
<div id="attachment_699" class="wp-caption alignnone" style="width: 310px"><img class="size-medium wp-image-699   " title="Which Distro" src="http://www.musicalgeometry.com/wp-content/uploads/2009/09/Picture-1-300x212.png" alt="Which Distro" width="300" height="212" /><p class="wp-caption-text">My server was running Red Hat</p></div>
<p>I did some Googling and found a number of suggestions on how to find this information out. Only the last of these three actually worked for me but I thought I would include them because it seems that they work for others on different systems.</p>
<pre><code>lsb_release -a</code></pre>
<pre><code>cat /etc/lsb_release</code></pre>
<pre><code>cat /proc/version</code></pre>
<p>Hopefully one of these will work for you.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.musicalgeometry.com/archives/697/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
