<?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>Chris Carey &#187; Linux</title>
	<atom:link href="http://chriscarey.com/wordpress/tag/Linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://chriscarey.com/wordpress</link>
	<description>Software Developer, Salt Lake City</description>
	<lastBuildDate>Tue, 27 Jul 2010 04:56:31 +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>SSH KeepAlive</title>
		<link>http://chriscarey.com/wordpress/2009/06/03/ssh-keepalive/</link>
		<comments>http://chriscarey.com/wordpress/2009/06/03/ssh-keepalive/#comments</comments>
		<pubDate>Thu, 04 Jun 2009 00:18:09 +0000</pubDate>
		<dc:creator>Chris Carey</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://chriscarey.com/blog/?p=390</guid>
		<description><![CDATA[By default, your ssh daemon probably will kick you out after a period of no activity. I like to set the following in sshd_config: TCPKeepAlive yes ClientAliveInterval 60]]></description>
			<content:encoded><![CDATA[<p>By default, your ssh daemon probably will kick you out after a period of no activity. I like to set the following in sshd_config:</p>
<p>TCPKeepAlive yes<br />
ClientAliveInterval 60</p>
]]></content:encoded>
			<wfw:commentRss>http://chriscarey.com/wordpress/2009/06/03/ssh-keepalive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mounting a lvm crypted device via the command line</title>
		<link>http://chriscarey.com/wordpress/2009/01/19/mounting-a-lvm-crypted-device-via-the-command-line/</link>
		<comments>http://chriscarey.com/wordpress/2009/01/19/mounting-a-lvm-crypted-device-via-the-command-line/#comments</comments>
		<pubDate>Mon, 19 Jan 2009 21:06:37 +0000</pubDate>
		<dc:creator>Chris Carey</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://chriscarey.com/blog/?p=350</guid>
		<description><![CDATA[#cryptsetup luksOpen /dev/HARDDISK DEVICENAME #lvmdiskscan #vgchange -ay #ls -l /dev/mapper #mkdir /media/crypt #mount /dev/mapper/DEVICENAME /media/crypt]]></description>
			<content:encoded><![CDATA[<p>#cryptsetup luksOpen /dev/HARDDISK DEVICENAME<br />
#lvmdiskscan<br />
#vgchange -ay<br />
#ls -l /dev/mapper<br />
#mkdir /media/crypt<br />
#mount /dev/mapper/DEVICENAME /media/crypt</p>
]]></content:encoded>
			<wfw:commentRss>http://chriscarey.com/wordpress/2009/01/19/mounting-a-lvm-crypted-device-via-the-command-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
