<?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 toastresearch.com</title>
	<atom:link href="http://toastresearch.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://toastresearch.com</link>
	<description>network administration, virtualization, security, etc</description>
	<lastBuildDate>Sun, 05 Feb 2012 01:54:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on scripting a reboot of all computers in an OU by joshua.smith</title>
		<link>http://toastresearch.com/2010/02/26/scripting-a-reboot-of-all-computers-in-an-ou/comment-page-1/#comment-1487</link>
		<dc:creator>joshua.smith</dc:creator>
		<pubDate>Sun, 05 Feb 2012 01:54:50 +0000</pubDate>
		<guid isPermaLink="false">http://toastresearch.com/?p=42#comment-1487</guid>
		<description>kp, 

i don&#039;t think so. 

objRS is your record set (lets say 100 computers in an OU). objRS.MoveFirst moves you to the first record/computer, then the &quot;While Not objRS.EOF&quot; says loop until you are out of records. if i am not mistaken the way that while loop is written is why you wouldn&#039;t need the objRS.MoveNext call. after the while loop, then it hits that Wend. 

from my testing a long time ago i never saw a problem with an infinite loop, and i had this in production for years (and i heard about any random reboots, i promise ;). 

correct me if i am wrong, i can always learn something.</description>
		<content:encoded><![CDATA[<p>kp, </p>
<p>i don&#8217;t think so. </p>
<p>objRS is your record set (lets say 100 computers in an OU). objRS.MoveFirst moves you to the first record/computer, then the &#8220;While Not objRS.EOF&#8221; says loop until you are out of records. if i am not mistaken the way that while loop is written is why you wouldn&#8217;t need the objRS.MoveNext call. after the while loop, then it hits that Wend. </p>
<p>from my testing a long time ago i never saw a problem with an infinite loop, and i had this in production for years (and i heard about any random reboots, i promise ;). </p>
<p>correct me if i am wrong, i can always learn something.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on digium switchvox: a review by joshua.smith</title>
		<link>http://toastresearch.com/2010/10/06/digium-switchvox-a-review/comment-page-1/#comment-1486</link>
		<dc:creator>joshua.smith</dc:creator>
		<pubDate>Sun, 05 Feb 2012 01:37:04 +0000</pubDate>
		<guid isPermaLink="false">http://toastresearch.com/?p=251#comment-1486</guid>
		<description>jeff,

i actually left that position a few months after the install, so i can&#039;t honestly say what has changed since then. 

that being said, i talked to the guys that are now administering that system  last week, and they said it is great. no issues, &quot;it just works&quot; was their comment to me. 

i hope they have tackled some of those issues since then, but you would have to talk to digium to find out for sure.

good luck!</description>
		<content:encoded><![CDATA[<p>jeff,</p>
<p>i actually left that position a few months after the install, so i can&#8217;t honestly say what has changed since then. </p>
<p>that being said, i talked to the guys that are now administering that system  last week, and they said it is great. no issues, &#8220;it just works&#8221; was their comment to me. </p>
<p>i hope they have tackled some of those issues since then, but you would have to talk to digium to find out for sure.</p>
<p>good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on scripting a reboot of all computers in an OU by kp</title>
		<link>http://toastresearch.com/2010/02/26/scripting-a-reboot-of-all-computers-in-an-ou/comment-page-1/#comment-1485</link>
		<dc:creator>kp</dc:creator>
		<pubDate>Sat, 04 Feb 2012 08:04:11 +0000</pubDate>
		<guid isPermaLink="false">http://toastresearch.com/?p=42#comment-1485</guid>
		<description>Don&#039;t you need to add a objRS.movenext right before the WEND?  It looks like it runs in an infinite loop without this.</description>
		<content:encoded><![CDATA[<p>Don&#8217;t you need to add a objRS.movenext right before the WEND?  It looks like it runs in an infinite loop without this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on digium switchvox: a review by Jeff Barnes</title>
		<link>http://toastresearch.com/2010/10/06/digium-switchvox-a-review/comment-page-1/#comment-1484</link>
		<dc:creator>Jeff Barnes</dc:creator>
		<pubDate>Fri, 03 Feb 2012 20:38:45 +0000</pubDate>
		<guid isPermaLink="false">http://toastresearch.com/?p=251#comment-1484</guid>
		<description>Any updates to your &quot;the bad&quot; list?  I see in 2010 Tristan said they were on &quot;the list&quot;, have they been fixed yet?</description>
		<content:encoded><![CDATA[<p>Any updates to your &#8220;the bad&#8221; list?  I see in 2010 Tristan said they were on &#8220;the list&#8221;, have they been fixed yet?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on digium switchvox: a review by joshua.smith</title>
		<link>http://toastresearch.com/2010/10/06/digium-switchvox-a-review/comment-page-1/#comment-1483</link>
		<dc:creator>joshua.smith</dc:creator>
		<pubDate>Wed, 11 Jan 2012 06:42:59 +0000</pubDate>
		<guid isPermaLink="false">http://toastresearch.com/?p=251#comment-1483</guid>
		<description>thanks for the heads up darren.

that is a little surprising, especially since digium just rides on a linux kernel (more or less) i believe.</description>
		<content:encoded><![CDATA[<p>thanks for the heads up darren.</p>
<p>that is a little surprising, especially since digium just rides on a linux kernel (more or less) i believe.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on digium switchvox: a review by Darren</title>
		<link>http://toastresearch.com/2010/10/06/digium-switchvox-a-review/comment-page-1/#comment-1482</link>
		<dc:creator>Darren</dc:creator>
		<pubDate>Mon, 09 Jan 2012 05:17:32 +0000</pubDate>
		<guid isPermaLink="false">http://toastresearch.com/?p=251#comment-1482</guid>
		<description>Be careful when buying a digium swithvox. They are not designed to run for extended periods of time. Here is a response from tech support telling me that I have to reboot my appliance to keep it running normally.

&quot;Hi Darren,

 Looking over the various parts of the system, we do not show anything specific that may be directly causing the jump in memory usage. We do show that the system has been up for 134 days though. Whenever a system has been up for a good length of time, and odd occurrences start happening, we always recommend to first start by doing a full reboot of the system to see if that resolves the issue. If after a reboot the issue persists, please let us know.

Best regards,
Switchvox Support&quot;</description>
		<content:encoded><![CDATA[<p>Be careful when buying a digium swithvox. They are not designed to run for extended periods of time. Here is a response from tech support telling me that I have to reboot my appliance to keep it running normally.</p>
<p>&#8220;Hi Darren,</p>
<p> Looking over the various parts of the system, we do not show anything specific that may be directly causing the jump in memory usage. We do show that the system has been up for 134 days though. Whenever a system has been up for a good length of time, and odd occurrences start happening, we always recommend to first start by doing a full reboot of the system to see if that resolves the issue. If after a reboot the issue persists, please let us know.</p>
<p>Best regards,<br />
Switchvox Support&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on changing the backtrack 5 menu icon by joshua.smith</title>
		<link>http://toastresearch.com/2011/05/12/changing-the-backtrack-5-menu-icon/comment-page-1/#comment-1481</link>
		<dc:creator>joshua.smith</dc:creator>
		<pubDate>Sun, 01 Jan 2012 05:14:09 +0000</pubDate>
		<guid isPermaLink="false">http://toastresearch.com/?p=455#comment-1481</guid>
		<description>hi erixun, 

glad you liked the post. the link is working for me currently. maybe you hit it when they were doing some site maintenance? 

the link points to: http://redmine.corelan.be:8800/projects/corelanart/files

good luck!</description>
		<content:encoded><![CDATA[<p>hi erixun, </p>
<p>glad you liked the post. the link is working for me currently. maybe you hit it when they were doing some site maintenance? </p>
<p>the link points to: <a href="http://redmine.corelan.be:8800/projects/corelanart/files" rel="nofollow">http://redmine.corelan.be:8800/projects/corelanart/files</a></p>
<p>good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on changing the backtrack 5 menu icon by Erixun</title>
		<link>http://toastresearch.com/2011/05/12/changing-the-backtrack-5-menu-icon/comment-page-1/#comment-1480</link>
		<dc:creator>Erixun</dc:creator>
		<pubDate>Wed, 28 Dec 2011 15:19:20 +0000</pubDate>
		<guid isPermaLink="false">http://toastresearch.com/?p=455#comment-1480</guid>
		<description>That link to the wallpapers is no good. Can we still access them somewhere?
Thanks for the post :)</description>
		<content:encoded><![CDATA[<p>That link to the wallpapers is no good. Can we still access them somewhere?<br />
Thanks for the post :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on setting up armitage on ubuntu with a postgres db by joshua.smith</title>
		<link>http://toastresearch.com/2010/12/24/setting-up-armitage-on-ubuntu-with-a-postgres-db/comment-page-1/#comment-1479</link>
		<dc:creator>joshua.smith</dc:creator>
		<pubDate>Thu, 22 Dec 2011 03:16:56 +0000</pubDate>
		<guid isPermaLink="false">http://toastresearch.com/?p=317#comment-1479</guid>
		<description>mendi1981,

this article is no longer applicable. you should install metasploit 4.x as armitage is now bundled with metasploit by default.</description>
		<content:encoded><![CDATA[<p>mendi1981,</p>
<p>this article is no longer applicable. you should install metasploit 4.x as armitage is now bundled with metasploit by default.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on setting up armitage on ubuntu with a postgres db by mendi1981</title>
		<link>http://toastresearch.com/2010/12/24/setting-up-armitage-on-ubuntu-with-a-postgres-db/comment-page-1/#comment-1478</link>
		<dc:creator>mendi1981</dc:creator>
		<pubDate>Wed, 16 Nov 2011 11:41:27 +0000</pubDate>
		<guid isPermaLink="false">http://toastresearch.com/?p=317#comment-1478</guid>
		<description>hi,
my problem is when i start armitage .. don&#039;t see Use SSl checkbox and DB driver/DB connect string textBox..
&lt;a href=&#039;http://www.subirimagenes.com/imagen-armitage-7141657.html&#039; rel=&quot;nofollow&quot;&gt;&lt;/a&gt;

I&#039;m using metasploit framework 4.2, but a try to download and use armitage from http://www.fastandeasyhacking.com/ but the problem continue..

What can be the problem?

Thank you</description>
		<content:encoded><![CDATA[<p>hi,<br />
my problem is when i start armitage .. don&#8217;t see Use SSl checkbox and DB driver/DB connect string textBox..<br />
<a href='http://www.subirimagenes.com/imagen-armitage-7141657.html' rel="nofollow"></a></p>
<p>I&#8217;m using metasploit framework 4.2, but a try to download and use armitage from <a href="http://www.fastandeasyhacking.com/" rel="nofollow">http://www.fastandeasyhacking.com/</a> but the problem continue..</p>
<p>What can be the problem?</p>
<p>Thank you</p>
]]></content:encoded>
	</item>
</channel>
</rss>

