<?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>Schadenfreude &#187; solution</title>
	<atom:link href="http://www.ralree.com/tag/solution/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ralree.com</link>
	<description>Malicious enjoyment derived from observing someone else's misfortune</description>
	<lastBuildDate>Thu, 09 Feb 2012 01:49:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Fixing .Xdefaults in Ubuntu</title>
		<link>http://www.ralree.com/2006/10/26/fixing-xdefaults-in-ubuntu/</link>
		<comments>http://www.ralree.com/2006/10/26/fixing-xdefaults-in-ubuntu/#comments</comments>
		<pubDate>Thu, 26 Oct 2006 20:16:15 +0000</pubDate>
		<dc:creator>Erik</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[solution]]></category>
		<category><![CDATA[sysadmin]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.ralree.info/2007/10/13/fixing-xdefaults-in-ubuntu</guid>
		<description><![CDATA[I have been having a problem getting .Xdefaults to be loaded in X. This is a major issue for me since I like my fonts to be a certain size in aterm, but I don&#8217;t want to hack up my runline in fluxbox to reflect all the custom settings. Therefore, I have all my settings defined in the .Xdefaults file. So, tonight, after I upgraded to Edgy Eft, I decided that this needed to be fixed. After a quick google [...]]]></description>
			<content:encoded><![CDATA[<p>I have been having a problem getting <strong>.Xdefaults</strong> to be loaded in X.  This<br />
is a major issue for me since I like my fonts to be a certain size in aterm,<br />
but I don&#8217;t want to hack up my runline in fluxbox to reflect all the custom<br />
settings.  Therefore, I have all my settings defined in the <strong>.Xdefaults</strong><br />
file.  So, tonight, after I upgraded to Edgy Eft, I decided that this needed<br />
to be fixed.  After a quick google google I found that all I had to do was<br />
run:</p>
<pre><code>
xrdb -merge ~/.Xdefaults
</code></pre>
<p>And all my problems were solved.  A quick insert into <strong>.fluxbox/startup</strong> and<br />
I was in business.</p>
<p>In other news, Edgy Eft Rocks.  Just customized the default GDM theme so it<br />
looks better.  I think I might want to get a MacBook or a nice Powerbook G4<br />
for my next laptop.  Apparently, in Linux, you can make the touchpad act like<br />
Synaptics with a driver hack to put it in raw mode.  As far as I can tell,<br />
this is merged in the newest Linux kernels.  This allows for the kind of tap<br />
clicking I like (1 finger for left button, 2 for middle, 3 for right), and<br />
thanks to a broken left touchpad button on the Asus M6N I have, I&#8217;ve gotten<br />
used to this style of clicking, and I like it now.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ralree.com/2006/10/26/fixing-xdefaults-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Make irb Do Tab Completion</title>
		<link>http://www.ralree.com/2006/07/05/make-irb-do-tab-completion/</link>
		<comments>http://www.ralree.com/2006/07/05/make-irb-do-tab-completion/#comments</comments>
		<pubDate>Wed, 05 Jul 2006 17:03:54 +0000</pubDate>
		<dc:creator>Erik</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[irb]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[solution]]></category>

		<guid isPermaLink="false">http://www.ralree.info/2007/10/13/make-irb-do-tab-completion</guid>
		<description><![CDATA[I was missing readline. The sadness. Thanks to these guys, i fixed it. Here&#8217;s how to do it on FC5: sudo yum install ncurses-devel readline-devel cd ruby-1.8.4/ext/readline ruby extconf.rb make sudo make install]]></description>
			<content:encoded><![CDATA[<p>I was missing readline.  The sadness.  Thanks to <a href="http://www.epistemologic.com/wbytes/archive/2005/12/23/irb-tab-completion">these guys</a>, i fixed it.  Here&#8217;s how to do it on FC5:</p>
<pre><code>
sudo yum install ncurses-devel readline-devel
cd ruby-1.8.4/ext/readline
ruby extconf.rb
make
sudo make install
</code></pre>
]]></content:encoded>
			<wfw:commentRss>http://www.ralree.com/2006/07/05/make-irb-do-tab-completion/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>First Post, What to say</title>
		<link>http://www.ralree.com/2006/05/21/first-post-what-to-say/</link>
		<comments>http://www.ralree.com/2006/05/21/first-post-what-to-say/#comments</comments>
		<pubDate>Sun, 21 May 2006 01:46:40 +0000</pubDate>
		<dc:creator>Erik</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[mephisto]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[solution]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[typo]]></category>
		<category><![CDATA[wibbish]]></category>

		<guid isPermaLink="false">http://www.ralree.info/2008/06/21/first-post-what-to-say</guid>
		<description><![CDATA[Well, I finally got this damn blog working thanks to bish0p. Turns out that you have to change the shebang line from #!/usr/bin/env ruby to #!/usr/local/bin/ruby Ahh typo is nice. Other crap I learned today: Problems with typo themes generating application errors can be solved by changing this line in layouts/default.rhtml &#60;%= render_component(:controller =&#62; 'sidebars/sidebar', :action =&#62; 'display_plugins') %&#62; To this: &#60;%= render_sidebar %&#62; Thanks to This dude. I generated a new GPG keypair today (Public Key). Get it like [...]]]></description>
			<content:encoded><![CDATA[<p>Well, I finally got this damn blog working thanks to bish0p.  Turns out that you have to change the shebang line from</p>
<div class="CodeRay">
<div class="code">
<pre><code>
 <span class="c">#!/usr/bin/env ruby</span>
</code></pre>
</div>
</div>
<p>to</p>
<div class="CodeRay">
<div class="code">
<pre><code>
 <span class="c">#!/usr/local/bin/ruby</span>
</code></pre>
</div>
</div>
<p>Ahh typo is nice.  Other crap I learned today:</p>
<p>Problems with typo themes generating application errors can be solved by changing this line in layouts/default.rhtml</p>
<div class="CodeRay">
<div class="code">
<pre><code>
&lt;%= render_component(<span class="sy">:controller</span> =&gt; <span class="s"><span class="dl">'</span><span class="k">sidebars/sidebar</span><span class="dl">'</span></span>, <span class="sy">:action</span> =&gt; <span class="s"><span class="dl">'</span><span class="k">display_plugins</span><span class="dl">'</span></span>) <span class="s"><span class="dl">%&gt;</span><span class="k">
</span></span>
</code></pre>
</div>
</div>
<p>To this:</p>
<div class="CodeRay">
<div class="code">
<pre><code>
&lt;%= render_sidebar <span class="s"><span class="dl">%&gt;</span><span class="k">
</span></span>
</code></pre>
</div>
</div>
<p>Thanks to <a href="http://www.bofh.org.uk/articles/2006/04/09/scratching-an-itch">This dude.</a></p>
<p>I generated a new GPG keypair today (<a href="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x46C171A0">Public Key</a>).  Get it like this:</p>
<pre><code>
 gpg --keyserver subkeys.pgp.net --recv-keys 46C171A0
</code></pre>
<p>I also integrated into Pine, which makes it simple to send signed/encrypted email.</p>
<p>I&#8217;m still struggling with Ruby/SVN bindings by kou.  They are completely undocumented, so I have been trying to analyze the tests that are included in the svn source.  Apparently, <a href="http://collaboa.org/">Collaboa</a> is using them in their rails app.  I will have to take a look at their code, and hopefully it will shed some light on the subject.</p>
<p>I upgraded phpGedView today, so it&#8217;s a secured.  Home directory cleaning ensued, and now my mod0 space is much more efficiently used.<br/></p>
<p>I jumped back into the old Afternet #trivia chan tonight, after about 10 minutes of trying to remember what network it was on.  I had some trouble with BitchX autoignoring the triviabot, so I googled a fix for it:</p>
<pre><code>
# To Add someone:
/addnoflood nickname
# To list:
/addnoflood
</code></pre>
<p>Yay &#8211; now I can use the bot in peace.  I  better dump the commands so if I ever go back I don&#8217;t have to flood the chan trying to remember everything:</p>
<pre><code>
To play, just watch for Weirdbot to ask questions, and type in the answer.
Some useful commands to get you started:
!hint     (shows some letters of the answer, helping you guess)
!repeat   (if you missed the question)
!stats    (to see your stats and scores)
More help is on the following topics, do !help &lt;topic&gt; for more information.
auth   best   categories   commands   gmail   website

Commands available to you: (privileged commands)
!add    (to submit new questions)
!category (to choose next period's category)
!fix      (to mark the question for a spelling or fact fix)
!friend   (to make a friend of the channel)
!hint     (to begin showing hints)
!join     (to join a team)
!ping     (to request a latency ping)
!repeat   (to repeat current question)
!rules    (to show game rules)
!server   (to show best irc server)
!seen     (to show when your friend was on)
!stats    (to show your stats)
!suggest  (to make a suggestion)

</code></pre>
<p>I started trading for real today.  It&#8217;s a big step, and from now on my taxes will be harder to do.  </p>
]]></content:encoded>
			<wfw:commentRss>http://www.ralree.com/2006/05/21/first-post-what-to-say/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

