<?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>1st Byte Solutions &#187; Linux</title>
	<atom:link href="http://www.1stbyte.com/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.1stbyte.com</link>
	<description>Company site for Greg Fischer { GregTheGeek }</description>
	<lastBuildDate>Tue, 31 Aug 2010 05:33:40 +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>Removing offending key in known_hosts</title>
		<link>http://www.1stbyte.com/2010/08/05/removing-offending-key-in-known_hosts/</link>
		<comments>http://www.1stbyte.com/2010/08/05/removing-offending-key-in-known_hosts/#comments</comments>
		<pubDate>Fri, 06 Aug 2010 05:39:42 +0000</pubDate>
		<dc:creator>Greg</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.1stbyte.com/2010/08/05/removing-offending-key-in-known_hosts/</guid>
		<description><![CDATA[sed -i '53d' ~/.ssh/known_hosts Run in your home directory. Replace &#8220;53&#8243; with the line number referred to in the known_hosts error from the ssh login attempt. You need the &#8220;d&#8221;. If you had line 12, then you&#8217;ll show &#8217;12d&#8217; in that sed command.]]></description>
		<wfw:commentRss>http://www.1stbyte.com/2010/08/05/removing-offending-key-in-known_hosts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Join Windows 7 to Samba PDC on Ubuntu Jaunty</title>
		<link>http://www.1stbyte.com/2009/05/31/join-windows-7-to-samba-pdc/</link>
		<comments>http://www.1stbyte.com/2009/05/31/join-windows-7-to-samba-pdc/#comments</comments>
		<pubDate>Mon, 01 Jun 2009 06:29:58 +0000</pubDate>
		<dc:creator>Greg</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[samba]]></category>

		<guid isPermaLink="false">http://www.1stbyte.com/?p=163</guid>
		<description><![CDATA[I found some info on Google searches to get Windows 7 to join a Samba domain controller.  I have Ubuntu 9.04 Jaunty which runs Samba 3.3.2, which I guess does not work.  You need 3.3.4.   Windows 7 needs a registry change: [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\LanmanWorkstation\Parameters] &#8220;DomainCompatibilityMode&#8221;=dword:00000001 &#8220;DNSNameResolutionRequired&#8221;=dword:00000000 The above need to be added to allow the join to work.  Then [...]]]></description>
		<wfw:commentRss>http://www.1stbyte.com/2009/05/31/join-windows-7-to-samba-pdc/feed/</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
		<item>
		<title>Ubuntu rndc.key dynamic DNS updates failing</title>
		<link>http://www.1stbyte.com/2009/05/12/ubuntu-rndckey-dynamic-dns-updates-failing/</link>
		<comments>http://www.1stbyte.com/2009/05/12/ubuntu-rndckey-dynamic-dns-updates-failing/#comments</comments>
		<pubDate>Tue, 12 May 2009 19:47:40 +0000</pubDate>
		<dc:creator>Greg</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[dhcp]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.1stbyte.com/?p=161</guid>
		<description><![CDATA[there's a thing in Ubuntu called Apparmor. Never even heard of this. This is what was keeping the files from being written to by the bind daemon. ]]></description>
		<wfw:commentRss>http://www.1stbyte.com/2009/05/12/ubuntu-rndckey-dynamic-dns-updates-failing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
