<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:pingback="http://madskills.com/public/xml/rss/module/pingback/" version="2.0">
  <channel>
    <title>Nikolais Rant</title>
    <link>http://blogs.phiner.co.nz/</link>
    <description>Stuff n Things</description>
    <language>en-us</language>
    <copyright>Nikolai Blackie</copyright>
    <lastBuildDate>Fri, 02 Sep 2005 01:51:00 GMT</lastBuildDate>
    <generator>newtelligence dasBlog 1.8.5223.2</generator>
    <managingEditor>nikolai@phiner.co.nz</managingEditor>
    <webMaster>nikolai@phiner.co.nz</webMaster>
    <item>
      <trackback:ping>http://blogs.phiner.co.nz/Trackback.aspx?guid=7caf799e-c138-4ef8-9adc-db629fb6e1c2</trackback:ping>
      <pingback:server>http://blogs.phiner.co.nz/pingback.aspx</pingback:server>
      <pingback:target>http://blogs.phiner.co.nz/PermaLink,guid,7caf799e-c138-4ef8-9adc-db629fb6e1c2.aspx</pingback:target>
      <dc:creator />
      <wfw:comment>http://blogs.phiner.co.nz/CommentView,guid,7caf799e-c138-4ef8-9adc-db629fb6e1c2.aspx</wfw:comment>
      <wfw:commentRss>http://blogs.phiner.co.nz/SyndicationService.asmx/GetEntryCommentsRss?guid=7caf799e-c138-4ef8-9adc-db629fb6e1c2</wfw:commentRss>
      <slash:comments>1</slash:comments>
      <title>Virtual Server 2005 Playtime</title>
      <guid>http://blogs.phiner.co.nz/PermaLink,guid,7caf799e-c138-4ef8-9adc-db629fb6e1c2.aspx</guid>
      <link>http://blogs.phiner.co.nz/PermaLink,guid,7caf799e-c138-4ef8-9adc-db629fb6e1c2.aspx</link>
      <pubDate>Fri, 02 Sep 2005 01:51:00 GMT</pubDate>
      <description>&lt;p&gt;
   Well I am about to begin my journey into VS.NET 2005 and SQL Server 2005 using Virtual
   Server to host my development environment. Here is a quick tip just incase you have
   some issues getting the server up and running. 
&lt;/p&gt;
&lt;p&gt;
   When attempting to fire up the Virtual Machine Remote Control (VMRC) Server and you
   keep getting 'Virtual Server could not start the VMRC server. Another server may be
   using the selected TCP/IP port.' run the following command to check which application
   is hogging the tcp/ip port 5900 
&lt;/p&gt;
&lt;p&gt;
   From Steve Radich blog &lt;a href="http://www.aspdeveloper.net/tiki-view_blog_post.php?blogId=4&amp;postId=8" target="#"&gt;Permalink&lt;/a&gt;
   &lt;br&gt;
   To display the listening ports on a server you can do (From a command prompt):&lt;br&gt;
   &lt;br&gt;
   netstat -ano | find ""&lt;br&gt;
   &lt;br&gt;
   For example the newsgroup post is about virtual server which uses port 5900. You could
   do:&lt;br&gt;
   &lt;br&gt;
   netstat -ano | find "5900"&lt;br&gt;
   &lt;br&gt;
   This would return something like:&lt;br&gt;
   &lt;br&gt;
   TCP 0.0.0.0:5900 0.0.0.0:0 LISTENING 320 
   &lt;br&gt;
   &lt;br&gt;
   You can then launch Task Manager and find that task ID. If Task Manager doesn't show
   the process id column then you can (in task manager) go to View - Select Columns -
   PID (Process Identifier). 
   &lt;br&gt;
   &lt;br&gt;
   Thanks Steve 
&lt;/p&gt;
&lt;img width="0" height="0" src="http://blogs.phiner.co.nz/aggbug.ashx?id=7caf799e-c138-4ef8-9adc-db629fb6e1c2" /&gt;</description>
      <comments>http://blogs.phiner.co.nz/CommentView,guid,7caf799e-c138-4ef8-9adc-db629fb6e1c2.aspx</comments>
      <category>Computers - .NET;Computers - General</category>
    </item>
    <item>
      <trackback:ping>http://blogs.phiner.co.nz/Trackback.aspx?guid=f672a9fa-aee8-460e-a381-4129b600532d</trackback:ping>
      <pingback:server>http://blogs.phiner.co.nz/pingback.aspx</pingback:server>
      <pingback:target>http://blogs.phiner.co.nz/PermaLink,guid,f672a9fa-aee8-460e-a381-4129b600532d.aspx</pingback:target>
      <dc:creator />
      <wfw:comment>http://blogs.phiner.co.nz/CommentView,guid,f672a9fa-aee8-460e-a381-4129b600532d.aspx</wfw:comment>
      <wfw:commentRss>http://blogs.phiner.co.nz/SyndicationService.asmx/GetEntryCommentsRss?guid=f672a9fa-aee8-460e-a381-4129b600532d</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
      On a course I saw this very cool SysInternals tool being used on the class desktops
      that display the systems configuration information. Very nifty, new and cool, very
      geeky. Check it out.
   </p>
        <p>
          <a href="http://www.sysinternals.com/ntw2k/freeware/bginfo.shtml" target="#">http://www.sysinternals.com/ntw2k/freeware/bginfo.shtml</a>
        </p>
        <img width="0" height="0" src="http://blogs.phiner.co.nz/aggbug.ashx?id=f672a9fa-aee8-460e-a381-4129b600532d" />
      </body>
      <title>Background Configuration Display</title>
      <guid>http://blogs.phiner.co.nz/PermaLink,guid,f672a9fa-aee8-460e-a381-4129b600532d.aspx</guid>
      <link>http://blogs.phiner.co.nz/PermaLink,guid,f672a9fa-aee8-460e-a381-4129b600532d.aspx</link>
      <pubDate>Thu, 21 Apr 2005 05:55:00 GMT</pubDate>
      <description>&lt;p&gt;
   On a course I saw this very cool SysInternals tool being used on the class desktops
   that display the systems configuration information. Very nifty, new and cool, very
   geeky. Check it out.
&lt;/p&gt;
&lt;p&gt;
   &lt;a href=http://www.sysinternals.com/ntw2k/freeware/bginfo.shtml target="#"&gt;http://www.sysinternals.com/ntw2k/freeware/bginfo.shtml&lt;/a&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://blogs.phiner.co.nz/aggbug.ashx?id=f672a9fa-aee8-460e-a381-4129b600532d" /&gt;</description>
      <comments>http://blogs.phiner.co.nz/CommentView,guid,f672a9fa-aee8-460e-a381-4129b600532d.aspx</comments>
      <category>Computers - .NET;Computers - General</category>
    </item>
    <item>
      <trackback:ping>http://blogs.phiner.co.nz/Trackback.aspx?guid=e86bbbc8-bdab-47b5-a3de-df122950cc1c</trackback:ping>
      <pingback:server>http://blogs.phiner.co.nz/pingback.aspx</pingback:server>
      <pingback:target>http://blogs.phiner.co.nz/PermaLink,guid,e86bbbc8-bdab-47b5-a3de-df122950cc1c.aspx</pingback:target>
      <dc:creator />
      <wfw:comment>http://blogs.phiner.co.nz/CommentView,guid,e86bbbc8-bdab-47b5-a3de-df122950cc1c.aspx</wfw:comment>
      <wfw:commentRss>http://blogs.phiner.co.nz/SyndicationService.asmx/GetEntryCommentsRss?guid=e86bbbc8-bdab-47b5-a3de-df122950cc1c</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
      This is an oldie but a goodie. .Net connection strings for accessing SQL server databases
      and the like are a pain in the ass to remember, this solid site takes away the need
      to remember this crap =)
   </p>
        <p align="center">
          <a href="http://www.connectionstrings.com" border="0" target="#">
            <img src="http://www.connectionstrings.com/img/cslogo6.jpg" />
          </a>
        </p>
        <img width="0" height="0" src="http://blogs.phiner.co.nz/aggbug.ashx?id=e86bbbc8-bdab-47b5-a3de-df122950cc1c" />
      </body>
      <title>Forgot that Connection String</title>
      <guid>http://blogs.phiner.co.nz/PermaLink,guid,e86bbbc8-bdab-47b5-a3de-df122950cc1c.aspx</guid>
      <link>http://blogs.phiner.co.nz/PermaLink,guid,e86bbbc8-bdab-47b5-a3de-df122950cc1c.aspx</link>
      <pubDate>Mon, 04 Apr 2005 22:55:00 GMT</pubDate>
      <description>&lt;p&gt;
   This is an oldie but a goodie. .Net connection strings for accessing SQL server databases
   and the like are a pain in the ass to remember, this solid site takes away the need
   to remember this crap =)
&lt;/p&gt;
&lt;p align=center&gt;
   &lt;a href="http://www.connectionstrings.com" border="0" target="#"&gt;&lt;img src="http://www.connectionstrings.com/img/cslogo6.jpg"&gt;&lt;/a&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://blogs.phiner.co.nz/aggbug.ashx?id=e86bbbc8-bdab-47b5-a3de-df122950cc1c" /&gt;</description>
      <comments>http://blogs.phiner.co.nz/CommentView,guid,e86bbbc8-bdab-47b5-a3de-df122950cc1c.aspx</comments>
      <category>Computers - General</category>
    </item>
    <item>
      <trackback:ping>http://blogs.phiner.co.nz/Trackback.aspx?guid=59356088-fa81-4dd7-9eaf-31d56f71b4ce</trackback:ping>
      <pingback:server>http://blogs.phiner.co.nz/pingback.aspx</pingback:server>
      <pingback:target>http://blogs.phiner.co.nz/PermaLink,guid,59356088-fa81-4dd7-9eaf-31d56f71b4ce.aspx</pingback:target>
      <dc:creator />
      <wfw:comment>http://blogs.phiner.co.nz/CommentView,guid,59356088-fa81-4dd7-9eaf-31d56f71b4ce.aspx</wfw:comment>
      <wfw:commentRss>http://blogs.phiner.co.nz/SyndicationService.asmx/GetEntryCommentsRss?guid=59356088-fa81-4dd7-9eaf-31d56f71b4ce</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">Finally I get to attend a Tech Ed <a href="http://www.microsoft.com/nz/teched/" target="#">http://www.microsoft.com/nz/teched/</a> 2nd
   to the 4th of August 2004<br /><br />
   I am attending heaps of the BizTalk tracks, Visual Studio developer tools, and a bit
   of info path stuff. I also get to met the famous Scott Woodgate, and ask him all sorts
   of stupid questions, neat. Oh geek heaven, and we get a party at Rainbows End, yeeeehhhaaa<img width="0" height="0" src="http://blogs.phiner.co.nz/aggbug.ashx?id=59356088-fa81-4dd7-9eaf-31d56f71b4ce" /></body>
      <title>Auckland Tech Ed 2004</title>
      <guid>http://blogs.phiner.co.nz/PermaLink,guid,59356088-fa81-4dd7-9eaf-31d56f71b4ce.aspx</guid>
      <link>http://blogs.phiner.co.nz/PermaLink,guid,59356088-fa81-4dd7-9eaf-31d56f71b4ce.aspx</link>
      <pubDate>Fri, 30 Jul 2004 00:09:00 GMT</pubDate>
      <description>Finally I get to attend a Tech Ed &lt;a href="http://www.microsoft.com/nz/teched/" target="#"&gt;http://www.microsoft.com/nz/teched/&lt;/a&gt; 2nd
to the 4th of August 2004&lt;br&gt;
&lt;br&gt;
I am attending heaps of the BizTalk tracks, Visual Studio developer tools, and a bit
of info path stuff. I also get to met the famous Scott Woodgate, and ask him all sorts
of stupid questions, neat. Oh geek heaven, and we get a party at Rainbows End, yeeeehhhaaa&lt;img width="0" height="0" src="http://blogs.phiner.co.nz/aggbug.ashx?id=59356088-fa81-4dd7-9eaf-31d56f71b4ce" /&gt;</description>
      <comments>http://blogs.phiner.co.nz/CommentView,guid,59356088-fa81-4dd7-9eaf-31d56f71b4ce.aspx</comments>
      <category>Computers - General</category>
    </item>
  </channel>
</rss>