<?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>Zach Dwiel &#187; linux</title>
	<atom:link href="http://dwiel.net/blog/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://dwiel.net</link>
	<description>Repository of code snippits and ideas</description>
	<lastBuildDate>Thu, 22 Apr 2010 15:15:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Passwordless login for SSH not working</title>
		<link>http://dwiel.net/blog/passwordless-login-for-ssh-not-working/</link>
		<comments>http://dwiel.net/blog/passwordless-login-for-ssh-not-working/#comments</comments>
		<pubDate>Mon, 08 Dec 2008 07:22:12 +0000</pubDate>
		<dc:creator>dwiel</dc:creator>
				<category><![CDATA[fyi]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[login]]></category>
		<category><![CDATA[passwordless]]></category>
		<category><![CDATA[permissions]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[sshd]]></category>

		<guid isPermaLink="false">http://dwiel.net/?p=63</guid>
		<description><![CDATA[I have not been able to login to my system with passwordless SSH for some time now and finally figured out the problem.  I had to change the permissions of my home directory to disallow writing by everyone.  I knew that ~/.ssh and the files in it required specific permissions to be set, but I [...]]]></description>
			<content:encoded><![CDATA[<p>I have not been able to login to my system with passwordless SSH for some time now and finally figured out the problem.  I had to change the permissions of my home directory to disallow writing by everyone.  I knew that ~/.ssh and the files in it required specific permissions to be set, but I hadn't heard about the home directory having similar requirements.</p>
]]></content:encoded>
			<wfw:commentRss>http://dwiel.net/blog/passwordless-login-for-ssh-not-working/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Script to center the current window (linux)</title>
		<link>http://dwiel.net/blog/script-to-center-the-current-window-linux/</link>
		<comments>http://dwiel.net/blog/script-to-center-the-current-window-linux/#comments</comments>
		<pubDate>Sat, 08 Nov 2008 02:49:05 +0000</pubDate>
		<dc:creator>dwiel</dc:creator>
				<category><![CDATA[script]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[patch]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[wmctrl]]></category>

		<guid isPermaLink="false">http://dwiel.net/?p=55</guid>
		<description><![CDATA[Just remembered that I hadn't published this script that I use fairly often which centers the currently active window on the screen using wmctrl (requires the patch provided)
wmctrl-patch
center_active_window.py
]]></description>
			<content:encoded><![CDATA[<p>Just remembered that I hadn't published this script that I use fairly often which centers the currently active window on the screen using wmctrl (requires the patch provided)</p>
<p><a href="http://dwiel.net/wp-content/uploads/2008/11/wmctrl.diffs">wmctrl-patch</a></p>
<p><a href="http://dwiel.net/wp-content/uploads/2008/11/center_active_window.py">center_active_window.py</a></p>
]]></content:encoded>
			<wfw:commentRss>http://dwiel.net/blog/script-to-center-the-current-window-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
