<?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; Tips and Tricks</title>
	<atom:link href="http://blog.mindlesstechie.net/category/gentoo/tips-and-tricks/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mindlesstechie.net</link>
	<description>An Eclectic IT Repository</description>
	<lastBuildDate>Mon, 12 Sep 2011 16:53:04 +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>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[ruby]]></category>
		<category><![CDATA[Tips and Tricks]]></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>6</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>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>8</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>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>
		<item>
		<title>Quick and Dirty Linux Load Testing</title>
		<link>http://blog.mindlesstechie.net/2008/12/31/quick-and-dirty-linux-load-testing/</link>
		<comments>http://blog.mindlesstechie.net/2008/12/31/quick-and-dirty-linux-load-testing/#comments</comments>
		<pubDate>Wed, 31 Dec 2008 23:48:09 +0000</pubDate>
		<dc:creator>John Alberts</dc:creator>
				<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[load testing]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://blog.mindlesstechie.net/?p=100</guid>
		<description><![CDATA[Today I had a need to keep the load on a server at 20 for an extended period of time. I was doing this to test notification escalations in Nagios. So, I found a nice little program call cpuburn-in that will load a processor at 100%. It&#8217;s just a tarball with an executable and a [...]]]></description>
			<content:encoded><![CDATA[<p>Today I had a need to keep the load on a server at 20 for an extended period of time.  I was doing this to test notification escalations in Nagios.  So, I found a nice little program call <a href="http://users.bigpond.net.au/CPUburn/">cpuburn-i</a>n that will load a processor at 100%.  It&#8217;s just a tarball with an executable and a single README file included.  To run the program, call the executable and supply the number of minutes you want it to run.  So, to run it for 60 minutes, just use:</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('p100code4'); return false;">View Code</a> BASH</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p1004"><td class="code" id="p100code4"><pre class="bash" style="font-family:monospace;">.<span style="color: #000000; font-weight: bold;">/</span>cpuburn-in <span style="color: #000000;">60</span></pre></td></tr></table></div>

<p>Since I wanted to generate a 20 load on the server for 60 minutes, I just put this in a loop and spawned 20 processes.</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('p100code5'); return false;">View Code</a> BASH</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p1005"><td class="code" id="p100code5"><pre class="bash" style="font-family:monospace;"><span style="color: #007800;">i</span>=<span style="color: #000000;">1</span>; <span style="color: #000000; font-weight: bold;">while</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #007800;">$i</span> <span style="color: #660033;">-le</span> <span style="color: #000000;">20</span> <span style="color: #7a0874; font-weight: bold;">&#93;</span>;<span style="color: #000000; font-weight: bold;">do</span> .<span style="color: #000000; font-weight: bold;">/</span>cpuburn-in <span style="color: #000000;">60</span> <span style="color: #000000; font-weight: bold;">&amp;</span> <span style="color: #007800;">i</span>=$<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #7a0874; font-weight: bold;">&#40;</span> <span style="color: #007800;">$i</span> + <span style="color: #000000;">1</span> <span style="color: #7a0874; font-weight: bold;">&#41;</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>;<span style="color: #000000; font-weight: bold;">done</span></pre></td></tr></table></div>

<p>This worked nicely for keeping the load right around 20 for me.  If you want to kill things off early, just do the following:</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('p100code6'); return false;">View Code</a> BASH</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p1006"><td class="code" id="p100code6"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">ps</span> a <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">grep</span> cpuburn-in <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">awk</span> <span style="color: #ff0000;">'{print $1}'</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">xargs</span> <span style="color: #c20cb9; font-weight: bold;">kill</span></pre></td></tr></table></div>

]]></content:encoded>
			<wfw:commentRss>http://blog.mindlesstechie.net/2008/12/31/quick-and-dirty-linux-load-testing/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Quickly get up to 5% more disk space from your ext3 volumes</title>
		<link>http://blog.mindlesstechie.net/2008/12/23/quickly-get-up-to-5-more-disk-space-from-your-ext3-volumes/</link>
		<comments>http://blog.mindlesstechie.net/2008/12/23/quickly-get-up-to-5-more-disk-space-from-your-ext3-volumes/#comments</comments>
		<pubDate>Tue, 23 Dec 2008 18:30:37 +0000</pubDate>
		<dc:creator>John Alberts</dc:creator>
				<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[ext3]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://blog.mindlesstechie.net/?p=97</guid>
		<description><![CDATA[I&#8217;ve seen many websites that have pretty much the same ext3 performance tips, but I just came across this one today that had something very useful on it. It turns out that the ext3 filesystem by default reserves 5% of the disk space of the volume just in case the volume fills up.  This would [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve seen many websites that have pretty much the same ext3 performance tips, but I just came across <a href="http://wiki.archlinux.org/index.php/Ext3_Filesystem_Tips" target="_blank">this one</a> today that had something very useful on it.</p>
<p>It turns out that the ext3 filesystem by default reserves 5% of the disk space of the volume just in case the volume fills up.  This would allow the system to continue running and allow the root user to still log in and clean things up.  The problem is, 5% of a 300G drive is 15G, which is pretty excessive.  Like most things, this setting can be changed uisng the tune2fs program.  I changed my percentage of reserved blocks to 1% instead of 5% which freed up 10G on my drive.</p>
<p>This was very easy to do with the following:</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('p97code8'); return false;">View Code</a> BASH</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p978"><td class="code" id="p97code8"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;"># tune2fs -m 1 /dev/sda1</span></pre></td></tr></table></div>

]]></content:encoded>
			<wfw:commentRss>http://blog.mindlesstechie.net/2008/12/23/quickly-get-up-to-5-more-disk-space-from-your-ext3-volumes/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Cheat Sheets for Front-end Web Developers</title>
		<link>http://blog.mindlesstechie.net/2008/07/08/cheat-sheets-for-front-end-web-developers/</link>
		<comments>http://blog.mindlesstechie.net/2008/07/08/cheat-sheets-for-front-end-web-developers/#comments</comments>
		<pubDate>Wed, 09 Jul 2008 00:01:48 +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/2008/07/08/cheat-sheets-for-front-end-web-developers/</guid>
		<description><![CDATA[In this article, you’ll find 23 excellent, print-ready cheat sheets for HTML/HTML, CSS, and JavaScript (including MooTools and jQuery).read more &#124; digg story]]></description>
			<content:encoded><![CDATA[<p>In this article, you’ll find 23 excellent, print-ready cheat sheets for HTML/HTML, CSS, and JavaScript (including MooTools and jQuery).<br/><br/><a href="http://sixrevisions.com/resources/cheat_sheets_web_developer/">read more</a> | <a href="http://digg.com/programming/Cheat_Sheets_for_Front_end_Web_Developers">digg story</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mindlesstechie.net/2008/07/08/cheat-sheets-for-front-end-web-developers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

