<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Innovative Technology Weblog &#187; PSlijkhuis</title>
	<atom:link href="http://www.buit.org/author/pslijkhuis/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.buit.org</link>
	<description>Innovative Technology presented by Innovative People</description>
	<lastBuildDate>Mon, 28 Nov 2011 19:54:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Windows performance matters!</title>
		<link>http://www.buit.org/2011/11/28/windows-performance-matters/</link>
		<comments>http://www.buit.org/2011/11/28/windows-performance-matters/#comments</comments>
		<pubDate>Mon, 28 Nov 2011 19:54:00 +0000</pubDate>
		<dc:creator>PSlijkhuis</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Server 2008]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[windows; performance; WPA; logon; login;]]></category>

		<guid isPermaLink="false">http://www.buit.org/2011/11/28/windows-performance-matters/</guid>
		<description><![CDATA[Windows 7 is often initiated for its performance like XP and unlike Vista. Too often the actual performance is measured by hand. By stopwatch! Please stop doing this and start reading this inventive blog post. Microsoft provides a free tool to measure the performance automatically. An improved toolkit is coming with Windows 8. For now [...]]]></description>
			<content:encoded><![CDATA[<div class="ExternalClass32E4DFD887D54E1089F7DE6C0BBCA08F">
<p>Windows 7 is often initiated for its performance like XP and unlike Vista. Too often the actual performance is measured by hand. By stopwatch! Please stop doing this and start reading this inventive blog post.</p>
<p>Microsoft provides a free tool to measure the performance automatically. An improved toolkit is coming with Windows 8. For now we can perfectly live with the current toolkit. Let’s get started.&#160;&#160; </p>
<p>In this post I will explain how easy it can be to measure the performance of any Windows 7 or Windows Server 2008 R2 system. I will also provide some practical advice how to create a report that adds value. </p>
<p>Note: Because of the Prefetch feature of Windows 7 it is highly recommended to prepare your test machine (referred to as ‘prepsystem’).</p>
<h2>Start measuring</h2>
<p>Your system needs to have installed:&#160; </p>
<ul>
<li>Windows Vista or higher (Windows XP does work but shows fewer results). Server system 2008 or higher. </li>
<li>.NET framework 4 </li>
<li>Local admin priveliges </li>
</ul>
<p>Now start with installing the magic tooling:</p>
<ul>
<li>Download the <a href="http://msdn.microsoft.com/nl-nl/library/ff190927" target="_blank">WPA toolkit</a> </li>
<li>Install ‘xbootmgr’ and ‘xperf’ (x86 or x64) </li>
<li>Create a temporary folder (c:\temp) </li>
<li>Open a CMD with admin priveliges </li>
</ul>
<p>Copy and past the following line in the CMD window:</p>
<p><em>xbootmgr -trace boot -traceFlags DiagEasy -resultPath C:\TEMP -numruns 10 rebootCycle –prepSystem</em></p>
<p>This will happen: </p>
<ul>
<li>Perform a trace for the time the pc boots (-trace boot) </li>
<li>Specificy the info details measured (-traceflags –diageasy) </li>
<li>Copy the results to ‘c:\temp’ (the .elt files) </li>
<li>Do this 10 times (reboot will go automatic, login by hand unless you specify / a number of 10 is a best practice average) </li>
<li>(option) Prepare yout test system 6x (2 times 3 with a break)&#160; </li>
</ul>
<h2>&#160;</h2>
<h2>Create results</h2>
<p>Create a XML summary file: </p>
<ul>
<li>For every .ETL file run this command: </li>
</ul>
<p><em>xperf /tti -i c:\temp\<strong>YourFile</strong>.etl -o summary_boot.xml -a boot</em></p>
<p>Write down the values for 1) bootDoneViaExplorer, 2) bootDoneViaPostBoot and 3) </p>
<ol>
<li>PreSMSS </li>
<li>SMSSInit </li>
<li>WinlogonInit </li>
<li>ExplorerInit </li>
<li>PostExplorerPeriod </li>
<li>TraceTail </li>
</ol>
<p>All values in milliseconds, so x100 for seconds.</p>
<h2>Time to logon</h2>
<p>Now what is the measured value for the logon time? This is the sum of the values : WinLogonInit, ExplorerInit and PostExplorerPeriod. The value of bootDoneViaExplorer indicates the total startup time.</p>
<p>However, the value of WinloginInit start counting on the moment that the login screen is shown. Meaning that typing userID and password is measured too as part of logon. This is why autologon is preferrred. On a domain joined machine this can be automated too (just Google)</p>
<h2>Summary</h2>
<ul>
<li>Install the WPA toolkit on your Windows 7 test machine </li>
<li>Run a performance test and create a report </li>
<li>Give me some results! </li>
</ul>
<p>&#160;</p>
<p>This post is inspired on the following websites: </p>
<p><a href="http://www.msfn.org/board/topic/140247-trace-windows-7-bootshutdownhibernatestandbyresume-issuess">http://www.msfn.org/board/topic/140247-trace-windows-7-bootshutdownhibernatestandbyresume-issues</a> (generic guide)</p>
<p><a href="http://msdn.microsoft.com/en-us/library/windows/desktop/ff191001(v=vs.85).aspx">http://msdn.microsoft.com/en-us/library/windows/desktop/ff191001(v=vs.85).aspx</a> (xbootmgr)</p>
<p><a href="http://www.computerperformance.co.uk/windows7/windows7_auto_logon.htm">http://www.computerperformance.co.uk/windows7/windows7_auto_logon.htm</a> (autologon)</p>
</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.buit.org/2011/11/28/windows-performance-matters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to perform remote assistance?</title>
		<link>http://www.buit.org/2010/05/01/how-to-perform-remote-assistance/</link>
		<comments>http://www.buit.org/2010/05/01/how-to-perform-remote-assistance/#comments</comments>
		<pubDate>Sat, 01 May 2010 19:00:30 +0000</pubDate>
		<dc:creator>PSlijkhuis</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[windows remote support teamview]]></category>

		<guid isPermaLink="false">http://www.buit.org/?p=623</guid>
		<description><![CDATA[Recently I noticed a change in remote support through Microsoft Windows. This is a feature I use a lot when helping family with their issues. Now I have an issue. I cannot get through anymore. Somehow remote support is blocked. I noticed a change. Before, the receiving party had to enter a session password. Now, [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I noticed a change in remote support through Microsoft Windows. This is a feature I use a lot when helping family with their issues. Now I have an issue. I cannot get through anymore. Somehow remote support is blocked. I noticed a change. Before, the receiving party had to enter a session password. Now, a 12 digit security code is presented which the helping party needs to enter flawless. I have tried is at least three times with totally different machines and at differert times. Every time a connection was not established.</p>
<p>This time, I did not have endless time to troubleshoot. So I decided to make a quick escape through an internet service. I found TeamViewer 5 to be an easy to use replacable. For home use it&#8217;s free. It uses two simple codes to identify the session. For now, I stick with this. Because there is nothing more frustrating for a helpdesk like me than not seeing what happens on the other side, I guess&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.buit.org/2010/05/01/how-to-perform-remote-assistance/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Automation of buildings</title>
		<link>http://www.buit.org/2009/02/06/automation-of-buildings/</link>
		<comments>http://www.buit.org/2009/02/06/automation-of-buildings/#comments</comments>
		<pubDate>Fri, 06 Feb 2009 09:46:06 +0000</pubDate>
		<dc:creator>PSlijkhuis</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.buit.org/2009/02/06/automation-of-buildings/</guid>
		<description><![CDATA[In a world of Windows and VMware we sometimes forget there is a lot of automation going on in the building / facilities area too. And I am not just talking coffee machines with an ip address or a mesh up with Google Maps For example Cisco has announced the “connected real estate” some while [...]]]></description>
			<content:encoded><![CDATA[<p>In a world of Windows and VMware we sometimes forget there is a lot of automation going on in the building / facilities area too. And I am not just talking coffee machines with an ip address or a mesh up with Google Maps <img src='http://www.buit.org/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  </p>
<p>For example Cisco has announced the “<a href="http://www.google.com/search?hl=en&amp;q=cisco+connected+real+estate" target="_blank">connected real estate</a>” some while ago. Your IT infrastructure roadmap should contain at least one or two chapters on this topic.</p>
<p>&#160;</p>
<p>If you cannot imagine what I mean with the automation of facilities, here are some examples:</p>
<ul>
<li>Tourniquets with card readers with presence integration (lights go out when you are the last person to leave the building) </li>
<li>Narrowcasting screens with RSS tickers from a SharePoint team site </li>
<li>Wireless access points with little connectivity, because of constant room refurbishment </li>
<li>Joined service desk tooling IT and facilities </li>
<li>Placement of power and network (instead we always stumble over cable on the floor) </li>
<li>Payment terminals in your canteen </li>
<li>Remote physical security services </li>
<li>etcetera, etcetera… </li>
</ul>
<p>&#160;</p>
<p>So the demand of ip adresses is certainly growing strong. As is your knowledge of something else than Windows <img src='http://www.buit.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p> &#8211; Paul Slijkhuis</p>
]]></content:encoded>
			<wfw:commentRss>http://www.buit.org/2009/02/06/automation-of-buildings/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Cloud computing on Tech.Ed</title>
		<link>http://www.buit.org/2008/11/11/cloud-computing-on-teched/</link>
		<comments>http://www.buit.org/2008/11/11/cloud-computing-on-teched/#comments</comments>
		<pubDate>Tue, 11 Nov 2008 08:06:10 +0000</pubDate>
		<dc:creator>PSlijkhuis</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.buit.org/2008/11/11/cloud-computing-on-teched/</guid>
		<description><![CDATA[Many sessions were dedicated to Cloud Computing topics last week at Tech Ed EMEA. Some highlights I wanted to post here. First the Azure platform. Like Windows SharePoint Services (SharePoint Portal is build on top of it) Azure delivers a platform for applications that will become geographic independent. By this I mean that we will [...]]]></description>
			<content:encoded><![CDATA[<p>Many sessions were dedicated to Cloud Computing topics last week at Tech Ed EMEA. Some highlights I wanted to post here.</p>
<p><img style="6px 0px 6px 6px" alt="" align="right" src="http://dev.live.com/Themes/default/images/Mix08/service/logo_livefx.png" width="70" height="69" />First the <a target="_blank" href="http://www.microsoft.com/azure/default.mspx">Azure platform</a>. Like Windows SharePoint Services (SharePoint <strong>Portal</strong> is build on top of it) Azure delivers a platform for applications that will become geographic independent. By this I mean that we will see many more applications that do not require a specific location to run. Geo independency is a major advantage with cloud computing. You can now create multiple instances of your application anywhere in the world! Or if you are more of a green fellow, wherever the coolest datacenter is.</p>
<p>Next federation. Microsoft is aiming to become a federation trusted party. It is like the TTP in certificate world. The federation platform v2 has codename <a target="_blank" href="http://www.microsoft.com/geneva">Geneva</a>. When this product evolve we will see websites where you automatically will become recognized. Just because your system admin and the web application developer were able to combine efforts. The result is stunning. As a consumer you get a personal experience, without noticing you have logged on through the federation trust *). </p>
<p>*) Technical note: a federation trust is one of the the basics of cloud computing. It is not a Active Directory trust. It is more like exchanging public certificates.</p>
<p><a name="CO-017-0237"><img style="6px 0px 6px 6px" alt="CO-017-0237 - Boundless connections" align="right" src="http://cachens.corbis.com/CorbisImage/170/14/16/20/14162049/CO-017-0237.jpg" width="74" height="74" /></a>The very first application that will become available in the could (it actually already is) is EMAIL ! You didn&#8217;t see this coming, right? Then you are probably an Exchange administrator. Your work will shift towards provisioning. Cloud providers can deliver the exact same email experience at virtually no costs. Beat that. You cannot. Migration is easy and so is reversing the migration *).</p>
<p>*) Technical note: email is using a mature protocol. RPC over HTTPS is reliable, secure and open. It is geo independent. Your Outlook will not notice the difference. And your mailbox size will become 5 GB +.</p>
<p>Finally provisioning using ILM v2. The new policy engine is very powerful yet complex. My personal experience is that provisioning is not a technical challenge, We solve input issues with technical tricks, that&#8217;s for sure. So actually the problem is at the input processes. This maybe your register desks and user admins. Provisiong is a crucial activity.The true challenge is getting the technical and the business specialist to allign. Cloud computing will otherwise never be a successful hype.</p>
<p><strong></strong></p>
<p><strong>Question:</strong> when do you plan to migrate to Microsoft Live Mail , Google Apps Mail of like?</p>
<p>&#160;</p>
<p>- Paul</p>
]]></content:encoded>
			<wfw:commentRss>http://www.buit.org/2008/11/11/cloud-computing-on-teched/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Blogging from TechEd IT Pro 2008</title>
		<link>http://www.buit.org/2008/11/03/blogging-from-teched-it-pro-2008/</link>
		<comments>http://www.buit.org/2008/11/03/blogging-from-teched-it-pro-2008/#comments</comments>
		<pubDate>Mon, 03 Nov 2008 09:03:30 +0000</pubDate>
		<dc:creator>PSlijkhuis</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[IT Forum 2008]]></category>
		<category><![CDATA[TechEd]]></category>

		<guid isPermaLink="false">http://www.buit.org/?p=401</guid>
		<description><![CDATA[We from BUIT.org have arrived at the Barcelona event of 2008. We will bring you the latest info and innovative technology updates (almost) live from TechEd IT Professionals 2008. - Paul]]></description>
			<content:encoded><![CDATA[<p>We from BUIT.org have arrived at the Barcelona event of 2008. We will bring you the latest info and innovative technology updates (almost) live from TechEd IT Professionals 2008.</p>
<p>- Paul</p>
<p><a href="http://www.buit.org/wp-content/uploads/2008/11/056.jpg" rel="lightbox[401]"><img class="aligncenter size-medium wp-image-402" src="http://www.buit.org/wp-content/uploads/2008/11/056-300x225.jpg" alt="" width="208" height="163" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.buit.org/2008/11/03/blogging-from-teched-it-pro-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WASH everything</title>
		<link>http://www.buit.org/2008/03/19/wash-everything/</link>
		<comments>http://www.buit.org/2008/03/19/wash-everything/#comments</comments>
		<pubDate>Wed, 19 Mar 2008 00:34:37 +0000</pubDate>
		<dc:creator>PSlijkhuis</dc:creator>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[DMZ]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[isa server]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[ssl]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://www.buit.org/2008/03/19/wash-everything/</guid>
		<description><![CDATA[The internet is a tricky world for doing business with &#8211; nothing new here. I would like to make a statement for WASHing everything that passes your DMZ environment. WASH is also the abbreviation for Web Application Security in a Holistic way. You like this one? In Dutch: een wasstraat. No, really. Security is very important [...]]]></description>
			<content:encoded><![CDATA[<p>The internet is a tricky world for doing business with &#8211; nothing new here. I would like to make a statement for WASHing everything that passes your DMZ environment. WASH is also the abbreviation for <strong>W</strong>eb <strong>A</strong>pplication <strong>S</strong>ecurity in a <strong>H</strong>olistic way. You like this one? In Dutch: een wasstraat.</p>
<p>No, really. Security is very important in the DMZ. The DMZ is typically the area of interest for washing application functionality and washing data transfer. Most of us already do this for email and internet traffic. And of course the firewall is delivering our basic security needs. But there are still many holes!</p>
<p><strong>First hole: SSL websites.</strong><br />
Very few proxy servers are able to &#8221;wash&#8221; SSL secure websites. And HTTPS is moving up. I suspect it will not take long for bad websites to abuse this hole too. I came by a solution called Clearswift Cleartunnel that extends the common ISA server with a SSL proxy. Hopefully Microsoft will put this feature into there ForeFront ISA 2008 version by default.</p>
<p><strong>Second hole: XML messages<br />
</strong>Open standards are promoted. XML is the major spin-off. So we protect HTTP and a lot of web protocols too, but XML is allowed blindly. What are we doing?!?! XML meta information is very, very useful for hacking purposes. We should mask our internal resources more carefully. <a href="http://www.owasp.org/images/d/d0/Web_Services_Hacking_and_Hardening.pdf" title="Hacking XML is easy">Read this hacking example</a>. So watch out for Web services applications that exists in the DMZ zone. These are commonly the applications that talk the XML protocol. As a solution I propose to accept only appliations that are designed by the WS-Security protocol principles. Otherwise look out for a XML firewall solution. Examples are: ForumSystems Xwall (also available as an ISA add-on), Cisco ACE XML Gateway, Vordel and Layer7.</p>
<p><strong>Third hole: encrypted email messages</strong><br />
Email is the equivalent for SPAM (90-95% true). No wonder that email encryption is increasing popularity. Again, scanning there email messages is not an out of the box activity. Ideally you already have a mail security gateway supporting the common standards PGP (OpenPGP too), S/MIME and webmail. Some secure email gateways even support PDF mail. If you wish to be as flexible as possible you should support all common encryption technologies, I think. Multi functional solutions to consider are Exedra IQ suite, PGP Universal Gateway or the Utimaco Safeguard Mailgateway.</p>
<p><strong>Fourth hole: FTP<br />
</strong>Ancient technology. That is what FTP is. The HTTP protocol is much better to scale, load balance and secure. So my advice is to move to HTTP as fast as you can. Windows SharePoint Services is free to use on a Windows Server. So why not use it? </p>
<p>Want more answers? Do you know of more holes to explore? Please post a reaction.</p>
<p>- Paul</p>
]]></content:encoded>
			<wfw:commentRss>http://www.buit.org/2008/03/19/wash-everything/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Cebit 2008: Where is Microsoft Home Server?</title>
		<link>http://www.buit.org/2008/03/08/cebit-2008-where-is-microsoft-home-server/</link>
		<comments>http://www.buit.org/2008/03/08/cebit-2008-where-is-microsoft-home-server/#comments</comments>
		<pubDate>Sat, 08 Mar 2008 19:48:31 +0000</pubDate>
		<dc:creator>PSlijkhuis</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Cebit 2008]]></category>
		<category><![CDATA[Home Server]]></category>
		<category><![CDATA[innovation]]></category>
		<category><![CDATA[Spider]]></category>

		<guid isPermaLink="false">http://www.buit.org/2008/03/08/cebit-2008-where-is-microsoft-home-server/</guid>
		<description><![CDATA[Home automation is big business in Hannover Cebit 2008. Homeplug AV is everywhere, next to Media Centers, wireless radio&#8217;s, IP phones and all integrated. A NAS/RAID device at home is common too. All is shown in attractive real world bedrooms and living rooms. Microsoft shows a very, very big display on people ready software &#8211; cool! [...]]]></description>
			<content:encoded><![CDATA[<p><font face="Calibri"><img border="0" align="left" width="150" src="http://www.buit.org/wp-content/uploads/2008/03/windows-home-server-logo.jpg" hspace="2" alt="Windows Home Server" height="80" /></font><font face="Calibri">Home automation is big business in Hannover Cebit 2008. <a href="http://en.wikipedia.org/wiki/HomePlug_Powerline_Alliance" title="Homeplug on Wikipedia">Homeplug AV</a> is everywhere, next to Media Centers, wireless radio&#8217;s, IP phones and all integrated. A NAS/RAID device at home is common too. All is shown in attractive real world bedrooms and living rooms.<br />
</font><font face="Calibri">Microsoft shows a very, very big display on people ready software &#8211; cool! A lot of Vista and SOA here. And of course ForeFront security is around too. It’s the first time for me to play with IAG server. The Whale software is feature rich and a true opponent for SSL/VPN suppliers.   </font></p>
<p><font face="Calibri"><img border="0" vspace="2" align="right" width="252" src="http://www.buit.org/wp-content/uploads/2008/03/microsoft-spider.JPG" alt="Microsoft TCM Spider" height="71" />I also noticed <a href="http://msdn2.microsoft.com/en-us/security/cc299442.aspx" title="Microsoft TCM Spider">Microsoft Spider</a> on the ForeFront ground. New? Yes, very! An agent-less compliancy tool that delivers true compliancy reports. SCOM auditing services does not deliver truly useful compliancy reports. You can even create your own company template in regards to industry of company specific rules. It is developed by Microsoft IT. No dates given yet. </font></p>
<p><font face="Calibri">Back to the living room. So everything is wireless distributed, stored and personally designed. But where does Windows Home Server fit in here? I couldn’t discover it anywhere. This is a missed opportunity, I think. So I have to believe it will not be adapted at large, at least not in <a href="http://www.cesweb.org" title="CES 2008">Europe</a>. Vista, Media Center and XBOX 360&#8242;s where commonly integrated by other vendors. Microsoft should make Windows Home server the director platform of home automation. Microsoft: Please plug Windows Home Server on my continent too.</font><font face="Calibri"> </font><font face="Calibri"><img align="left" width="100" src="http://www.buit.org/wp-content/uploads/2008/03/please3.jpg" alt="Please?" height="110" /> </font><font face="Calibri"> </font></p>
<p><font face="Calibri">Please?</font></p>
<p><font face="Calibri"><font face="Calibri"><br />
 <font face="Calibri"><font face="Calibri">- Paul</font></font></p>
<p><font face="Calibri"><font face="Calibri"><font face="Calibri"><font face="Calibri"><font face="Calibri"><span id="more-315"></span>A few articles on Windows Home Server that I found in the German press:</font><font face="Calibri"> </font><font face="Calibri"><a href="http://www.home-server-blog.de/2008/03/06/belinea-home-server-cebit-special/">http://www.home-server-blog.de/2008/03/06/belinea-home-server-cebit-special/</a></font><font face="Calibri"> </font><font face="Calibri"><a href="http://winfuture.de/news,37947.html">http://winfuture.de/news,37947.html</a></font></font></font></font></font></p>
<p></font></font></p>
]]></content:encoded>
			<wfw:commentRss>http://www.buit.org/2008/03/08/cebit-2008-where-is-microsoft-home-server/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Cebit 2008: Surprised</title>
		<link>http://www.buit.org/2008/03/07/cebit-2008-surprised/</link>
		<comments>http://www.buit.org/2008/03/07/cebit-2008-surprised/#comments</comments>
		<pubDate>Fri, 07 Mar 2008 17:31:28 +0000</pubDate>
		<dc:creator>PSlijkhuis</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Cebit 2008]]></category>
		<category><![CDATA[innovation]]></category>
		<category><![CDATA[surprised]]></category>

		<guid isPermaLink="false">http://www.buit.org/2008/03/07/cebit-2008-surprised/</guid>
		<description><![CDATA[When I walked around at Cebit 2008 I was really surprised by the innovations of the German Universities. This example catches your face and gives a real time feedback of your mood. It can do this for hundreds of faces. Look I am surprised !!!    - Paul]]></description>
			<content:encoded><![CDATA[<p>When I walked around at Cebit 2008 I was really surprised by the innovations of the German Universities. This example catches your face and gives a real time feedback of your mood. It can do this for hundreds of faces. Look I am surprised !!!</p>
<p><a rel="attachment wp-att-313" href="http://www.buit.org/2008/03/07/cebit-2008-surprised/surprised/" title="Surprised"></a><a rel="attachment wp-att-314" href="http://www.buit.org/2008/03/07/cebit-2008-surprised/surprised-2/" title="Surprised"></a><a rel="attachment wp-att-313" href="http://www.buit.org/2008/03/07/cebit-2008-surprised/surprised/" title="Surprised"></a><a rel="attachment wp-att-313" href="http://www.buit.org/2008/03/07/cebit-2008-surprised/surprised/" title="Surprised"></a> <a href="http://www.buit.org/wp-content/uploads/2008/03/video_gezicht.JPG" title="Video_face_recognition" rel="lightbox[311]"><img src="http://www.buit.org/wp-content/uploads/2008/03/video_gezicht.thumbnail.JPG" alt="Video_face_recognition" /></a> <a href="http://www.buit.org/wp-content/uploads/2008/03/dscn0311.JPG" title="Surprised" rel="lightbox[311]"><img src="http://www.buit.org/wp-content/uploads/2008/03/dscn0311.thumbnail.JPG" alt="Surprised" /></a></p>
<p>- Paul</p>
]]></content:encoded>
			<wfw:commentRss>http://www.buit.org/2008/03/07/cebit-2008-surprised/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Old new technology: change Vista boot screen</title>
		<link>http://www.buit.org/2007/11/19/old-new-technology-change-vista-boot-screen/</link>
		<comments>http://www.buit.org/2007/11/19/old-new-technology-change-vista-boot-screen/#comments</comments>
		<pubDate>Mon, 19 Nov 2007 12:23:40 +0000</pubDate>
		<dc:creator>PSlijkhuis</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.buit.org/2007/11/19/old-new-technology-change-vista-boot-screen/</guid>
		<description><![CDATA[Some people just cannot wait to make their Windows machine as personal as it gets. I surfed down a freeware tool tool that is able to do the job. Like in the old 95/98/xp days. Screenshot seen at bink.nu Download: Vista Boot Logo Generator]]></description>
			<content:encoded><![CDATA[<p>Some people just cannot wait to make their Windows machine as personal as it gets. I surfed down a freeware tool tool that is able to do the job. Like in the old 95/98/xp days.</p>
<p><a href="http://bink.nu/news/change-windows-vista-boot-screen.aspx" title="Vista boot logo screenshot">Screenshot</a> seen at bink.nu</p>
<p>Download: <a href="http://www.btinternet.com/~danieldsmith/VistaBootLogoGeneratorSetup.exe" title="Vista Boot Logo Generator">Vista Boot Logo Generator</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.buit.org/2007/11/19/old-new-technology-change-vista-boot-screen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Secure the internet with encryption: VPN for the public</title>
		<link>http://www.buit.org/2007/08/30/secure-the-internet-with-encryption-vpn-for-the-public/</link>
		<comments>http://www.buit.org/2007/08/30/secure-the-internet-with-encryption-vpn-for-the-public/#comments</comments>
		<pubDate>Thu, 30 Aug 2007 09:39:13 +0000</pubDate>
		<dc:creator>PSlijkhuis</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.buit.org/2007/08/30/secure-the-internet-with-encryption-vpn-for-the-public/</guid>
		<description><![CDATA[Encryption on the internet is hot. Have you ever tried any google website with https://? Yes, you can. VPN communications is still the area of B2B or mobile-to-office communication. Companies like Cisco and Juniper have grown larger with it. I came across a few free VPN initiatives which I wish to share with you. Secure [...]]]></description>
			<content:encoded><![CDATA[<p>Encryption on the internet is hot. Have you ever tried any google website with https://? Yes, you can. VPN communications is still the area of B2B or mobile-to-office communication. Companies like Cisco and Juniper have grown larger with it. I came across a few free VPN initiatives which I wish to share with you. Secure internet access via a public wifi is nowÂ an optionÂ for the public.</p>
<ul>
<li><a href="http://tor.eff.org/" title="TOR">TOR</a></li>
<li><a href="http://hamachi.cc/" title="http://hamachi.cc">hamachi.cc</a></li>
</ul>
<p>Also, you may want to extend your ISA proxy server to extend with SSL offload / content scanning to secure your browsing community.Â  The best add-in I know off isÂ the SSL proxy web filterÂ from <a href="http://collectivesoftware.com/" title="Collective Software">Collective software</a>. You need work with certificates, so have a PKI in place. So far I haven&#8217;t heard of SSL websites with malicious content, but that will be a matter of time&#8230;</p>
<p>- Paul</p>
]]></content:encoded>
			<wfw:commentRss>http://www.buit.org/2007/08/30/secure-the-internet-with-encryption-vpn-for-the-public/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

