<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for dufault.info</title>
	<atom:link href="http://www.dufault.info/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dufault.info/blog</link>
	<description>Ramblings of a phone weenie, Linux sysadmin, and other things geeky</description>
	<lastBuildDate>Wed, 25 Jan 2012 03:51:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on About Me by Phil Dufault</title>
		<link>http://www.dufault.info/blog/about-me/comment-page-1/#comment-23518</link>
		<dc:creator>Phil Dufault</dc:creator>
		<pubDate>Wed, 25 Jan 2012 03:51:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.dufault.info/newblog/?page_id=2#comment-23518</guid>
		<description>Thanks! What did you think about the site and the content?</description>
		<content:encoded><![CDATA[<p>Thanks! What did you think about the site and the content?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A better way to find your BIOS version in Linux by linux &#124; Pearltrees</title>
		<link>http://www.dufault.info/blog/a-better-way-to-find-your-bios-version-in-linux/comment-page-1/#comment-23493</link>
		<dc:creator>linux &#124; Pearltrees</dc:creator>
		<pubDate>Tue, 24 Jan 2012 15:18:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.dufault.info/blog/?p=10#comment-23493</guid>
		<description>[...] Tagged as: BIOS , Linux ASUS M2NPV-VM ACPI BIOS Revision 1103 phil@phil:~$ sudo dmidecode -s bios-version A better way to find your BIOS version in Linux [...]</description>
		<content:encoded><![CDATA[<p>[...] Tagged as: BIOS , Linux ASUS M2NPV-VM ACPI BIOS Revision 1103 phil@phil:~$ sudo dmidecode -s bios-version A better way to find your BIOS version in Linux [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About Me by Paul Slabiak</title>
		<link>http://www.dufault.info/blog/about-me/comment-page-1/#comment-23491</link>
		<dc:creator>Paul Slabiak</dc:creator>
		<pubDate>Tue, 24 Jan 2012 13:04:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.dufault.info/newblog/?page_id=2#comment-23491</guid>
		<description>Hi Phil,

my cat is Mucki and I live with my wife Karen in Hamburg. ;=))
Nice blog actually...

best regards from Hamburg (DE)

Paul</description>
		<content:encoded><![CDATA[<p>Hi Phil,</p>
<p>my cat is Mucki and I live with my wife Karen in Hamburg. ;=))<br />
Nice blog actually&#8230;</p>
<p>best regards from Hamburg (DE)</p>
<p>Paul</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Defragmentation Script to Optimize Fragmented Tables in MySQL by Phil Dufault</title>
		<link>http://www.dufault.info/blog/a-script-to-optimize-fragmented-tables-in-mysql/comment-page-1/#comment-23181</link>
		<dc:creator>Phil Dufault</dc:creator>
		<pubDate>Mon, 16 Jan 2012 23:02:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.dufault.info/blog/?p=116#comment-23181</guid>
		<description>Hi Tom,

I&#039;ll need some more data from you -- try running the script in debug mode to find out what actions it&#039;s taking. (put -x at the end of the line at top of the script)

Let me know how you make out.</description>
		<content:encoded><![CDATA[<p>Hi Tom,</p>
<p>I&#8217;ll need some more data from you &#8212; try running the script in debug mode to find out what actions it&#8217;s taking. (put -x at the end of the line at top of the script)</p>
<p>Let me know how you make out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Script to Remux MKV Videos Into MP4 Videos by Phil Dufault</title>
		<link>http://www.dufault.info/blog/a-script-to-remux-mkv-videos-into-mp4-videos/comment-page-1/#comment-23180</link>
		<dc:creator>Phil Dufault</dc:creator>
		<pubDate>Mon, 16 Jan 2012 23:00:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.dufault.info/blog/?p=7#comment-23180</guid>
		<description>Apologies for my tardy response.  GitHub repo created:
https://github.com/pdufault/reMuxToMP4</description>
		<content:encoded><![CDATA[<p>Apologies for my tardy response.  GitHub repo created:<br />
<a href="https://github.com/pdufault/reMuxToMP4" rel="nofollow">https://github.com/pdufault/reMuxToMP4</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Defragmentation Script to Optimize Fragmented Tables in MySQL by Tom</title>
		<link>http://www.dufault.info/blog/a-script-to-optimize-fragmented-tables-in-mysql/comment-page-1/#comment-21470</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Tue, 13 Dec 2011 20:21:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.dufault.info/blog/?p=116#comment-21470</guid>
		<description>The script seems to run fine, after I figured out how to populate the ~/.my.cnf file.
But... each time I run it, the same 44 tables are found to be fragmented and optimized.
How can I make the optimization stick?
Thanks, Tom</description>
		<content:encoded><![CDATA[<p>The script seems to run fine, after I figured out how to populate the ~/.my.cnf file.<br />
But&#8230; each time I run it, the same 44 tables are found to be fragmented and optimized.<br />
How can I make the optimization stick?<br />
Thanks, Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Script to Remux MKV Videos Into MP4 Videos by lmh</title>
		<link>http://www.dufault.info/blog/a-script-to-remux-mkv-videos-into-mp4-videos/comment-page-1/#comment-19584</link>
		<dc:creator>lmh</dc:creator>
		<pubDate>Tue, 25 Oct 2011 11:20:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.dufault.info/blog/?p=7#comment-19584</guid>
		<description>The mpeg4ip-server package (and thus mp4creator) has been removed from ubuntu oneiric, the version of mplayer they are shipping also seems to struggle with the audio extraction phase. Any chance of getting that github repo up so we can contribute patches to deal the new issues (maybe revert back to mp4box &amp; ffmpeg, or add them as cmdline options). I also have a very minor patch, but its probably easier to add via github than blog comments.</description>
		<content:encoded><![CDATA[<p>The mpeg4ip-server package (and thus mp4creator) has been removed from ubuntu oneiric, the version of mplayer they are shipping also seems to struggle with the audio extraction phase. Any chance of getting that github repo up so we can contribute patches to deal the new issues (maybe revert back to mp4box &amp; ffmpeg, or add them as cmdline options). I also have a very minor patch, but its probably easier to add via github than blog comments.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Defragmentation Script to Optimize Fragmented Tables in MySQL by Phil Dufault</title>
		<link>http://www.dufault.info/blog/a-script-to-optimize-fragmented-tables-in-mysql/comment-page-1/#comment-18612</link>
		<dc:creator>Phil Dufault</dc:creator>
		<pubDate>Thu, 29 Sep 2011 16:45:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.dufault.info/blog/?p=116#comment-18612</guid>
		<description>Thanks for letting me know about the errors Arun.  I&#039;ve fixed them.

However, please be more careful with what text you&#039;re pasting to the internet!  You showed me your root password.</description>
		<content:encoded><![CDATA[<p>Thanks for letting me know about the errors Arun.  I&#8217;ve fixed them.</p>
<p>However, please be more careful with what text you&#8217;re pasting to the internet!  You showed me your root password.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Defragmentation Script to Optimize Fragmented Tables in MySQL by Phil Dufault</title>
		<link>http://www.dufault.info/blog/a-script-to-optimize-fragmented-tables-in-mysql/comment-page-1/#comment-18597</link>
		<dc:creator>Phil Dufault</dc:creator>
		<pubDate>Thu, 29 Sep 2011 07:15:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.dufault.info/blog/?p=116#comment-18597</guid>
		<description>Thanks, fixed.</description>
		<content:encoded><![CDATA[<p>Thanks, fixed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Logging all BASH commands to history, and keeping people from deleting/emptying it by Phil Dufault</title>
		<link>http://www.dufault.info/blog/logging-all-bash-commands-to-history-and-keeping-people-from-deletingemptying-it/comment-page-1/#comment-18596</link>
		<dc:creator>Phil Dufault</dc:creator>
		<pubDate>Thu, 29 Sep 2011 07:06:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.dufault.info/blog/?p=186#comment-18596</guid>
		<description>Good catch bogd, I am wrong.</description>
		<content:encoded><![CDATA[<p>Good catch bogd, I am wrong.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

