<?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>yaleman.org &#187; Linux</title>
	<atom:link href="http://www.yaleman.org/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.yaleman.org</link>
	<description>a blog by James Hodgkinson</description>
	<lastBuildDate>Thu, 19 Jan 2012 11:10:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Keyboard issues on Macbook (and Pro) with Ubuntu and VMWare Fusion</title>
		<link>http://www.yaleman.org/2012/01/12/keyboard-issues-on-macbook-and-pro-with-ubuntu-and-vmware-fusion/</link>
		<comments>http://www.yaleman.org/2012/01/12/keyboard-issues-on-macbook-and-pro-with-ubuntu-and-vmware-fusion/#comments</comments>
		<pubDate>Thu, 12 Jan 2012 07:59:04 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[macbook]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[vmware fusion]]></category>

		<guid isPermaLink="false">http://www.yaleman.org/?p=618</guid>
		<description><![CDATA[So, it seems if you&#8217;re running a recent Ubuntu install (l/m/n/o initials) and you use Easy Install on VMWare Fusion you&#8217;ll have issues with keymaps. Up and down arrow, and a few other keys might play up too. There&#8217;s a simple trick, run this from the console as an admin (sudo if you please): dpkg-reconfigure [...]]]></description>
			<content:encoded><![CDATA[<p>So, it seems if you&#8217;re running a recent Ubuntu install (l/m/n/o initials) and you use Easy Install on VMWare Fusion you&#8217;ll have issues with keymaps. Up and down arrow, and a few other keys might play up too.</p>
<p>There&#8217;s a simple trick, run this from the console as an admin (sudo if you please):</p>
<blockquote><p>dpkg-reconfigure console-setup</p></blockquote>
<p>When it asks what kind of keyboard you have, hit &#8220;m&#8221; to select Macbook then hit enter. Keep hitting enter (or letter keys to select options, multiple taps on the same letter will scroll) and you&#8217;ll get your way through.</p>
<p>Keys should work after that <img src='http://www.yaleman.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.yaleman.org/2012/01/12/keyboard-issues-on-macbook-and-pro-with-ubuntu-and-vmware-fusion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SSH Reverse DNS Lookup Disable</title>
		<link>http://www.yaleman.org/2007/12/09/ssh-reverse-dns-lookup-disable/</link>
		<comments>http://www.yaleman.org/2007/12/09/ssh-reverse-dns-lookup-disable/#comments</comments>
		<pubDate>Sun, 09 Dec 2007 02:42:22 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Networks]]></category>
		<category><![CDATA[Web Hosting]]></category>
		<category><![CDATA[bsd]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[netork]]></category>
		<category><![CDATA[notes]]></category>
		<category><![CDATA[openssh]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[usedns]]></category>

		<guid isPermaLink="false">http://www.ricetek.net/2007/12/09/ssh-reverse-dns-lookup-disable/</guid>
		<description><![CDATA[This isn&#8217;t the most interesting of posts, but a good &#8220;note to self&#8221; for future reference. If not disabled, SSHD will try to do a slow reverse lookup of the IP address of the client causing for an unnecessary delay during authentication. I often run into trouble with this when creating a new install of [...]]]></description>
			<content:encoded><![CDATA[<p>This isn&#8217;t the most interesting of posts, but a good &#8220;note to self&#8221; for future reference. If not disabled, SSHD will try to do a slow reverse lookup of the IP address of the client causing for an unnecessary delay during authentication. I often run into trouble with this when creating a new install of Linux or FreeBSD. Do the following to disable it:</p>
<blockquote><p>In file /etc/ssh/sshd_config:</p>
<p>UseDNS no</p></blockquote>

]]></content:encoded>
			<wfw:commentRss>http://www.yaleman.org/2007/12/09/ssh-reverse-dns-lookup-disable/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

