<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for codehunk</title>
	<atom:link href="http://codehunk.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://codehunk.wordpress.com</link>
	<description>the way i see it.......</description>
	<lastBuildDate>Thu, 12 Nov 2009 00:04:59 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Getting TuxGuitar sound to work on Debian(Lenny) by Camilo Torres</title>
		<link>http://codehunk.wordpress.com/2009/05/06/getting-tuxguitar-sound-on-debian-lenny/#comment-118</link>
		<dc:creator>Camilo Torres</dc:creator>
		<pubDate>Thu, 12 Nov 2009 00:04:59 +0000</pubDate>
		<guid isPermaLink="false">http://codehunk.wordpress.com/?p=188#comment-118</guid>
		<description>On Debian Squeeze you must install &#039;timidity-daemon&#039; to get the daemon. If you don&#039;t have /etc/init.d/timidity you should install this package also.</description>
		<content:encoded><![CDATA[<p>On Debian Squeeze you must install &#8216;timidity-daemon&#8217; to get the daemon. If you don&#8217;t have /etc/init.d/timidity you should install this package also.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Key Mapping in GNU/Linux (Debian Lenny) by janmejay</title>
		<link>http://codehunk.wordpress.com/2009/04/17/key-mapping-in-gnulinux-debian-lenny/#comment-116</link>
		<dc:creator>janmejay</dc:creator>
		<pubDate>Sun, 01 Nov 2009 20:03:04 +0000</pubDate>
		<guid isPermaLink="false">http://codehunk.wordpress.com/?p=170#comment-116</guid>
		<description>Have been using the same setup on my Gentoo installation for a long time. I somehow forgot to post steps for it. 
So, if you got &lt;b&gt;Gentoo&lt;/b&gt;, here are the steps:

&lt;b&gt;X-displays:&lt;/b&gt;(same as debian, using xmodmap).

&lt;b&gt;Console(non X environments):&lt;/b&gt; 
&lt;pre&gt;
  $ cd /etc/conf.d/
  $ sudo emacs keymaps # use whatever editor you prefer
  $ # find the line that reads KEYMAP=&quot;&quot;, and change it to KEYMAP=&quot;-personalized&quot; (&quot;&quot; is not a litteral, its a value, for me it was KEYMAP=&quot;us&quot;, or so i think and i made it KEYMAP=&quot;us-personalized&quot;),  Save the file and exit $EDITOR.
  $ cd /usr/share/keymaps
  $ find . -name &#039;.map.gz&#039; -type f # use &quot;&quot; value from the last command
  $ # observe the directory holding that file the last command found, and cd to it
  $ cd  # for me,  was i386/qwerty
  $ sudo cp .map.gz -personalized.map.gz
  $ sudo emacs -personalized.map.gz # if you are using some other editor(not emacs), it may not have capability to edit gzip files, so follow the usual procedure of gunzip&#039;ing it first, editing it, and then gzip&#039;ing it again. (cat -personalized.map.gz &#124; gunzip &gt; /tmp/my_map &amp;&amp; $EDITOR /tmp/my_map &amp;&amp; cat /tmp/my_map &#124; gzip &gt; /tmp/my_map.gz &amp;&amp; sudo cp /tmp/my_map.gz ./-personalized.map.gz)
  $ # find the line that reads &#039;keycode 58 = Caps_Lock&#039;, change it to &#039;keycode 58 = Control&#039; and find the one thats &#039;keycode 97 = Control&#039;, change it to &#039;keycode 97 = Caps_Lock&#039;
  $ # save the file, and you are done, on the next bootup, your non X session should have Right Control key as CapsLock and CapsLock key as Control.
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>Have been using the same setup on my Gentoo installation for a long time. I somehow forgot to post steps for it.<br />
So, if you got <b>Gentoo</b>, here are the steps:</p>
<p><b>X-displays:</b>(same as debian, using xmodmap).</p>
<p><b>Console(non X environments):</b> </p>
<pre>
  $ cd /etc/conf.d/
  $ sudo emacs keymaps # use whatever editor you prefer
  $ # find the line that reads KEYMAP="", and change it to KEYMAP="-personalized" ("" is not a litteral, its a value, for me it was KEYMAP="us", or so i think and i made it KEYMAP="us-personalized"),  Save the file and exit $EDITOR.
  $ cd /usr/share/keymaps
  $ find . -name '.map.gz' -type f # use "" value from the last command
  $ # observe the directory holding that file the last command found, and cd to it
  $ cd  # for me,  was i386/qwerty
  $ sudo cp .map.gz -personalized.map.gz
  $ sudo emacs -personalized.map.gz # if you are using some other editor(not emacs), it may not have capability to edit gzip files, so follow the usual procedure of gunzip'ing it first, editing it, and then gzip'ing it again. (cat -personalized.map.gz | gunzip &gt; /tmp/my_map &amp;&amp; $EDITOR /tmp/my_map &amp;&amp; cat /tmp/my_map | gzip &gt; /tmp/my_map.gz &amp;&amp; sudo cp /tmp/my_map.gz ./-personalized.map.gz)
  $ # find the line that reads 'keycode 58 = Caps_Lock', change it to 'keycode 58 = Control' and find the one thats 'keycode 97 = Control', change it to 'keycode 97 = Caps_Lock'
  $ # save the file, and you are done, on the next bootup, your non X session should have Right Control key as CapsLock and CapsLock key as Control.
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Propritory software&#8230; such a pain by Propritory softwareâ€¦ such a pain &#171; Chicago Mac/PC Support</title>
		<link>http://codehunk.wordpress.com/2009/10/19/propritory-software-such-a-pain/#comment-115</link>
		<dc:creator>Propritory softwareâ€¦ such a pain &#171; Chicago Mac/PC Support</dc:creator>
		<pubDate>Tue, 27 Oct 2009 16:07:13 +0000</pubDate>
		<guid isPermaLink="false">http://codehunk.wordpress.com/?p=284#comment-115</guid>
		<description>[...] Propritory softwareâ€¦ such a&#160;pain  October 27, 2009 chimac Leave a comment Go to comments    Makes some good points.Â  Read more here. [...]</description>
		<content:encoded><![CDATA[<p>[...] Propritory softwareâ€¦ such a&nbsp;pain  October 27, 2009 chimac Leave a comment Go to comments    Makes some good points.Â  Read more here. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting TuxGuitar sound to work on Debian(Lenny) by Steven</title>
		<link>http://codehunk.wordpress.com/2009/05/06/getting-tuxguitar-sound-on-debian-lenny/#comment-114</link>
		<dc:creator>Steven</dc:creator>
		<pubDate>Fri, 23 Oct 2009 20:27:08 +0000</pubDate>
		<guid isPermaLink="false">http://codehunk.wordpress.com/?p=188#comment-114</guid>
		<description>Thank you, i have been looking for this quite some time.</description>
		<content:encoded><![CDATA[<p>Thank you, i have been looking for this quite some time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fix for &#8220;Pidgin not connecting to Yahoo on Lenny&#8221; by Bruce Johnson</title>
		<link>http://codehunk.wordpress.com/2009/07/18/fix-for-pidgin-not-connecting-to-yahoo-on-lenny/#comment-113</link>
		<dc:creator>Bruce Johnson</dc:creator>
		<pubDate>Tue, 13 Oct 2009 02:29:09 +0000</pubDate>
		<guid isPermaLink="false">http://codehunk.wordpress.com/?p=257#comment-113</guid>
		<description>Thanks for posting this.  I&#039;m pleased to report that a build of pidgin 2.6.2 doesn&#039;t require your hack. I wasn&#039;t aware of &quot;apt-get build-dep pidgin&quot;, and it was the thing I needed to make it work.</description>
		<content:encoded><![CDATA[<p>Thanks for posting this.  I&#8217;m pleased to report that a build of pidgin 2.6.2 doesn&#8217;t require your hack. I wasn&#8217;t aware of &#8220;apt-get build-dep pidgin&#8221;, and it was the thing I needed to make it work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Headless X setup with Debian(Lenny) by Karl Runge</title>
		<link>http://codehunk.wordpress.com/2009/08/23/headless-x-setup-with-debianlenny/#comment-110</link>
		<dc:creator>Karl Runge</dc:creator>
		<pubDate>Mon, 24 Aug 2009 01:20:30 +0000</pubDate>
		<guid isPermaLink="false">http://codehunk.wordpress.com/?p=255#comment-110</guid>
		<description>I think this will do it:

x11vnc -create -env FD_PROG=/full/path/to/blackbox

The session will be created the first time the viewer connects. Report back how it goes if you try it.</description>
		<content:encoded><![CDATA[<p>I think this will do it:</p>
<p>x11vnc -create -env FD_PROG=/full/path/to/blackbox</p>
<p>The session will be created the first time the viewer connects. Report back how it goes if you try it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Headless X setup with Debian(Lenny) by janmejay</title>
		<link>http://codehunk.wordpress.com/2009/08/23/headless-x-setup-with-debianlenny/#comment-109</link>
		<dc:creator>janmejay</dc:creator>
		<pubDate>Sun, 23 Aug 2009 20:55:59 +0000</pubDate>
		<guid isPermaLink="false">http://codehunk.wordpress.com/?p=255#comment-109</guid>
		<description>Ya, looking at the link you posted i think that xmodmap snippet should fix it. 
I will explore x11vnc -create(if it can start blackbox as well, that will make things much simpler). 
And you are right about the vncserver thing, it does start X and bring up blackbox too).
So, `vncserver -depth  -geometry x` is actually enough to bring up the whole thing.
Thanks for the comment, im sure this will help people. :-)</description>
		<content:encoded><![CDATA[<p>Ya, looking at the link you posted i think that xmodmap snippet should fix it.<br />
I will explore x11vnc -create(if it can start blackbox as well, that will make things much simpler).<br />
And you are right about the vncserver thing, it does start X and bring up blackbox too).<br />
So, `vncserver -depth  -geometry x` is actually enough to bring up the whole thing.<br />
Thanks for the comment, im sure this will help people. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Headless X setup with Debian(Lenny) by Karl Runge</title>
		<link>http://codehunk.wordpress.com/2009/08/23/headless-x-setup-with-debianlenny/#comment-108</link>
		<dc:creator>Karl Runge</dc:creator>
		<pubDate>Sun, 23 Aug 2009 19:23:55 +0000</pubDate>
		<guid isPermaLink="false">http://codehunk.wordpress.com/?p=255#comment-108</guid>
		<description>Doesn&#039;t this start up two virtual X servers?  I.e. both Xvfb and Xvnc (the latter started by &#039;vncserver&#039;)

You may be able to solve the key modifiers problem with the xmodmap settings described here:

http://www.karlrunge.com/x11vnc/faq.html#faq-xvfb

Note that the x11vnc -create option that starts up Xvfb can probably also be made to start up blackbox as the wm.  Ask if you are interested. The -create option does the xmodmap for the missing modifiers as well.</description>
		<content:encoded><![CDATA[<p>Doesn&#8217;t this start up two virtual X servers?  I.e. both Xvfb and Xvnc (the latter started by &#8216;vncserver&#8217;)</p>
<p>You may be able to solve the key modifiers problem with the xmodmap settings described here:</p>
<p><a href="http://www.karlrunge.com/x11vnc/faq.html#faq-xvfb" rel="nofollow">http://www.karlrunge.com/x11vnc/faq.html#faq-xvfb</a></p>
<p>Note that the x11vnc -create option that starts up Xvfb can probably also be made to start up blackbox as the wm.  Ask if you are interested. The -create option does the xmodmap for the missing modifiers as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Emacs: setup geared towards doing `Ruby based Web-Applications` by irc forumlarÄ±</title>
		<link>http://codehunk.wordpress.com/2009/06/27/emacs-repo-for-ruby-webapps/#comment-107</link>
		<dc:creator>irc forumlarÄ±</dc:creator>
		<pubDate>Tue, 11 Aug 2009 16:05:20 +0000</pubDate>
		<guid isPermaLink="false">http://codehunk.wordpress.com/?p=231#comment-107</guid>
		<description>ACTION ÅŸu anda meÅŸgul modundayÄ±m, sebep: Away oldum Â» Sebep: pC baSÄ±nda diiLim... Saat: 18:21:58 (Ã–zel KayÄ±t AÃ§Ä±k) - MeÅŸgul modunda durduÄŸum sÃ¼re: 37dk. 9sn</description>
		<content:encoded><![CDATA[<p>ACTION ÅŸu anda meÅŸgul modundayÄ±m, sebep: Away oldum Â» Sebep: pC baSÄ±nda diiLim&#8230; Saat: 18:21:58 (Ã–zel KayÄ±t AÃ§Ä±k) &#8211; MeÅŸgul modunda durduÄŸum sÃ¼re: 37dk. 9sn</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting TuxGuitar sound to work on Debian(Lenny) by Ubu 9.04: Sound überall - nur nicht in kmid - tuxguitar.. - Linux: Linux-Forum</title>
		<link>http://codehunk.wordpress.com/2009/05/06/getting-tuxguitar-sound-on-debian-lenny/#comment-106</link>
		<dc:creator>Ubu 9.04: Sound überall - nur nicht in kmid - tuxguitar.. - Linux: Linux-Forum</dc:creator>
		<pubDate>Sat, 08 Aug 2009 11:25:06 +0000</pubDate>
		<guid isPermaLink="false">http://codehunk.wordpress.com/?p=188#comment-106</guid>
		<description>[...]  [...]</description>
		<content:encoded><![CDATA[<p>[...]  [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
