<?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 TechKnack</title>
	<atom:link href="http://techknack.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://techknack.net</link>
	<description>The rantings of a techie</description>
	<lastBuildDate>Thu, 11 Feb 2010 12:22:35 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Running .msc files with runas by NandusICT</title>
		<link>http://techknack.net/running-msc-files-with-runas/comment-page-1/#comment-10834</link>
		<dc:creator>NandusICT</dc:creator>
		<pubDate>Thu, 11 Feb 2010 12:22:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.techknack.net/running-msc-files-with-runas/#comment-10834</guid>
		<description>I was looking for the parameter to connect to the services on a remote computer. I tried some things and found the solution. If you want to directly connect to the services of a remote computer use (mmc.exe) services.msc /computer=&quot;computername&quot;</description>
		<content:encoded><![CDATA[<p>I was looking for the parameter to connect to the services on a remote computer. I tried some things and found the solution. If you want to directly connect to the services of a remote computer use (mmc.exe) services.msc /computer=&#8221;computername&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Slimming down OpenOffice.org Portable by Jake</title>
		<link>http://techknack.net/slimming-down-openofficeorg-portable/comment-page-1/#comment-10704</link>
		<dc:creator>Jake</dc:creator>
		<pubDate>Fri, 05 Feb 2010 00:36:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.techknack.net/slimming-down-openofficeorg-portable/#comment-10704</guid>
		<description>And what about font files? I don\&#039;t know anyone that uses more than 4 fonts.</description>
		<content:encoded><![CDATA[<p>And what about font files? I don\&#8217;t know anyone that uses more than 4 fonts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Slimming down OpenOffice.org Portable by Jake</title>
		<link>http://techknack.net/slimming-down-openofficeorg-portable/comment-page-1/#comment-10702</link>
		<dc:creator>Jake</dc:creator>
		<pubDate>Fri, 05 Feb 2010 00:33:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.techknack.net/slimming-down-openofficeorg-portable/#comment-10702</guid>
		<description>What about sound files?
I saw them while installing it</description>
		<content:encoded><![CDATA[<p>What about sound files?<br />
I saw them while installing it</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Add entries to Konqueror&#8217;s &quot;Create new&quot; menu by McLovin</title>
		<link>http://techknack.net/add-entries-to-konquerors-create-new-menu/comment-page-1/#comment-10553</link>
		<dc:creator>McLovin</dc:creator>
		<pubDate>Sat, 30 Jan 2010 10:46:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.techknack.net/add-entries-to-konquerors-create-new-menu/#comment-10553</guid>
		<description>Thank you very much. Although this article could be a bit shorter.</description>
		<content:encoded><![CDATA[<p>Thank you very much. Although this article could be a bit shorter.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on KDE4 Update: A Turn for the Worse? by fedor</title>
		<link>http://techknack.net/kde4-update-a-turn-for-the-worse/comment-page-1/#comment-10229</link>
		<dc:creator>fedor</dc:creator>
		<pubDate>Wed, 20 Jan 2010 17:08:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.techknack.net/kde4-update-a-turn-for-the-worse/#comment-10229</guid>
		<description>Digital Clock widget always show time in 12 (am/pm) hour
format and ignore system settings</description>
		<content:encoded><![CDATA[<p>Digital Clock widget always show time in 12 (am/pm) hour<br />
format and ignore system settings</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on isIE JS One-liner by Aleko</title>
		<link>http://techknack.net/isie-js-one-liner/comment-page-1/#comment-9889</link>
		<dc:creator>Aleko</dc:creator>
		<pubDate>Fri, 08 Jan 2010 03:24:06 +0000</pubDate>
		<guid isPermaLink="false">http://techknack.net/?p=234#comment-9889</guid>
		<description>better decision from me:

!-[1,]

returns true in IE and false in all others</description>
		<content:encoded><![CDATA[<p>better decision from me:</p>
<p>!-[1,]</p>
<p>returns true in IE and false in all others</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Running .msc files with runas by Brian</title>
		<link>http://techknack.net/running-msc-files-with-runas/comment-page-1/#comment-9651</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Sun, 03 Jan 2010 02:04:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.techknack.net/running-msc-files-with-runas/#comment-9651</guid>
		<description>Joe, your example didn\&#039;t work for me until I added a backslash + quote before the final quote. i.e,

runas /savecred /user:domain\user &quot;c:\windows\system32\mmc.exe \&quot;C:\Program Files\Microsoft Configuration Manager Console\AdminUI\bin\adminconsole.msc\&quot;&quot;

Hope this helps.</description>
		<content:encoded><![CDATA[<p>Joe, your example didn\&#8217;t work for me until I added a backslash + quote before the final quote. i.e,</p>
<p>runas /savecred /user:domain\user &#8220;c:\windows\system32\mmc.exe \&#8221;C:\Program Files\Microsoft Configuration Manager Console\AdminUI\bin\adminconsole.msc\&#8221;"</p>
<p>Hope this helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Search Apt package descriptions by Ivan</title>
		<link>http://techknack.net/search-apt-package-descriptions/comment-page-1/#comment-9244</link>
		<dc:creator>Ivan</dc:creator>
		<pubDate>Tue, 22 Dec 2009 11:47:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.techknack.net/search-apt-package-descriptions/#comment-9244</guid>
		<description>Grepping through all packages is slow.

You can use the ~d prefix to search the descriptions
  sudo aptitude search &#039;~dflash&#039;

Cheerio!</description>
		<content:encoded><![CDATA[<p>Grepping through all packages is slow.</p>
<p>You can use the ~d prefix to search the descriptions<br />
  sudo aptitude search &#8216;~dflash&#8217;</p>
<p>Cheerio!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on &#8220;Selective Top&#8221; Bash Script by Serguei</title>
		<link>http://techknack.net/selective-top-bash-script/comment-page-1/#comment-9141</link>
		<dc:creator>Serguei</dc:creator>
		<pubDate>Thu, 17 Dec 2009 15:51:07 +0000</pubDate>
		<guid isPermaLink="false">http://techknack.net/?p=292#comment-9141</guid>
		<description>Thanks. That&#039;s exactly what I was looking for!

Needed to monitor mysql and java worker processes.

Thanks again!</description>
		<content:encoded><![CDATA[<p>Thanks. That&#8217;s exactly what I was looking for!</p>
<p>Needed to monitor mysql and java worker processes.</p>
<p>Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CSS trick &#8211; two background images by Ron</title>
		<link>http://techknack.net/css-trick-two-background-images/comment-page-1/#comment-8849</link>
		<dc:creator>Ron</dc:creator>
		<pubDate>Mon, 07 Dec 2009 10:36:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.techknack.net/css-trick-two-background-images/#comment-8849</guid>
		<description>Awesome guide, thanks! :)</description>
		<content:encoded><![CDATA[<p>Awesome guide, thanks! <img src='http://techknack.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
