<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    <title>Michael King - Websites</title>
    <link>http://www.mpking.com/</link>
    <description>My little place on the web</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.4 - http://www.s9y.org/</generator>
    <pubDate>Tue, 20 Jan 2009 18:14:13 GMT</pubDate>

    <image>
        <url>http://www.mpking.com/templates/bulletproof/img/s9y_banner_small.png</url>
        <title>RSS: Michael King - Websites - My little place on the web</title>
        <link>http://www.mpking.com/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>Find stale computer accounts in active directory</title>
    <link>http://www.mpking.com/archives/34-Find-stale-computer-accounts-in-active-directory.html</link>
            <category>Websites</category>
    
    <comments>http://www.mpking.com/archives/34-Find-stale-computer-accounts-in-active-directory.html#comments</comments>
    <wfw:comment>http://www.mpking.com/wfwcomment.php?cid=34</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.mpking.com/rss.php?version=2.0&amp;type=comments&amp;cid=34</wfw:commentRss>
    

    <author>nospam@example.com (Michael King)</author>
    <content:encoded>
    &lt;p&gt;So it&#039;s inevitable that if you run Active Directory long enough, you will have &amp;quot;stale&amp;quot; accounts.&amp;#160;&amp;#160; Stale accounts are accounts that no-one is using anymore, be it because the user is no-longer employed, it was a shared account that no-one uses anymore, or people just forgot the account is there.&amp;#160; Yes, Yes, you should have good practices in place to prevent this kind of account stagnation, but it happens.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;The easiest way to find accounts is to use DSQuery:&lt;/p&gt;&lt;br /&gt;
&lt;pre&gt;&lt;br /&gt;
dsquery user domainroot -name * -inactive 18&lt;/pre&gt;&lt;br /&gt;
&lt;p&gt;which will display the distinguished names of all users in only the current domain who have been inactive for 120 days (17+ weeks rounded to 18 weeks) or more.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;But what about computer accounts?&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;&lt;em&gt;dsquery computer -inactive 8 -limit 0&lt;/em&gt; &lt;/p&gt;&lt;br /&gt;
&lt;p&gt;Searches for computers that have been inactive (stale) for the number of weeks that you specify (in this case 8 weeks) and displays all entries (Default is 100)&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;But what if you want pretty output ?&amp;#160; &lt;/p&gt;&lt;br /&gt;
&lt;p&gt;Joeware has a nice little utility that does all of the hard part for you, and can display in a DHTML table that is easily sortable&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;&lt;a href=&quot;http://www.joeware.net/freetools/tools/oldcmp/index.htm&quot;&gt;http://www.joeware.net/freetools/tools/oldcmp/index.htm&lt;/a&gt;&lt;/p&gt; 
    </content:encoded>

    <pubDate>Tue, 20 Jan 2009 11:14:13 -0700</pubDate>
    <guid isPermaLink="false">http://www.mpking.com/archives/34-guid.html</guid>
    
</item>
<item>
    <title>Multi User Picasa</title>
    <link>http://www.mpking.com/archives/32-Multi-User-Picasa.html</link>
            <category>Websites</category>
    
    <comments>http://www.mpking.com/archives/32-Multi-User-Picasa.html#comments</comments>
    <wfw:comment>http://www.mpking.com/wfwcomment.php?cid=32</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.mpking.com/rss.php?version=2.0&amp;type=comments&amp;cid=32</wfw:commentRss>
    

    <author>nospam@example.com (Michael King)</author>
    <content:encoded>
    &lt;p&gt;Just setup a new family computer, and I wanted to setup a different user account for both me and Rachel.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;One of the programs both of us use is Picasa, and of course we want to share the same photos (and reflect edits back to each other. &lt;/p&gt;&lt;p&gt;This guy has some nifty tips on how to do that:&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.paraesthesia.com/archive/2008/01/04/multi-user-picasa.aspx&quot;&gt;http://www.paraesthesia.com/archive/2008/01/04/multi-user-picasa.aspx&lt;/a&gt;&lt;/p&gt; 
    </content:encoded>

    <pubDate>Sat, 15 Nov 2008 00:26:03 -0700</pubDate>
    <guid isPermaLink="false">http://www.mpking.com/archives/32-guid.html</guid>
    
</item>
<item>
    <title>ASDM error: Unconnected sockets no implemented.</title>
    <link>http://www.mpking.com/archives/31-ASDM-error-Unconnected-sockets-no-implemented..html</link>
            <category>Websites</category>
    
    <comments>http://www.mpking.com/archives/31-ASDM-error-Unconnected-sockets-no-implemented..html#comments</comments>
    <wfw:comment>http://www.mpking.com/wfwcomment.php?cid=31</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://www.mpking.com/rss.php?version=2.0&amp;type=comments&amp;cid=31</wfw:commentRss>
    

    <author>nospam@example.com (Michael King)</author>
    <content:encoded>
    &lt;p /&gt;&lt;p&gt;I was installing ASDM on a new machine at work, and was greeted with the following Error:&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;FONT-WEIGHT: bold; FONT-FAMILY: arial&quot;&gt;ASDM is unable to continue loading. Click OK to exit from ASDM.&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;FONT-WEIGHT: bold; FONT-FAMILY: arial&quot;&gt;Unconnected sockets not implemented.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;Thankfully, this gentleman had already had this particular grief, and had found the resolution:&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://the-network-guy.blogspot.com/2008/10/asdm-error-unconnected-sockets-not.html&quot;&gt;http://the-network-guy.blogspot.com/2008/10/asdm-error-unconnected-sockets-not.html&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Short answer, uninstall Java6 Update 10, and roll back to Java6 Update 7.&lt;/p&gt; 
    </content:encoded>

    <pubDate>Mon, 03 Nov 2008 16:40:00 -0700</pubDate>
    <guid isPermaLink="false">http://www.mpking.com/archives/31-guid.html</guid>
    
</item>
<item>
    <title>iCarbon</title>
    <link>http://www.mpking.com/archives/28-iCarbon.html</link>
            <category>Websites</category>
    
    <comments>http://www.mpking.com/archives/28-iCarbon.html#comments</comments>
    <wfw:comment>http://www.mpking.com/wfwcomment.php?cid=28</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.mpking.com/rss.php?version=2.0&amp;type=comments&amp;cid=28</wfw:commentRss>
    

    <author>nospam@example.com (Michael King)</author>
    <content:encoded>
    &lt;br /&gt;
&lt;p&gt;One of the nice things about having a scanner and a printer is that you should be able to photocopy something.  Unfortunately, if you have a generic scanner (Like I do) you don&#039;t get the nice software that does that automatically.&lt;/p&gt;&lt;p&gt;I&#039;ve been &amp;quot;using&amp;quot; Photocoper v3.03 for a few years, &amp;quot;using&amp;quot; being a relative term as it didn&#039;t work for me.  It did a few times, then it just stopped.  I&#039;ve had to compensate by just using Photoshop, or Picasa2 to fake it.&lt;/p&gt;&lt;p&gt;I just found this software, iCarbon today, and it works great!&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.idev.ch/index.php?option=content&amp;amp;task=view&amp;amp;id=76&amp;amp;Itemid=54&quot;&gt;http://www.idev.ch/index.php?option=content&amp;amp;task=view&amp;amp;id=76&amp;amp;Itemid=54&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Thanks to Steve Bass for pointing it out&lt;br /&gt;&lt;a href=&quot;http://blogs.pcworld.com/tipsandtweaks/archives/001635.htm&quot;&gt;http://blogs.pcworld.com/tipsandtweaks/archives/001635.htm&lt;/a&gt;l&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt; &lt;/p&gt; 
    </content:encoded>

    <pubDate>Wed, 09 Jul 2008 20:32:32 -0700</pubDate>
    <guid isPermaLink="false">http://www.mpking.com/archives/28-guid.html</guid>
    
</item>
<item>
    <title>Team Oshkosh sent to graveyard</title>
    <link>http://www.mpking.com/archives/18-Team-Oshkosh-sent-to-graveyard.html</link>
            <category>Websites</category>
    
    <comments>http://www.mpking.com/archives/18-Team-Oshkosh-sent-to-graveyard.html#comments</comments>
    <wfw:comment>http://www.mpking.com/wfwcomment.php?cid=18</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.mpking.com/rss.php?version=2.0&amp;type=comments&amp;cid=18</wfw:commentRss>
    

    <author>nospam@example.com (Michael King)</author>
    <content:encoded>
    &lt;br /&gt;
Well, after a small miscalculation, &lt;a href=&quot;http://www.terramax.com/&quot;&gt;Team Oshkosh&lt;/a&gt; is out of the running.  Apparently buildings aren&#039;t supposed to get out of your way.&lt;p&gt;&lt;img src=&quot;http://blog.wired.com/photos/uncategorized/2007/11/03/oshkosh_out.jpg&quot; alt=&quot;&quot;  /&gt;&lt;/p&gt;&lt;p&gt;  &lt;/p&gt;&lt;a href=&quot;http://blog.wired.com/defense/2007/11/3-teams-out-of-.html&quot;&gt;Wired News&lt;/a&gt; has a good write-up.&lt;p&gt;Oh well.  &lt;a href=&quot;http://www.mpking.com/index.php?/archives/17-Darpas-Urban-Challenge.html&quot;&gt;As I said before&lt;/a&gt; I liked Team Oshkosh the best.  I have one other reason for likeing them I didn&#039;t mention before.  They&#039;re big.  Every other team was running around in small SUV&#039;s and small cars.  This is the same vehicle they ran thru the desert challenge.  (I know &lt;a href=&quot;http://cs.stanford.edu/group/roadrunner/&quot;&gt;Stanford &lt;/a&gt;used the same vehicle).&lt;/p&gt;&lt;p&gt;It wasn&#039;t purpose built for the race at hand, which means it&#039;s more flexible in the long run.&lt;/p&gt;&lt;p&gt;I was at least hoping for a finish, since they didn&#039;t win the desert challenge either, but did finish.&lt;/p&gt; 
    </content:encoded>

    <pubDate>Tue, 06 Nov 2007 08:58:18 -0700</pubDate>
    <guid isPermaLink="false">http://www.mpking.com/archives/18-guid.html</guid>
    
</item>
<item>
    <title>Darpa's Urban Challenge</title>
    <link>http://www.mpking.com/archives/17-Darpas-Urban-Challenge.html</link>
            <category>Websites</category>
    
    <comments>http://www.mpking.com/archives/17-Darpas-Urban-Challenge.html#comments</comments>
    <wfw:comment>http://www.mpking.com/wfwcomment.php?cid=17</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.mpking.com/rss.php?version=2.0&amp;type=comments&amp;cid=17</wfw:commentRss>
    

    <author>nospam@example.com (Michael King)</author>
    <content:encoded>
    &lt;p&gt;Darpa ran it&#039;s Urban Challenge over the weekend.  Since I was in London, I was unable to follow it. &lt;/p&gt;&lt;p&gt;I&#039;m happy to say that &lt;a href=&quot;http://www.terramax.com/&quot;&gt;Team Oshkosh&lt;/a&gt; (formally Team Terramax) was &lt;a href=&quot;http://blog.wired.com/defense/2007/10/race-track-resi.html&quot;&gt;competing in the finals&lt;/a&gt;.  I&#039;ve always thought that this team had a much more directly usable vehicle than other teams.&lt;/p&gt;&lt;p&gt;Most of the immediate applications for autonomous vehicle are military, and starting with a military truck is a great idea.&lt;/p&gt;&lt;p&gt;But probably the second immediate application would be construction.  Construction sites are pretty dangerous.  It will be a long time till machines catch up to humans in this area, since not only is construction dangerous, but it&#039;s very delicate.&lt;/p&gt;&lt;p&gt;This doesn&#039;t mean it won&#039;t be useful in the short term in sites like blasting operations, and operations above the Arctic Circle.  (&lt;a href=&quot;http://www.history.com/minisites/iceroadtruckers&quot;&gt;Ice road truckers&lt;/a&gt; anyone?)&lt;/p&gt;&lt;p&gt;&lt;/p&gt; 
    </content:encoded>

    <pubDate>Tue, 06 Nov 2007 08:48:02 -0700</pubDate>
    <guid isPermaLink="false">http://www.mpking.com/archives/17-guid.html</guid>
    
</item>
<item>
    <title>Google IMAP!</title>
    <link>http://www.mpking.com/archives/15-Google-IMAP!.html</link>
            <category>Websites</category>
    
    <comments>http://www.mpking.com/archives/15-Google-IMAP!.html#comments</comments>
    <wfw:comment>http://www.mpking.com/wfwcomment.php?cid=15</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.mpking.com/rss.php?version=2.0&amp;type=comments&amp;cid=15</wfw:commentRss>
    

    <author>nospam@example.com (Michael King)</author>
    <content:encoded>
    &lt;br /&gt;
&lt;p&gt;In the Offical &lt;a href=&quot;http://gmailblog.blogspot.com/2007/10/sync-your-inbox-across-devices-with.html&quot;&gt;Google Gmail Blog&lt;/a&gt;.  Google announced IMAP support for Gmail.&lt;/p&gt;&lt;p&gt;This is great!  I&#039;m thinking about getting a Smartphone, but have been turned off by the limitation that you have to pretty much use exchange to get good intergration.&lt;/p&gt;&lt;p&gt;With IMAP support, changes made in the web-interface are reflected on the mobile device, and vice-versa.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;I guess I have to get on trying out new Cell phones.&lt;/p&gt;&lt;p /&gt;&lt;p /&gt; 
    </content:encoded>

    <pubDate>Wed, 24 Oct 2007 21:07:05 -0700</pubDate>
    <guid isPermaLink="false">http://www.mpking.com/archives/15-guid.html</guid>
    
</item>

</channel>
</rss>