<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>It needs more code</title>
	<atom:link href="http://morecode.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://morecode.wordpress.com</link>
	<description>Kitchen Sink Included</description>
	<lastBuildDate>Fri, 20 Feb 2009 11:50:06 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='morecode.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/aafb23c74ce3633720446a73b53fbf1f?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>It needs more code</title>
		<link>http://morecode.wordpress.com</link>
	</image>
			<item>
		<title>Notes on KVM</title>
		<link>http://morecode.wordpress.com/2009/02/20/notes-on-kvm/</link>
		<comments>http://morecode.wordpress.com/2009/02/20/notes-on-kvm/#comments</comments>
		<pubDate>Fri, 20 Feb 2009 11:48:05 +0000</pubDate>
		<dc:creator>cake</dc:creator>
				<category><![CDATA[RandomHelp]]></category>

		<guid isPermaLink="false">http://morecode.wordpress.com/?p=74</guid>
		<description><![CDATA[Sharing sound with the host:
export QEMU_AUDIO_DRV=alsa; kvm -hda $image_name.img -m 1024 -soundhw all 
-hda = Hard disk image
-m = Memory
-soundhw = Sound Hardware
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=morecode.wordpress.com&blog=682852&post=74&subd=morecode&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Sharing sound with the host:<br />
export QEMU_AUDIO_DRV=alsa; kvm -hda $image_name.img -m 1024 -soundhw all </p>
<p>-hda = Hard disk image<br />
-m = Memory<br />
-soundhw = Sound Hardware</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/morecode.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/morecode.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/morecode.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/morecode.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/morecode.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/morecode.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/morecode.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/morecode.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/morecode.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/morecode.wordpress.com/74/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=morecode.wordpress.com&blog=682852&post=74&subd=morecode&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://morecode.wordpress.com/2009/02/20/notes-on-kvm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a520da93c305b2197c847df8e92c7177?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cake</media:title>
		</media:content>
	</item>
		<item>
		<title>Git Hook Caveat</title>
		<link>http://morecode.wordpress.com/2009/01/16/git-hook-caveat/</link>
		<comments>http://morecode.wordpress.com/2009/01/16/git-hook-caveat/#comments</comments>
		<pubDate>Fri, 16 Jan 2009 09:34:20 +0000</pubDate>
		<dc:creator>cake</dc:creator>
				<category><![CDATA[RandomHelp]]></category>

		<guid isPermaLink="false">http://morecode.wordpress.com/?p=70</guid>
		<description><![CDATA[If you&#8217;re doing something that needs to change its directory to another place (like say, you have the unfortunate need to call an external repository to perform a subtree merge after your repository has been updated), the variable GIT_DIR needs to be unset for things to work properly.
Do:
unset GIT_DIR
in your bash script to make this [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=morecode.wordpress.com&blog=682852&post=70&subd=morecode&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>If you&#8217;re doing something that needs to change its directory to another place (like say, you have the unfortunate need to call an external repository to perform a subtree merge after your repository has been updated), the variable GIT_DIR needs to be unset for things to work properly.</p>
<p>Do:<br />
unset GIT_DIR<br />
in your bash script to make this happen.</p>
<p>References:<br />
http://www.kernel.org/pub/software/scm/git/docs/howto/rebuild-from-update-hook.txt</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/morecode.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/morecode.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/morecode.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/morecode.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/morecode.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/morecode.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/morecode.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/morecode.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/morecode.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/morecode.wordpress.com/70/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=morecode.wordpress.com&blog=682852&post=70&subd=morecode&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://morecode.wordpress.com/2009/01/16/git-hook-caveat/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a520da93c305b2197c847df8e92c7177?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cake</media:title>
		</media:content>
	</item>
		<item>
		<title>Adding an IP address to Debian/Ubuntu Linux</title>
		<link>http://morecode.wordpress.com/2008/11/04/adding-an-ip-address-to-debianubuntu-linux/</link>
		<comments>http://morecode.wordpress.com/2008/11/04/adding-an-ip-address-to-debianubuntu-linux/#comments</comments>
		<pubDate>Tue, 04 Nov 2008 00:44:38 +0000</pubDate>
		<dc:creator>cake</dc:creator>
				<category><![CDATA[RandomHelp]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://morecode.wordpress.com/?p=68</guid>
		<description><![CDATA[# sudo vi /etc/network/interfaces
Your original will look something like this:

# Used by ifup(8) and ifdown(8). See the interfaces(5) manpage or
# /usr/share/doc/ifupdown/examples for more information.
auto lo eth0
iface lo inet loopback
iface eth0 inet static
        address XXX.XXX.XXX.XXX
        netmask 255.255.255.255
      [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=morecode.wordpress.com&blog=682852&post=68&subd=morecode&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p># sudo vi /etc/network/interfaces</p>
<p>Your original will look something like this:</p>
<blockquote><p><code><br />
# Used by ifup(8) and ifdown(8). See the interfaces(5) manpage or<br />
# /usr/share/doc/ifupdown/examples for more information.</p>
<p>auto lo eth0</p>
<p>iface lo inet loopback</p>
<p>iface eth0 inet static<br />
        address XXX.XXX.XXX.XXX<br />
        netmask 255.255.255.255<br />
        broadcast 0.0.0.0<br />
</code></p></blockquote>
<p>Add the following below it to add another address to the same interface:</p>
<blockquote><p><code><br />
auto eth0:1<br />
iface eth0:1 inet static<br />
        address XXX.XXX.XXX.XXX<br />
        netmask 255.255.255.255<br />
        broadcast 0.0.0.0<br />
</code></p></blockquote>
<p>Exit.</p>
<p># sudo /etc/init.d/networking restart</p>
<p>Ping the interface and check to see if the IP is up.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/morecode.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/morecode.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/morecode.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/morecode.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/morecode.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/morecode.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/morecode.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/morecode.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/morecode.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/morecode.wordpress.com/68/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=morecode.wordpress.com&blog=682852&post=68&subd=morecode&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://morecode.wordpress.com/2008/11/04/adding-an-ip-address-to-debianubuntu-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a520da93c305b2197c847df8e92c7177?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cake</media:title>
		</media:content>
	</item>
		<item>
		<title>Installing mod_rails on CentOS</title>
		<link>http://morecode.wordpress.com/2008/08/15/installing-mod_rails-on-centos/</link>
		<comments>http://morecode.wordpress.com/2008/08/15/installing-mod_rails-on-centos/#comments</comments>
		<pubDate>Fri, 15 Aug 2008 00:33:12 +0000</pubDate>
		<dc:creator>cake</dc:creator>
				<category><![CDATA[RandomHelp]]></category>
		<category><![CDATA[RoR]]></category>

		<guid isPermaLink="false">http://morecode.wordpress.com/?p=64</guid>
		<description><![CDATA[First, you should follow this guide: http://wiki.rubyonrails.org/rails/pages/RailsOnCentos to install Rails and Ruby in general.
After you install RubyGems, install passenger by issuing gem install passenger.
After the installation completes, issue: passenger-install-apache2-module at the command prompt.
The installation steps should be straightforward, and it&#8217;ll tell you how to work through everything.
If you get the following error: cannot open /httpd/build/config_vars.mk: [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=morecode.wordpress.com&blog=682852&post=64&subd=morecode&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>First, you should follow this guide: <a href="http://wiki.rubyonrails.org/rails/pages/RailsOnCentos">http://wiki.rubyonrails.org/rails/pages/RailsOnCentos</a> to install Rails and Ruby in general.</p>
<p>After you install RubyGems, install passenger by issuing <i>gem install passenger</i>.<br />
After the installation completes, issue: <i>passenger-install-apache2-module</i> at the command prompt.<br />
The installation steps should be straightforward, and it&#8217;ll tell you how to work through everything.</p>
<p>If you get the following error: cannot open /httpd/build/config_vars.mk: No such file or directory at /usr/sbin/apxs line 201 (this may appear at the beginning of running passenger-install-apache2-module), you need to install apr-devel. Issue <i>yum install apr-devel</i> to take care of that.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/morecode.wordpress.com/64/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/morecode.wordpress.com/64/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/morecode.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/morecode.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/morecode.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/morecode.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/morecode.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/morecode.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/morecode.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/morecode.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/morecode.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/morecode.wordpress.com/64/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=morecode.wordpress.com&blog=682852&post=64&subd=morecode&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://morecode.wordpress.com/2008/08/15/installing-mod_rails-on-centos/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a520da93c305b2197c847df8e92c7177?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cake</media:title>
		</media:content>
	</item>
		<item>
		<title>Instaling Ubuntu Linux on the HP Pavilion tx25135cl</title>
		<link>http://morecode.wordpress.com/2008/07/21/instaling-ubuntu-linux-on-the-hp-pavilion-tx25135cl/</link>
		<comments>http://morecode.wordpress.com/2008/07/21/instaling-ubuntu-linux-on-the-hp-pavilion-tx25135cl/#comments</comments>
		<pubDate>Mon, 21 Jul 2008 19:16:45 +0000</pubDate>
		<dc:creator>cake</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://morecode.wordpress.com/?p=58</guid>
		<description><![CDATA[The HP Pavilion tx25135cl is a 12.1&#8243; laptop tablet. It comes with an AMD Turion X2 RM-70 processor clocked at 2.0Ghz per core. Along with an ATi Radeon 3200 HD, this makes it a part of the AMD Puma platform. It has 3GB of RAM, a 250GB hard drive, and is usually pre-installed with Windows [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=morecode.wordpress.com&blog=682852&post=58&subd=morecode&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>The HP Pavilion tx25135cl is a 12.1&#8243; laptop tablet. It comes with an AMD Turion X2 RM-70 processor clocked at 2.0Ghz per core. Along with an ATi Radeon 3200 HD, this makes it a part of the AMD Puma platform. It has 3GB of RAM, a 250GB hard drive, and is usually pre-installed with Windows Vista Home Premium.</p>
<p>All installation work was done on the Ubuntu alternative installer.</p>
<p>Things that need fixing:<br />
Installation:<br />
You will need to pass nolapic and acpi=off as kernel options, both for installation and normal boot. Not doing this results in a thermal warning (and subsequently a forced shutdown). Specifying other combinations is prone to causing a kernel panic (and subsequently a hard system lockup as a result).</p>
<p>Ethernet:<br />
Realtek Ethernet is severely broken with the RTL8111/816B that gets loaded as stock.<br />
A bug report for this is here: https://bugs.launchpad.net/ubuntu/+source/linux-source-2.6.22/+bug/141343</p>
<p>The fastest way to fix this is to use Jameson William&#8217;s fixup. You will want to load the file there onto a USB stick. From a fresh Hardy install (alternative installer), the patch program was not installed, so you may need to grab a deb as well.</p>
<p>Grab the fixup here (read the instructions for it and install): http://www.jamesonwilliams.com/hardy-r8168.html<br />
If you end up needing the patch utility, you can find it here: http://us.archive.ubuntu.com/ubuntu/pool/main/p/patch/<br />
Select the appropriate architecture, download it onto your USB stick, and as root on the affected computer, issue a `dpkg -i patch_[version here]_[architecture here].deb` to install it.</p>
<p>Wireless:<br />
Broadcom BCM4328 a/b/g/n</p>
<p>This Broadcom chipset is VERY nice, it does 802.11 a/b/g/n. However it doesn&#8217;t get recognized as stock, and thus it falls over on itself:</p>
<p>https://help.ubuntu.com/community/WifiDocs/Driver/bcm43xx/Feisty_No-Fluff#Testimonials</p>
<p>This did not work for me on the cl, even though others with similar configurations had working wireless configurations. This may change in the future.</p>
<p>At this point, I decided to return the laptop due to time constraints (I was not able to get to work on the video or tablet features). Hopefully this post helps somebody out.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/morecode.wordpress.com/58/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/morecode.wordpress.com/58/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/morecode.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/morecode.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/morecode.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/morecode.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/morecode.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/morecode.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/morecode.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/morecode.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/morecode.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/morecode.wordpress.com/58/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=morecode.wordpress.com&blog=682852&post=58&subd=morecode&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://morecode.wordpress.com/2008/07/21/instaling-ubuntu-linux-on-the-hp-pavilion-tx25135cl/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a520da93c305b2197c847df8e92c7177?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cake</media:title>
		</media:content>
	</item>
		<item>
		<title>Buying Steam games using Wine</title>
		<link>http://morecode.wordpress.com/2008/06/22/buying-steam-games-using-wine/</link>
		<comments>http://morecode.wordpress.com/2008/06/22/buying-steam-games-using-wine/#comments</comments>
		<pubDate>Sun, 22 Jun 2008 04:57:23 +0000</pubDate>
		<dc:creator>cake</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://morecode.wordpress.com/?p=57</guid>
		<description><![CDATA[When you get an error that Firefox doesn&#8217;t know how to handle the Steam protocol, and you&#8217;re buying using PayPal, do the following in the same directory the Steam.exe executable is in. (This is usually ~/.wine/drive_c/Program Files/Steam/)
$ wine Steam.exe steam://paypal/return
This will cause your current Wine&#8217;d Steam to continue along properly to complete the purchase.
  [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=morecode.wordpress.com&blog=682852&post=57&subd=morecode&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>When you get an error that Firefox doesn&#8217;t know how to handle the Steam protocol, and you&#8217;re buying using PayPal, do the following in the same directory the Steam.exe executable is in. (This is usually ~/.wine/drive_c/Program Files/Steam/)</p>
<p>$ wine Steam.exe steam://paypal/return</p>
<p>This will cause your current Wine&#8217;d Steam to continue along properly to complete the purchase.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/morecode.wordpress.com/57/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/morecode.wordpress.com/57/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/morecode.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/morecode.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/morecode.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/morecode.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/morecode.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/morecode.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/morecode.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/morecode.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/morecode.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/morecode.wordpress.com/57/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=morecode.wordpress.com&blog=682852&post=57&subd=morecode&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://morecode.wordpress.com/2008/06/22/buying-steam-games-using-wine/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a520da93c305b2197c847df8e92c7177?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cake</media:title>
		</media:content>
	</item>
		<item>
		<title>Irssi with IRC Proxy on OpenWRT</title>
		<link>http://morecode.wordpress.com/2008/04/27/irssi-with-irc-proxy/</link>
		<comments>http://morecode.wordpress.com/2008/04/27/irssi-with-irc-proxy/#comments</comments>
		<pubDate>Sun, 27 Apr 2008 03:07:25 +0000</pubDate>
		<dc:creator>cake</dc:creator>
				<category><![CDATA[RandomHelp]]></category>

		<guid isPermaLink="false">http://morecode.wordpress.com/?p=56</guid>
		<description><![CDATA[Irssi has this nifty feature that allows you to proxy through the client. This isn&#8217;t installed by default, and is not configured in the Makefile.
This will be a sparse walkthrough, until I can flesh it out more later. I did modify the Makefile using &#8211;with-proxy, but this didn&#8217;t seem to work (the ipkg contained only [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=morecode.wordpress.com&blog=682852&post=56&subd=morecode&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Irssi has this nifty feature that allows you to proxy through the client. This isn&#8217;t installed by default, and is not configured in the Makefile.</p>
<p>This will be a sparse walkthrough, until I can flesh it out more later. I did modify the Makefile using &#8211;with-proxy, but this didn&#8217;t seem to work (the ipkg contained only the binary irssi and other sparse files).</p>
<p>In any case, requirements:<br />
OpenWRT SDK, with Irssi package<br />
Copy the following from the SDK directory: </p>
<p>cd openwrt/build_dir/mipsel/irssi-0.8.10/src/irc/proxy/.libs<br />
scp * root@openwrt:/usr/lib/irssi/modules/</p>
<p>Starting irssi and performing /LOAD proxy showed the following:<br />
Warning: Warning!! Password not specified, everyone can use this proxy! Use<br />
          /set irssiproxy_password  to set it<br />
Warning: No proxy ports specified. Use /SET irssiproxy_ports =<br />
          = &#8230; to set them.<br />
03:08 -!- Irssi: Loaded module proxy/irc</p>
<p>Resources:<br />
http://www.irssi.org/documentation/proxy<br />
http://wiki.openwrt.org/BuildingPackagesHowTo</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/morecode.wordpress.com/56/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/morecode.wordpress.com/56/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/morecode.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/morecode.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/morecode.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/morecode.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/morecode.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/morecode.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/morecode.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/morecode.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/morecode.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/morecode.wordpress.com/56/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=morecode.wordpress.com&blog=682852&post=56&subd=morecode&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://morecode.wordpress.com/2008/04/27/irssi-with-irc-proxy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a520da93c305b2197c847df8e92c7177?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cake</media:title>
		</media:content>
	</item>
		<item>
		<title>When setting up a Hadoop cluster..</title>
		<link>http://morecode.wordpress.com/2008/03/25/when-setting-up-a-hadoop-cluster/</link>
		<comments>http://morecode.wordpress.com/2008/03/25/when-setting-up-a-hadoop-cluster/#comments</comments>
		<pubDate>Tue, 25 Mar 2008 09:43:43 +0000</pubDate>
		<dc:creator>cake</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://morecode.wordpress.com/?p=54</guid>
		<description><![CDATA[Make sure you clear out your /etc/hosts. I had plenty of hunting trying to figure out why the dfs daemon kept binding to localhost and how to unbind it.
For those interested in setting up a Hadoop cluster, go
here
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=morecode.wordpress.com&blog=682852&post=54&subd=morecode&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Make sure you clear out your /etc/hosts. I had plenty of hunting trying to figure out why the dfs daemon kept binding to localhost and how to unbind it.</p>
<p>For those interested in setting up a Hadoop cluster, go<br />
<a href="http://www.michael-noll.com/wiki/Running_Hadoop_On_Ubuntu_Linux_%28Multi-Node_Cluster%29">here</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/morecode.wordpress.com/54/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/morecode.wordpress.com/54/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/morecode.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/morecode.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/morecode.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/morecode.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/morecode.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/morecode.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/morecode.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/morecode.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/morecode.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/morecode.wordpress.com/54/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=morecode.wordpress.com&blog=682852&post=54&subd=morecode&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://morecode.wordpress.com/2008/03/25/when-setting-up-a-hadoop-cluster/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a520da93c305b2197c847df8e92c7177?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cake</media:title>
		</media:content>
	</item>
		<item>
		<title>Enabling SSH keys on OpenWRT</title>
		<link>http://morecode.wordpress.com/2008/02/11/enabling-ssh-keys-on-openwrt/</link>
		<comments>http://morecode.wordpress.com/2008/02/11/enabling-ssh-keys-on-openwrt/#comments</comments>
		<pubDate>Mon, 11 Feb 2008 07:46:42 +0000</pubDate>
		<dc:creator>cake</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://morecode.wordpress.com/?p=53</guid>
		<description><![CDATA[Your SSH keys should go into /etc/dropbear, and not into ~/.ssh/. 
More documentation  here, including how to generate DSA public/private keys.
Update: Keep in mind that regular users you create (by editing /etc/passwd), have their ssh keys in their home directories.
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=morecode.wordpress.com&blog=682852&post=53&subd=morecode&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Your SSH keys should go into /etc/dropbear, and not into ~/.ssh/. </p>
<p>More documentation  <a href="http://wiki.openwrt.org/DropbearPublicKeyAuthenticationHowto">here</a>, including how to generate DSA public/private keys.</p>
<p>Update: Keep in mind that regular users you create (by editing /etc/passwd), have their ssh keys in their home directories.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/morecode.wordpress.com/53/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/morecode.wordpress.com/53/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/morecode.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/morecode.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/morecode.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/morecode.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/morecode.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/morecode.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/morecode.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/morecode.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/morecode.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/morecode.wordpress.com/53/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=morecode.wordpress.com&blog=682852&post=53&subd=morecode&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://morecode.wordpress.com/2008/02/11/enabling-ssh-keys-on-openwrt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a520da93c305b2197c847df8e92c7177?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cake</media:title>
		</media:content>
	</item>
		<item>
		<title>Asking a question, on the Internet</title>
		<link>http://morecode.wordpress.com/2008/02/02/asking-a-question-on-the-internet/</link>
		<comments>http://morecode.wordpress.com/2008/02/02/asking-a-question-on-the-internet/#comments</comments>
		<pubDate>Sat, 02 Feb 2008 11:30:25 +0000</pubDate>
		<dc:creator>cake</dc:creator>
				<category><![CDATA[RandomHelp]]></category>
		<category><![CDATA[forums]]></category>
		<category><![CDATA[searching]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://morecode.wordpress.com/?p=47</guid>
		<description><![CDATA[Here are four steps to get your question answered:
Step 1: Ask your question.
Step 2: Disguise yourself as another person (taking all the necessary precautions to ensure you&#8217;re another person).
Step 3: Respond with the most off-beat, crazy, put-your-knife-in-that-live-electrical-outlet-its-ok answer possible.
Step 4: Watch as people scramble to go &#8220;NO! DON&#8217;T DO THAT! DO IT THIS WAY (the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=morecode.wordpress.com&blog=682852&post=47&subd=morecode&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Here are four steps to get your question answered:<br />
Step 1: Ask your question.<br />
Step 2: Disguise yourself as another person (taking all the necessary precautions to ensure you&#8217;re another person).<br />
Step 3: Respond with the most off-beat, crazy, put-your-knife-in-that-live-electrical-outlet-its-ok answer possible.<br />
Step 4: Watch as people scramble to go &#8220;NO! DON&#8217;T DO THAT! DO IT THIS WAY (the correct way)&#8221;</p>
<p>If that fails, well&#8230; search ze web?</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/morecode.wordpress.com/47/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/morecode.wordpress.com/47/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/morecode.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/morecode.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/morecode.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/morecode.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/morecode.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/morecode.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/morecode.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/morecode.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/morecode.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/morecode.wordpress.com/47/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=morecode.wordpress.com&blog=682852&post=47&subd=morecode&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://morecode.wordpress.com/2008/02/02/asking-a-question-on-the-internet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a520da93c305b2197c847df8e92c7177?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cake</media:title>
		</media:content>
	</item>
	</channel>
</rss>