<?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>GeoNotes &#187; Linux</title>
	<atom:link href="http://northredoubt.com/n/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://northredoubt.com/n</link>
	<description></description>
	<lastBuildDate>Sat, 04 Sep 2010 03:07:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>SYSSTAT: SAR/IOSTAT</title>
		<link>http://northredoubt.com/n/2010/02/25/sysstat-sariostat/</link>
		<comments>http://northredoubt.com/n/2010/02/25/sysstat-sariostat/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 18:30:48 +0000</pubDate>
		<dc:creator>John Zastrow</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://northredoubt.com/n/2010/02/25/sysstat-sariostat/</guid>
		<description><![CDATA[The pidstat command is used to monitor processes and threads currently being managed by the Linux kernel. It can also monitor the children of those processes and threads. With its -d option, pidstat can report I/O statistics, providing that you have a recent Linux kernel (2.6.20+) with the option CONFIG_TASK_IO_ACCOUNTING compiled in. So imagine that&#8230;]]></description>
		<wfw:commentRss>http://northredoubt.com/n/2010/02/25/sysstat-sariostat/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick SCP</title>
		<link>http://northredoubt.com/n/2010/02/25/quick-scp/</link>
		<comments>http://northredoubt.com/n/2010/02/25/quick-scp/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 16:39:29 +0000</pubDate>
		<dc:creator>John Zastrow</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://northredoubt.com/n/2010/02/25/quick-scp/</guid>
		<description><![CDATA[Logged into source host scp -r -p * root@remotehost:/home/user/public_html This will copy *all* files to the directory /home/user/public_html in the remote server remotehost. The -p preserves the modification and access times, as well as the permissions of the source-file in the destination-file. The -r copies the contents of the source-file (directory in this case) recursively.]]></description>
		<wfw:commentRss>http://northredoubt.com/n/2010/02/25/quick-scp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
