<?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>opensuse | /var/logs/paulooi.log</title>
	<atom:link href="https://logs.paulooi.com/tag/opensuse/feed" rel="self" type="application/rss+xml" />
	<link>https://logs.paulooi.com</link>
	<description>Systems Admin, Web Development and etc</description>
	<lastBuildDate>Wed, 21 Jul 2010 02:57:47 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>How to Check Linux Version and Distro</title>
		<link>https://logs.paulooi.com/how-to-check-linux-version-and-distro.php</link>
					<comments>https://logs.paulooi.com/how-to-check-linux-version-and-distro.php#comments</comments>
		
		<dc:creator><![CDATA[Paul Ooi]]></dc:creator>
		<pubDate>Wed, 21 Jul 2010 02:57:47 +0000</pubDate>
				<category><![CDATA[Systems]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[distro]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[opensuse]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[version]]></category>
		<guid isPermaLink="false">http://systems.takizo.com/?p=1037</guid>

					<description><![CDATA[<p>Who run more than 10 Linux servers with different version of Linux Distro? We all know there are many type of Linux distro such as Ubuntu, Centos, Gentoo, Fedora, debian, OpenSUSE and etc. Every single distro runs on different version...</p>
The post <a href="https://logs.paulooi.com/how-to-check-linux-version-and-distro.php">How to Check Linux Version and Distro</a> first appeared on <a href="https://logs.paulooi.com">/var/logs/paulooi.log</a>.]]></description>
										<content:encoded><![CDATA[<p>Who run more than 10 Linux servers with different version of Linux Distro? We all know there are many type of Linux distro such as Ubuntu, Centos, Gentoo, Fedora, debian, OpenSUSE and etc. Every single distro runs on different version and etc. Sometime I am having problem to remember what Linux distro is running on my DNS server or Mail Server, and what Linux version is it on now. There are two methods to <strong>find linux version</strong> on your server.</p>
<p>To <strong>check Linux distro</strong> on your server</p>
<pre>
<code>
shell> cat /etc/issue
</code>
</pre>
<p>To <strong>check Linux Version</strong> and distro on your server</p>
<pre>
<code>
shell> cat /etc/*-release
</code>
</pre>The post <a href="https://logs.paulooi.com/how-to-check-linux-version-and-distro.php">How to Check Linux Version and Distro</a> first appeared on <a href="https://logs.paulooi.com">/var/logs/paulooi.log</a>.]]></content:encoded>
					
					<wfw:commentRss>https://logs.paulooi.com/how-to-check-linux-version-and-distro.php/feed</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>
