<?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>Andrew Stevens &#187; Linux</title>
	<atom:link href="http://andrewjstevens.com/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://andrewjstevens.com</link>
	<description>Technology, media, architecture &#38; strategy</description>
	<lastBuildDate>Tue, 27 Apr 2010 23:48:16 +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>An ASUS eee PC with Debian Linux</title>
		<link>http://andrewjstevens.com/2008/11/an-asus-eee-pc-with-debian-linux/</link>
		<comments>http://andrewjstevens.com/2008/11/an-asus-eee-pc-with-debian-linux/#comments</comments>
		<pubDate>Sat, 15 Nov 2008 12:34:50 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.andrewjstevens.com/?p=291</guid>
		<description><![CDATA[I like Linux, but I know Red Hat, Fedora and Ubuntu a little better than Debian &#8211; bit I am keen to get myself an eee. I have been thinking about a 901 or perhaps a 1000H and wiping XP off it. Anyway a mate has a 701 up for sale as he just got [...]]]></description>
			<content:encoded><![CDATA[<p>I like Linux, but I know Red Hat, Fedora and Ubuntu a little better than Debian &#8211; bit I am keen to get myself an eee. I have been thinking about a 901 or perhaps a 1000H and wiping XP off it.</p>
<p>Anyway a mate has a 701 up for sale as he just got himself a 901. I am taking his old 701 for a test drive.</p>
<p>Ok, first step? Get it onto my WPA Personal, TKIP secured network with a hidden SSID. Done!</p>
<p>Next? Get my 3 Huawei E220 modem working. This proved to be a little tougher until I found this: <a href="http://wiki.debian.org/Huawei/E220?highlight=(huawei)" onclick="pageTracker._trackPageview('/outgoing/wiki.debian.org/Huawei/E220?highlight=_huawei&amp;referer=');">http://wiki.debian.org/Huawei/E220?highlight=(huawei)</a></p>
<p>Now? Chatting to friends with Pidgin.</p>
<p>I will write more&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://andrewjstevens.com/2008/11/an-asus-eee-pc-with-debian-linux/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>More on Linux</title>
		<link>http://andrewjstevens.com/2008/11/more-on-linux/</link>
		<comments>http://andrewjstevens.com/2008/11/more-on-linux/#comments</comments>
		<pubDate>Wed, 12 Nov 2008 02:13:02 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://www.andrewjstevens.com/?p=287</guid>
		<description><![CDATA[Yes, I am still working through that Linux server I inherited without adequate documentation. So my next step is to find out the hardware specification of the server. CPU info: cat /proc/cpuinfo cat /proc/cpuinfo &#124; grep &#8216;model name&#8217; Memory info: cat /proc/meminfo cat /proc/meminfo &#124; grep MemTotal cat /proc/meminfo &#124; grep MemFree Storage info: cat [...]]]></description>
			<content:encoded><![CDATA[<p>Yes, I am still working through that Linux server I inherited without adequate documentation. So my next step is to find out the hardware specification of the server.</p>
<p>CPU info:</p>
<ul>
<li>cat /proc/cpuinfo</li>
<li>cat /proc/cpuinfo | grep &#8216;model name&#8217;</li>
</ul>
<p>Memory info:</p>
<ul>
<li>cat /proc/meminfo</li>
<li>cat /proc/meminfo | grep MemTotal</li>
<li>cat /proc/meminfo | grep MemFree</li>
</ul>
<p>Storage info:</p>
<ul>
<li>cat /proc/partitions</li>
<li><code>hdparm -I /dev/sda<br />
</code></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://andrewjstevens.com/2008/11/more-on-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;How do I tell what version of Linux is running?&#8221;</title>
		<link>http://andrewjstevens.com/2008/10/how-do-i-tell-what-version-of-linux-is-running/</link>
		<comments>http://andrewjstevens.com/2008/10/how-do-i-tell-what-version-of-linux-is-running/#comments</comments>
		<pubDate>Mon, 13 Oct 2008 02:07:53 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://www.andrewjstevens.com/?p=193</guid>
		<description><![CDATA[Ok, it does seem a strange question to be asked, but this seriously has happened to me too. I have just been handed a system without anything &#8211; no documentation, no history, no specifications, and no technical information or staff at all. So what is the command to find out? Just type this below: uname [...]]]></description>
			<content:encoded><![CDATA[<p>Ok, it does seem a strange question to be asked, but this seriously has happened to me too.</p>
<p>I have just been handed a system without anything &#8211; no documentation, no history, no specifications, and no technical information or staff at all.</p>
<p>So what is the command to find out? Just type this below:</p>
<p><code>uname -a &amp;&amp; cat /etc/*release</code></p>
]]></content:encoded>
			<wfw:commentRss>http://andrewjstevens.com/2008/10/how-do-i-tell-what-version-of-linux-is-running/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
