<?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 Denie&#039;s Tech Blog</title>
	<atom:link href="http://blog.nataprawira.com/tech/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.nataprawira.com/tech</link>
	<description>Information Technology for Life!</description>
	<lastBuildDate>Thu, 22 Jul 2010 03:03:03 +0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Scripting a MySQL InnoDB Engine Conversion by Denie</title>
		<link>http://blog.nataprawira.com/tech/2010/07/11/scripting-a-mysql-innodb-engine-conversion/comment-page-1/#comment-5842</link>
		<dc:creator>Denie</dc:creator>
		<pubDate>Thu, 22 Jul 2010 03:03:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nataprawira.com/tech/?p=161#comment-5842</guid>
		<description>Hi, thanks for commenting the post. Anyway, this is what I found from the &lt;a href=&quot;http://www.daniweb.com/forums/thread40911.html&quot; rel=&quot;nofollow&quot;&gt;neighbor forum&lt;/a&gt;:

&lt;blockquote&gt;&quot;Apparently MyISAM is faster than InnoDB. The only advantage InnoDB has over MyISAM is that it supports row locking, while MyISAM only supports table locking. Therefore, if lots of reads and writes are constantly being done to a very large table, it eliminates the constant database errors that using a MyISAM table would cause from the overload. InnoDB would therefore be a tad more reliable when you don&#039;t mind taking a small performance hit in exchange for not suffering from table locking issues.&quot;&lt;/blockquote&gt;</description>
		<content:encoded><![CDATA[<p>Hi, thanks for commenting the post. Anyway, this is what I found from the <a href="http://www.daniweb.com/forums/thread40911.html" rel="nofollow">neighbor forum</a>:</p>
<blockquote><p>&#8220;Apparently MyISAM is faster than InnoDB. The only advantage InnoDB has over MyISAM is that it supports row locking, while MyISAM only supports table locking. Therefore, if lots of reads and writes are constantly being done to a very large table, it eliminates the constant database errors that using a MyISAM table would cause from the overload. InnoDB would therefore be a tad more reliable when you don&#8217;t mind taking a small performance hit in exchange for not suffering from table locking issues.&#8221;</p></blockquote>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Scripting a MySQL InnoDB Engine Conversion by mandm</title>
		<link>http://blog.nataprawira.com/tech/2010/07/11/scripting-a-mysql-innodb-engine-conversion/comment-page-1/#comment-5839</link>
		<dc:creator>mandm</dc:creator>
		<pubDate>Wed, 21 Jul 2010 18:06:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nataprawira.com/tech/?p=161#comment-5839</guid>
		<description>thats a great script to have, but what are some of the disadvantages of converting from myisam to innodb and do we also have to set some paramters in the my.cnf file?</description>
		<content:encoded><![CDATA[<p>thats a great script to have, but what are some of the disadvantages of converting from myisam to innodb and do we also have to set some paramters in the my.cnf file?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sendmail Problem by Denie</title>
		<link>http://blog.nataprawira.com/tech/2009/02/13/sendmail-problem/comment-page-1/#comment-4626</link>
		<dc:creator>Denie</dc:creator>
		<pubDate>Fri, 12 Mar 2010 03:36:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nataprawira.com/tech/?p=33#comment-4626</guid>
		<description>Thanks! :)</description>
		<content:encoded><![CDATA[<p>Thanks! <img src='http://blog.nataprawira.com/tech/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sendmail Problem by Salvatore Rumore</title>
		<link>http://blog.nataprawira.com/tech/2009/02/13/sendmail-problem/comment-page-1/#comment-4621</link>
		<dc:creator>Salvatore Rumore</dc:creator>
		<pubDate>Thu, 11 Mar 2010 19:31:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nataprawira.com/tech/?p=33#comment-4621</guid>
		<description>Just landed on this post via Google research. I love it. This situation change my perceptual experience and I am getting the RSS feeds. Cheers Up.</description>
		<content:encoded><![CDATA[<p>Just landed on this post via Google research. I love it. This situation change my perceptual experience and I am getting the RSS feeds. Cheers Up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to manually install DKIM-Filter with Sendmail by Setting up SPF, SenderID and DKIM on Centos 5.3 using sendmail &#124; Mixu&#8217;s blog</title>
		<link>http://blog.nataprawira.com/tech/2009/08/15/how-to-manually-install-dkim-filter-with-sendmail/comment-page-1/#comment-3289</link>
		<dc:creator>Setting up SPF, SenderID and DKIM on Centos 5.3 using sendmail &#124; Mixu&#8217;s blog</dc:creator>
		<pubDate>Mon, 23 Nov 2009 18:44:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nataprawira.com/tech/?p=89#comment-3289</guid>
		<description>[...] How to manually install DKIM-Filter with Sendmail [...]</description>
		<content:encoded><![CDATA[<p>[...] How to manually install DKIM-Filter with Sendmail [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MySQL Master-Slave Replication by Denie</title>
		<link>http://blog.nataprawira.com/tech/2009/06/08/mysql-master-slave-replication/comment-page-1/#comment-2222</link>
		<dc:creator>Denie</dc:creator>
		<pubDate>Thu, 25 Jun 2009 16:59:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nataprawira.com/tech/?p=53#comment-2222</guid>
		<description>hi pyou,

musti di copy dulu filenya dari folder instalasi mysql yang kamu instal ke c:/windows :)</description>
		<content:encoded><![CDATA[<p>hi pyou,</p>
<p>musti di copy dulu filenya dari folder instalasi mysql yang kamu instal ke c:/windows <img src='http://blog.nataprawira.com/tech/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MySQL Master-Slave Replication by pyou</title>
		<link>http://blog.nataprawira.com/tech/2009/06/08/mysql-master-slave-replication/comment-page-1/#comment-2187</link>
		<dc:creator>pyou</dc:creator>
		<pubDate>Thu, 18 Jun 2009 02:34:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nataprawira.com/tech/?p=53#comment-2187</guid>
		<description>k2k ... lo windows - windows gimana? bisa ndak? aku cari file my.cnf atau my.ini ga ada di C:/ adatu c:/windows</description>
		<content:encoded><![CDATA[<p>k2k &#8230; lo windows &#8211; windows gimana? bisa ndak? aku cari file my.cnf atau my.ini ga ada di C:/ adatu c:/windows</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Schedule Tasks in Windows Server 2003 by Denie</title>
		<link>http://blog.nataprawira.com/tech/2009/02/02/how-to-schedule-tasks-in-windows-server-2003/comment-page-1/#comment-1172</link>
		<dc:creator>Denie</dc:creator>
		<pubDate>Sat, 02 May 2009 06:51:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nataprawira.com/tech/?p=30#comment-1172</guid>
		<description>Hi Hamilton,

Please refer to this site:
http://technet.microsoft.com/en-us/sysinternals/bb897557.aspx

Hope that can help you :)</description>
		<content:encoded><![CDATA[<p>Hi Hamilton,</p>
<p>Please refer to this site:<br />
<a href="http://technet.microsoft.com/en-us/sysinternals/bb897557.aspx" rel="nofollow">http://technet.microsoft.com/en-us/sysinternals/bb897557.aspx</a></p>
<p>Hope that can help you <img src='http://blog.nataprawira.com/tech/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Schedule Tasks in Windows Server 2003 by Hamilton</title>
		<link>http://blog.nataprawira.com/tech/2009/02/02/how-to-schedule-tasks-in-windows-server-2003/comment-page-1/#comment-772</link>
		<dc:creator>Hamilton</dc:creator>
		<pubDate>Fri, 17 Apr 2009 16:01:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nataprawira.com/tech/?p=30#comment-772</guid>
		<description>I am trying to use your awesome tutorial to remotely create scheduled tasks to run BGInfo at logon on all computers in our site.

When I use the parameter;

/tr &quot;C:\Documents and Settings\All Users\Application Data\BGInfo\Bginfo.exe&quot; &quot;C:\Documents and Settings\All Users\Application Data\BGInfo\Plansee.bgi&quot; /silent /timer:0 /NOLICPROMPT

I get an error stating: “ERROR: Invalid Argument/Option – ‘C:\Documents and Settings\All Users\Application Data\BGInfo\Plansee.bgi’”.

Is there a way to tell Schtasks to use the whole string as the argument?

Thanks in advance,

- Hamilton</description>
		<content:encoded><![CDATA[<p>I am trying to use your awesome tutorial to remotely create scheduled tasks to run BGInfo at logon on all computers in our site.</p>
<p>When I use the parameter;</p>
<p>/tr &#8220;C:\Documents and Settings\All Users\Application Data\BGInfo\Bginfo.exe&#8221; &#8220;C:\Documents and Settings\All Users\Application Data\BGInfo\Plansee.bgi&#8221; /silent /timer:0 /NOLICPROMPT</p>
<p>I get an error stating: “ERROR: Invalid Argument/Option – ‘C:\Documents and Settings\All Users\Application Data\BGInfo\Plansee.bgi’”.</p>
<p>Is there a way to tell Schtasks to use the whole string as the argument?</p>
<p>Thanks in advance,</p>
<p>- Hamilton</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to create a self-signed SSL Certificate &#8230; by Denie</title>
		<link>http://blog.nataprawira.com/tech/2008/08/13/how-to-create-a-self-signed-ssl-certificate/comment-page-1/#comment-4</link>
		<dc:creator>Denie</dc:creator>
		<pubDate>Mon, 22 Dec 2008 05:57:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nataprawira.com/tech/?p=7#comment-4</guid>
		<description>Hi Daniel, Thanks for your comment. Good luck!</description>
		<content:encoded><![CDATA[<p>Hi Daniel, Thanks for your comment. Good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to create a self-signed SSL Certificate &#8230; by Daniel Craig</title>
		<link>http://blog.nataprawira.com/tech/2008/08/13/how-to-create-a-self-signed-ssl-certificate/comment-page-1/#comment-3</link>
		<dc:creator>Daniel Craig</dc:creator>
		<pubDate>Fri, 19 Dec 2008 08:59:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nataprawira.com/tech/?p=7#comment-3</guid>
		<description>Hello, I was looking around for a while searching for pki cryptography and I happened upon this site and your post regarding ogy Information » How to create a self-signed SSL Certificate &#8230;, I will definitely this to my pki cryptography bookmarks!</description>
		<content:encoded><![CDATA[<p>Hello, I was looking around for a while searching for pki cryptography and I happened upon this site and your post regarding ogy Information » How to create a self-signed SSL Certificate &#8230;, I will definitely this to my pki cryptography bookmarks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Let’s Install JSON for PHP 5 by run two apache servers example &#124; Digg hot tags</title>
		<link>http://blog.nataprawira.com/tech/2008/12/10/let%e2%80%99s-install-json-for-php-5/comment-page-1/#comment-2</link>
		<dc:creator>run two apache servers example &#124; Digg hot tags</dc:creator>
		<pubDate>Wed, 10 Dec 2008 18:58:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nataprawira.com/tech/?p=15#comment-2</guid>
		<description>[...] Vote  Let’s Install JSON for PHP 5 [...]</description>
		<content:encoded><![CDATA[<p>[...] Vote  Let’s Install JSON for PHP 5 [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

