<?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>Mindless Techie &#187; Linux</title>
	<atom:link href="http://blog.mindlesstechie.net/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mindlesstechie.net</link>
	<description>An Eclectic IT Repository</description>
	<lastBuildDate>Tue, 10 Nov 2009 15:14:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Installing RubyGems on Centos 5</title>
		<link>http://blog.mindlesstechie.net/2009/10/27/installing-rubygems-on-centos-5/</link>
		<comments>http://blog.mindlesstechie.net/2009/10/27/installing-rubygems-on-centos-5/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 18:37:47 +0000</pubDate>
		<dc:creator>John Alberts</dc:creator>
				<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[gems]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://blog.mindlesstechie.net/?p=159</guid>
		<description><![CDATA[This should apply to RHEL5 as well, but I haven&#8217;t verified yet. The easiest solution I&#8217;ve found is to simply install Ruby and it&#8217;s dependencies and then install RubyGems from source. I&#8217;ve written a small script which installs Ruby and it&#8217;s dependencies.  It then grabs the RubyGems source tarball and installs Gems from source.  As [...]]]></description>
			<content:encoded><![CDATA[<p>This should apply to RHEL5 as well, but I haven&#8217;t verified yet.</p>
<p>The easiest solution I&#8217;ve found is to simply install Ruby and it&#8217;s dependencies and then install RubyGems from source.</p>
<p>I&#8217;ve written a small script which installs Ruby and it&#8217;s dependencies.  It then grabs the RubyGems source tarball and installs Gems from source.  As I wrote this to get a working <a href="http://github.com/albertsj1/Misc-Scripts/raw/master/install_gems.sh" target="_blank">Chef</a> install, it also adds an opscode gems source.</p>
<p>You can get the script <a href="http://github.com/albertsj1/Misc-Scripts/raw/master/install_gems.sh" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mindlesstechie.net/2009/10/27/installing-rubygems-on-centos-5/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Changing the from field when sending email</title>
		<link>http://blog.mindlesstechie.net/2009/09/10/changing-the-from-field-when-sending-email/</link>
		<comments>http://blog.mindlesstechie.net/2009/09/10/changing-the-from-field-when-sending-email/#comments</comments>
		<pubDate>Thu, 10 Sep 2009 15:40:53 +0000</pubDate>
		<dc:creator>John Alberts</dc:creator>
				<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips and Tricks]]></category>

		<guid isPermaLink="false">http://blog.mindlesstechie.net/?p=154</guid>
		<description><![CDATA[This is simple, but I always forget how to do it when I need it and it&#8217;s hard to find on google for some reason. echo "hi" &#124; mail -s "My Subject" to@someone.com -- -f from@someone.com]]></description>
			<content:encoded><![CDATA[<p>This is simple, but I always forget how to do it when I need it and it&#8217;s hard to find on google for some reason.</p>
<pre style="font: normal normal normal 12px/18px Consolas, Monaco, 'Courier New', Courier, monospace;">echo "hi" | mail -s "My Subject" to@someone.com -- -f from@someone.com</pre>
<div><span style="font-family: Consolas, Monaco, 'Courier New', Courier, monospace; font-size: small;"><span style="line-height: 18px; white-space: pre;"><br />
</span></span></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.mindlesstechie.net/2009/09/10/changing-the-from-field-when-sending-email/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dress-up your Firefox</title>
		<link>http://blog.mindlesstechie.net/2009/09/07/dress-up-your-firefox/</link>
		<comments>http://blog.mindlesstechie.net/2009/09/07/dress-up-your-firefox/#comments</comments>
		<pubDate>Mon, 07 Sep 2009 23:54:01 +0000</pubDate>
		<dc:creator>John Alberts</dc:creator>
				<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[extensions]]></category>
		<category><![CDATA[firefox]]></category>

		<guid isPermaLink="false">http://blog.mindlesstechie.net/?p=145</guid>
		<description><![CDATA[I just stumbled across a Mozilla Labs project called Personas.  It&#8217;s  light-weight theming for Firefox that can be changed without restarting the browser.  After you install Personas, you get a new menu entry Tools-&#62;Personas for Firefox, where you can quickly change the persona you are using.  From what I can tell, Personas seem to change [...]]]></description>
			<content:encoded><![CDATA[<p>I just stumbled across a <a href="http://labs.mozilla.com/" target="_blank">Mozilla Labs</a> project called <a href="http://labs.mozilla.com/personas/" target="_blank">Personas</a>.  It&#8217;s  light-weight theming for Firefox that can be changed without restarting the browser.  After you install Personas, you get a new menu entry Tools-&gt;Personas for Firefox, where you can quickly change the persona you are using.  From what I can tell, Personas seem to change the your browser toolbar and menu font colors and usually add a lightweight background picture.  According to the website, the project has been going since Dec 2007, so there&#8217;s a lot of Personas to choose from.  I guess I&#8217;m a little slow sometimes. <img src='http://blog.mindlesstechie.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>One thing that is really cool is you can visit the personas gallery and see a bunch of different personas and when you hover your cursor over a persona, your browser will temporarily use that persona.  If you want to use that persona now, just click on it and it&#8217;s your active persona.</p>
<p>Here&#8217;s a quick little clip that shows what Personas does.</p>
<p style="text-align: center;"><object id="stVE9TREJIR1xdQ1tbX15RU1VT" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="flashvars" value="video=stVE9TREJIR1xdQ1tbX15RU1VT" /><param name="src" value="http://www.screentoaster.com/swf/STPlayer.swf" /><param name="allowfullscreen" value="true" /><embed id="stVE9TREJIR1xdQ1tbX15RU1VT" type="application/x-shockwave-flash" width="425" height="344" src="http://www.screentoaster.com/swf/STPlayer.swf" flashvars="video=stVE9TREJIR1xdQ1tbX15RU1VT" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<div style="width: 425px; text-align: right;"><a href="http://www.screentoaster.com/">Capture your screen in seconds</a></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.mindlesstechie.net/2009/09/07/dress-up-your-firefox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Compiling Pure-FTPD with MySQL Support in RHEL5 x86_64</title>
		<link>http://blog.mindlesstechie.net/2009/08/12/compiling-pure-ftpd-with-mysql-support-in-rhel5-x86_64/</link>
		<comments>http://blog.mindlesstechie.net/2009/08/12/compiling-pure-ftpd-with-mysql-support-in-rhel5-x86_64/#comments</comments>
		<pubDate>Wed, 12 Aug 2009 18:37:54 +0000</pubDate>
		<dc:creator>John Alberts</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.mindlesstechie.net/?p=137</guid>
		<description><![CDATA[I really had a hard time getting pure-ftpd 1.0.22 to compile properly witih mysql support on a RHEL5 x86_64 server.  It turns out that the mysql libraries path in the configure script is incorrect.  I&#8217;m not sure if this is just a problem with my particular configuration or with the way pure-ftpd tries to figure [...]]]></description>
			<content:encoded><![CDATA[<p>I really had a hard time getting pure-ftpd 1.0.22 to compile properly witih mysql support on a RHEL5 x86_64 server.  It turns out that the mysql libraries path in the configure script is incorrect.  I&#8217;m not sure if this is just a problem with my particular configuration or with the way pure-ftpd tries to figure out where the mysql libraries are.  In any case, I modified the configure script to use mysql_config with appropriate options to set the mysql include paths and lib paths as appropriate.  Assuming mysql_config is in your path, I wouldn&#8217;t expect this to ever fail.</p>
<p>If anyone else has this problem, just apply the following patch to the configure script:</p>

<div class="wp_codebox_msgheader wp_codebox_hide"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p137code2'); return false;">View Code</a> BASH</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p1372"><td class="code" id="p137code2"><pre class="bash" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">***</span> configure.orig      Tue Nov <span style="color: #000000;">10</span> 09:<span style="color: #000000;">35</span>:<span style="color: #000000;">19</span> <span style="color: #000000;">2009</span>
<span style="color: #660033;">---</span> configure   Tue Nov <span style="color: #000000;">10</span> <span style="color: #000000;">10</span>:<span style="color: #000000;">11</span>:<span style="color: #000000;">59</span> <span style="color: #000000;">2009</span>
<span style="color: #000000; font-weight: bold;">***************</span>
<span style="color: #000000; font-weight: bold;">***</span> <span style="color: #000000;">11670</span>,<span style="color: #000000;">11685</span> <span style="color: #000000; font-weight: bold;">****</span>
&nbsp;
&nbsp;
  <span style="color: #666666; font-style: italic;"># Check whether --with-mysql was given.</span>
<span style="color: #000000; font-weight: bold;">!</span> <span style="color: #000000; font-weight: bold;">if</span> <span style="color: #7a0874; font-weight: bold;">test</span> <span style="color: #ff0000;">&quot;<span style="color: #007800;">${with_mysql+set}</span>&quot;</span> = <span style="color: #000000; font-weight: bold;">set</span>; <span style="color: #000000; font-weight: bold;">then</span> :
    <span style="color: #007800;">withval</span>=<span style="color: #007800;">$with_mysql</span>;  <span style="color: #000000; font-weight: bold;">if</span> <span style="color: #7a0874; font-weight: bold;">test</span> <span style="color: #ff0000;">&quot;x<span style="color: #007800;">$withval</span>&quot;</span> <span style="color: #000000; font-weight: bold;">!</span>= <span style="color: #ff0000;">&quot;xno&quot;</span> ; <span style="color: #000000; font-weight: bold;">then</span>
      <span style="color: #000000; font-weight: bold;">if</span> <span style="color: #7a0874; font-weight: bold;">test</span> <span style="color: #ff0000;">&quot;x<span style="color: #007800;">$withval</span>&quot;</span> <span style="color: #000000; font-weight: bold;">!</span>= <span style="color: #ff0000;">&quot;x&quot;</span> <span style="color: #000000; font-weight: bold;">&amp;&amp;</span> <span style="color: #7a0874; font-weight: bold;">test</span> <span style="color: #ff0000;">&quot;x<span style="color: #007800;">$withval</span>&quot;</span> <span style="color: #000000; font-weight: bold;">!</span>= <span style="color: #ff0000;">&quot;xyes&quot;</span> ; <span style="color: #000000; font-weight: bold;">then</span>
        <span style="color: #007800;">LD_RUN_PATH</span>=<span style="color: #ff0000;">&quot;<span style="color: #007800;">${withval}</span>/lib<span style="color: #007800;">${LD_RUN_PATH:+:}</span><span style="color: #007800;">${LD_RUN_PATH}</span>&quot;</span>
        <span style="color: #007800;">LDFLAGS</span>=<span style="color: #ff0000;">&quot;<span style="color: #007800;">$LDFLAGS</span> -L<span style="color: #007800;">${withval}</span>/lib -L<span style="color: #007800;">${withval}</span>/lib/mysql -L<span style="color: #007800;">${withval}</span>/mysql/lib&quot;</span>
        <span style="color: #007800;">CPPFLAGS</span>=<span style="color: #ff0000;">&quot;<span style="color: #007800;">$CPPFLAGS</span> -I<span style="color: #007800;">${withval}</span>/include -I<span style="color: #007800;">${withval}</span>/include/mysql -I<span style="color: #007800;">${withval}</span>/mysql/include&quot;</span>
      <span style="color: #000000; font-weight: bold;">else</span>
<span style="color: #000000; font-weight: bold;">!</span>       <span style="color: #007800;">LD_RUN_PATH</span>=<span style="color: #ff0000;">&quot;/usr/local/mysql/lib:/usr/local/mysql/lib/mysql:/usr/lib/mysql:/usr/mysql/lib:/usr/mysql/lib/mysql:/usr/local/lib/mysql:<span style="color: #007800;">${LD_RUN_PATH:+:}</span><span style="color: #007800;">${LD_RUN_PATH}</span>&quot;</span>
<span style="color: #000000; font-weight: bold;">!</span>       <span style="color: #007800;">LDFLAGS</span>=<span style="color: #ff0000;">&quot;<span style="color: #007800;">$LDFLAGS</span> -L/usr/local/mysql/lib -L/usr/lib/mysql -L/usr/mysql/lib -L/usr/local/lib/mysql -L/usr/local/mysql/lib/mysql -L/usr/mysql/lib/mysql&quot;</span>
<span style="color: #000000; font-weight: bold;">!</span>       <span style="color: #007800;">CPPFLAGS</span>=<span style="color: #ff0000;">&quot;<span style="color: #007800;">$CPPFLAGS</span> -I/usr/local/mysql/include -I/usr/include/mysql -I/usr/mysql/include -I/usr/local/include/mysql -I/usr/local/mysql/include/mysql -I/usr/mysql/include/mysql&quot;</span>
      <span style="color: #000000; font-weight: bold;">fi</span>
      <span style="color: #7a0874; font-weight: bold;">&#123;</span> <span style="color: #007800;">$as_echo</span> <span style="color: #ff0000;">&quot;<span style="color: #007800;">$as_me</span>:<span style="color: #007800;">${as_lineno-$LINENO}</span>: checking for floor in -lm&quot;</span> <span style="color: #000000; font-weight: bold;">&gt;&amp;</span><span style="color: #000000;">5</span>
  <span style="color: #007800;">$as_echo_n</span> <span style="color: #ff0000;">&quot;checking for floor in -lm... &quot;</span> <span style="color: #000000; font-weight: bold;">&gt;&amp;</span><span style="color: #000000;">6</span>; <span style="color: #7a0874; font-weight: bold;">&#125;</span>
<span style="color: #660033;">---</span> <span style="color: #000000;">11670</span>,<span style="color: #000000;">11685</span> <span style="color: #660033;">----</span>
&nbsp;
&nbsp;
  <span style="color: #666666; font-style: italic;"># Check whether --with-mysql was given.</span>
<span style="color: #000000; font-weight: bold;">!</span> <span style="color: #000000; font-weight: bold;">if</span> <span style="color: #7a0874; font-weight: bold;">test</span> <span style="color: #ff0000;">&quot;<span style="color: #007800;">${with_mysql+set}</span>&quot;</span> = <span style="color: #000000; font-weight: bold;">set</span>; <span style="color: #000000; font-weight: bold;">then</span>
    <span style="color: #007800;">withval</span>=<span style="color: #007800;">$with_mysql</span>;  <span style="color: #000000; font-weight: bold;">if</span> <span style="color: #7a0874; font-weight: bold;">test</span> <span style="color: #ff0000;">&quot;x<span style="color: #007800;">$withval</span>&quot;</span> <span style="color: #000000; font-weight: bold;">!</span>= <span style="color: #ff0000;">&quot;xno&quot;</span> ; <span style="color: #000000; font-weight: bold;">then</span>
      <span style="color: #000000; font-weight: bold;">if</span> <span style="color: #7a0874; font-weight: bold;">test</span> <span style="color: #ff0000;">&quot;x<span style="color: #007800;">$withval</span>&quot;</span> <span style="color: #000000; font-weight: bold;">!</span>= <span style="color: #ff0000;">&quot;x&quot;</span> <span style="color: #000000; font-weight: bold;">&amp;&amp;</span> <span style="color: #7a0874; font-weight: bold;">test</span> <span style="color: #ff0000;">&quot;x<span style="color: #007800;">$withval</span>&quot;</span> <span style="color: #000000; font-weight: bold;">!</span>= <span style="color: #ff0000;">&quot;xyes&quot;</span> ; <span style="color: #000000; font-weight: bold;">then</span>
        <span style="color: #007800;">LD_RUN_PATH</span>=<span style="color: #ff0000;">&quot;<span style="color: #007800;">${withval}</span>/lib<span style="color: #007800;">${LD_RUN_PATH:+:}</span><span style="color: #007800;">${LD_RUN_PATH}</span>&quot;</span>
        <span style="color: #007800;">LDFLAGS</span>=<span style="color: #ff0000;">&quot;<span style="color: #007800;">$LDFLAGS</span> -L<span style="color: #007800;">${withval}</span>/lib -L<span style="color: #007800;">${withval}</span>/lib/mysql -L<span style="color: #007800;">${withval}</span>/mysql/lib&quot;</span>
        <span style="color: #007800;">CPPFLAGS</span>=<span style="color: #ff0000;">&quot;<span style="color: #007800;">$CPPFLAGS</span> -I<span style="color: #007800;">${withval}</span>/include -I<span style="color: #007800;">${withval}</span>/include/mysql -I<span style="color: #007800;">${withval}</span>/mysql/include&quot;</span>
      <span style="color: #000000; font-weight: bold;">else</span>
<span style="color: #000000; font-weight: bold;">!</span>       <span style="color: #007800;">LD_RUN_PATH</span>=<span style="color: #ff0000;">&quot;<span style="color: #780078;">`mysql_config --libs | egrep -o '\/[[:alnum:]\/]* ' | xargs | tr ' ' ':'`</span>:<span style="color: #007800;">${LD_RUN_PATH}</span>&quot;</span>
<span style="color: #000000; font-weight: bold;">!</span>       <span style="color: #007800;">LDFLAGS</span>=<span style="color: #ff0000;">&quot;<span style="color: #007800;">$LDFLAGS</span> <span style="color: #780078;">`mysql_config --libs | egrep -o '\-L\/[[:alnum:]\/]* ' | xargs`</span>&quot;</span>
<span style="color: #000000; font-weight: bold;">!</span>       <span style="color: #007800;">CPPFLAGS</span>=<span style="color: #ff0000;">&quot;<span style="color: #007800;">$CPPFLAGS</span> <span style="color: #780078;">`mysql_config --include`</span>&quot;</span>
      <span style="color: #000000; font-weight: bold;">fi</span>
      <span style="color: #7a0874; font-weight: bold;">&#123;</span> <span style="color: #007800;">$as_echo</span> <span style="color: #ff0000;">&quot;<span style="color: #007800;">$as_me</span>:<span style="color: #007800;">${as_lineno-$LINENO}</span>: checking for floor in -lm&quot;</span> <span style="color: #000000; font-weight: bold;">&gt;&amp;</span><span style="color: #000000;">5</span>
  <span style="color: #007800;">$as_echo_n</span> <span style="color: #ff0000;">&quot;checking for floor in -lm... &quot;</span> <span style="color: #000000; font-weight: bold;">&gt;&amp;</span><span style="color: #000000;">6</span>; <span style="color: #7a0874; font-weight: bold;">&#125;</span></pre></td></tr></table></div>

]]></content:encoded>
			<wfw:commentRss>http://blog.mindlesstechie.net/2009/08/12/compiling-pure-ftpd-with-mysql-support-in-rhel5-x86_64/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Balance Through Extremism » Redhat perl. What a tragedy.</title>
		<link>http://blog.mindlesstechie.net/2009/03/11/balance-through-extremism-%c2%bb-redhat-perl-what-a-tragedy/</link>
		<comments>http://blog.mindlesstechie.net/2009/03/11/balance-through-extremism-%c2%bb-redhat-perl-what-a-tragedy/#comments</comments>
		<pubDate>Thu, 12 Mar 2009 04:42:25 +0000</pubDate>
		<dc:creator>John Alberts</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[bugs]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[perl]]></category>

		<guid isPermaLink="false">http://blog.mindlesstechie.net/?p=127</guid>
		<description><![CDATA[Balance Through Extremism » Redhat perl. What a tragedy.. Wow, I wonder if any of our server have been bitten by this nasty Perl bug.  It&#8217;s hard to believe that RedHat has taken so long to provide a fix for this problem.]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.vipul.net/2008/08/24/redhat-perl-what-a-tragedy/">Balance Through Extremism » Redhat perl. What a tragedy.</a>.</p>
<p>Wow, I wonder if any of our server have been bitten by this nasty Perl bug.  It&#8217;s hard to believe that RedHat has taken so long to provide a fix for this problem.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mindlesstechie.net/2009/03/11/balance-through-extremism-%c2%bb-redhat-perl-what-a-tragedy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Combine your partition space with mhddfs.</title>
		<link>http://blog.mindlesstechie.net/2009/01/19/combine-your-partition-space-with-mhddfs/</link>
		<comments>http://blog.mindlesstechie.net/2009/01/19/combine-your-partition-space-with-mhddfs/#comments</comments>
		<pubDate>Mon, 19 Jan 2009 23:55:10 +0000</pubDate>
		<dc:creator>John Alberts</dc:creator>
				<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[filesystems]]></category>
		<category><![CDATA[fuse]]></category>
		<category><![CDATA[mhddfs]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://blog.mindlesstechie.net/?p=120</guid>
		<description><![CDATA[As I was browsing the Gentoo forums today, I came across a very interesting post. A user had 2 partitions on different hard drives that he wanted to combine the space on.  Ok, well the interesting part was one persons reply about a new fuse filesystem called mhddfs.  He pointed out an article on debian.net [...]]]></description>
			<content:encoded><![CDATA[<p>As I was browsing the <a href="http://forums.gentoo.org" target="_blank">Gentoo forums</a> today, I came across a <a href="http://forums.gentoo.org/viewtopic-t-728753.html" target="_blank">very interesting post</a>.</p>
<p>A user had 2 partitions on different hard drives that he wanted to combine the space on.  Ok, well the interesting part was <a href="http://forums.gentoo.org/viewtopic-p-5402993.html#5402993" target="_blank">one persons reply</a> about a new fuse filesystem called <a href="http://svn.uvw.ru/mhddfs/trunk/README" target="_blank">mhddfs</a>.  He pointed out <a href="http://debaday.debian.net/2008/05/25/mhddfs-join-several-real-filesystems-together-to-form-a-single-larger-one/" target="_blank">an article</a> on debian.net that explained a bit about this new filesystem and how to use it.</p>
<p>Sure, there&#8217;s multiple ways to combine the two drives, but this one is pretty intesting.  You can use mhddfs to combine 2 partitions into one virtual partition.  Mhddfs will automatically merge (overlay) the contents of both partitions so it looks like one big partition.</p>
<p>The advantages are:</p>
<ol>
<li>No need to move and backup existing data on the partitions.</li>
<li>Easily implemented in fuse.</li>
<li>Allows a regular user to mount and unmount the filesystem.</li>
</ol>
<p>According to the forum thread poster, his tests show there is virtually no speed difference when using mhddfs, which is very surprising.  My experience with using fuse in the past with NTFS, was that it was painfully slow.  I&#8217;m sure things have matured greatly since I tried it a few years ago.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mindlesstechie.net/2009/01/19/combine-your-partition-space-with-mhddfs/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Conky now supports MOC player</title>
		<link>http://blog.mindlesstechie.net/2009/01/12/conky-now-supports-moc-player/</link>
		<comments>http://blog.mindlesstechie.net/2009/01/12/conky-now-supports-moc-player/#comments</comments>
		<pubDate>Tue, 13 Jan 2009 04:46:34 +0000</pubDate>
		<dc:creator>John Alberts</dc:creator>
				<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[conky]]></category>
		<category><![CDATA[moc]]></category>
		<category><![CDATA[music player]]></category>

		<guid isPermaLink="false">http://blog.mindlesstechie.net/?p=117</guid>
		<description><![CDATA[So, I found myself tweaking my Conky rc file today.  I&#8217;ve been using mocp for playing music becuase it&#8217;s a really lightweight, versatile and can run detached from the console.  I really wanted to see my currently playing music info on my desktop in Conky, but Conky&#8217;s documentation shows no mention of any support for [...]]]></description>
			<content:encoded><![CDATA[<p>So, I found myself tweaking my Conky rc file today.  I&#8217;ve been using <a href="http://www.google.com/url?sa=t&amp;source=web&amp;ct=res&amp;cd=1&amp;url=http%3A%2F%2Fmoc.daper.net%2F&amp;ei=JBtsSZeABojINLuHpfUM&amp;usg=AFQjCNEXfItHPaL2OA8gKWYwzeMelTPutg&amp;sig2=XMGnh1GeJS8fjDR4r2_baQ" target="_blank">mocp</a> for playing music becuase it&#8217;s a really lightweight, versatile and can run detached from the console.  I really wanted to see my currently playing music info on my desktop in <a href="http://conky.sourceforge.net/" target="_blank">Conky</a>, but Conky&#8217;s documentation shows no mention of any support for moc and thier are no mention of variables to use for the config.</p>
<p>So, in doing some googling, I found a website that has <a href="http://henux.nor.fi/coding/contrib/14-foss/8-conky-moc" target="_blank">a patch for moc support</a> and also mentions that it&#8217;s been in Conky since September 28th!  I guess they haven&#8217;t updated the documentation yet.</p>
<p>Here&#8217;s a list of the new variables you can use in your conkyrc file to add moc support.</p>
<ul>
<li><strong>$moc_state</strong>: Current state of MOC; playing, stopped etc.</li>
<li><strong>$moc_file</strong>: File name of the current MOC song.</li>
<li><strong>$moc_title</strong>: Title of the current MOC song.</li>
<li><strong>$moc_artist</strong>: Artist of the current MOC song.</li>
<li><strong>$moc_song</strong>: The current song name being played in MOC.</li>
<li><strong>$moc_album</strong>: Album of the current MOC song.</li>
<li><strong>$moc_totaltime</strong>: Total length of the current MOC song.</li>
<li><strong>$moc_timeleft</strong>: Time left in the current MOC song</li>
<li><strong>$moc_curtime</strong>: Current time of the current MOC song.</li>
<li><strong>$moc_bitrate:</strong> Bitrate in the current MOC song.</li>
<li><strong>$moc_rate</strong>: Rate of the current MOC song.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.mindlesstechie.net/2009/01/12/conky-now-supports-moc-player/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Huge List of Tips and Tricks</title>
		<link>http://blog.mindlesstechie.net/2009/01/08/huge-list-of-tips-and-tricks/</link>
		<comments>http://blog.mindlesstechie.net/2009/01/08/huge-list-of-tips-and-tricks/#comments</comments>
		<pubDate>Fri, 09 Jan 2009 04:55:30 +0000</pubDate>
		<dc:creator>John Alberts</dc:creator>
				<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tricks]]></category>

		<guid isPermaLink="false">http://blog.mindlesstechie.net/?p=113</guid>
		<description><![CDATA[I can&#8217;t believe I never saw this before.  Sourceforge has an absolutely HUGE list of tips and tricks.  There&#8217;s hundreds of Linux tips and lots of programming tips as well.]]></description>
			<content:encoded><![CDATA[<p>I can&#8217;t believe I never saw this before.  Sourceforge has an absolutely <a href="http://superb-east.dl.sourceforge.net/sourceforge/souptonuts/How_to_Linux_and_Open_Source.txt" target="_blank">HUGE list of tips and tricks</a>.  There&#8217;s hundreds of Linux tips and lots of programming tips as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mindlesstechie.net/2009/01/08/huge-list-of-tips-and-tricks/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Funtoo Articles</title>
		<link>http://blog.mindlesstechie.net/2009/01/03/funtoo-articles/</link>
		<comments>http://blog.mindlesstechie.net/2009/01/03/funtoo-articles/#comments</comments>
		<pubDate>Sun, 04 Jan 2009 05:21:47 +0000</pubDate>
		<dc:creator>John Alberts</dc:creator>
				<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[funtoo]]></category>

		<guid isPermaLink="false">http://blog.mindlesstechie.net/2009/01/03/funtoo-articles/</guid>
		<description><![CDATA[This is really old news, but it’s new news to me because I just noticed this. Daniel Robbins Funtoo site now has some articles on it that he recently created.&#160; Right now, he has posted some of the articles that we’ve previously seen on the IBM Developer Works website, but there’s also now a quide [...]]]></description>
			<content:encoded><![CDATA[<p>This is really old news, but it’s new news to me because I just noticed this.</p>
<p>Daniel Robbins <a href="http://funtoo.org/" target="_blank">Funtoo site</a> now has some articles on it that he recently created.&#160; Right now, he has posted some of the articles that we’ve previously seen on the IBM Developer Works website, but there’s also now a quide for installing Funtoo.</p>
<div class="wlWriterEditableSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:6c5f98bc-27f4-47f2-aac6-4f4352172b37" style="padding-right: 0px; display: inline; padding-left: 0px; float: none; padding-bottom: 0px; margin: 0px; padding-top: 0px">Technorati Tags: <a href="http://technorati.com/tags/gentoo" rel="tag">gentoo</a>,<a href="http://technorati.com/tags/funtoo" rel="tag">funtoo</a>,<a href="http://technorati.com/tags/linux" rel="tag">linux</a></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.mindlesstechie.net/2009/01/03/funtoo-articles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using CPAN Unattended</title>
		<link>http://blog.mindlesstechie.net/2009/01/02/using-cpan-unattended/</link>
		<comments>http://blog.mindlesstechie.net/2009/01/02/using-cpan-unattended/#comments</comments>
		<pubDate>Sat, 03 Jan 2009 03:40:10 +0000</pubDate>
		<dc:creator>John Alberts</dc:creator>
				<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[cpan]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[unattended]]></category>

		<guid isPermaLink="false">http://blog.mindlesstechie.net/?p=105</guid>
		<description><![CDATA[CPAN is great for easily installing and updating Perl modules. I use it all of the time on my servers. It&#8217;s a lot easier than managing Perl modules through the systems package manager. The problem is, when you want to install or update a Perl module, it asks you if you want to follow and [...]]]></description>
			<content:encoded><![CDATA[<p>CPAN is great for easily installing and updating Perl modules.  I use it all of the time on my servers.  It&#8217;s a lot easier than managing Perl modules through the systems package manager.  The problem is, when you want to install or update a Perl module, it asks you if you want to follow and install all of the dependencies and the dependencies for that&#8230; and so on.  Sometimes you want to be anal and make sure it doesn&#8217;t install any extra crap, but quite often, it would be nice to just have it install what it needs automatically, so you can walk away and do other things while it&#8217;s installing.<br />
I found <a href="http://rackerhacker.com/2009/01/01/cpan-automatically-install-dependencies-without-confirmation/">this nice little blog post</a> that shows you how to have CPAN automatically install all of the dependencies without prompting you.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mindlesstechie.net/2009/01/02/using-cpan-unattended/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
