<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
<channel>
<title>Alex Scoble's IT Notes - An Information Technology Blog</title>
<link>http://itmanager.blogs.com/notes/</link>
<description>My experiences as an IT professional - Anything that I write here is my personal opinion and should not be officially associated with any other entity</description>
<language>en-US</language>
<lastBuildDate>Fri, 03 May 2013 15:54:58 -0700</lastBuildDate>
<generator>http://www.typepad.com/</generator>

<docs>http://www.rssboard.org/rss-specification</docs>
<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/ITScoble" /><feedburner:info uri="itscoble" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
<title>Networking for OpenStack</title>
<link>http://feedproxy.google.com/~r/ITScoble/~3/aGQ_i8Z0x5I/networking-for-openstack.html</link>
<guid isPermaLink="false">http://itmanager.blogs.com/notes/2013/05/networking-for-openstack.html</guid>
<description>When using Mirantis Fuel Web to build up an OpenStack cloud, it requires 6 separate networks to be created. Simplest way to do this is by using virtual networks (VLANs), however this presents a few challenges because of the complexities...</description>
<content:encoded><![CDATA[<p>When using Mirantis Fuel Web to build up an OpenStack cloud, it requires 6 separate networks to be created. Simplest way to do this is by using virtual networks (VLANs), however this presents a few challenges because of the complexities of configuring VLANs.</p>
<p>This post is specific to Cisco switches, but may be relevant for other networking equipment as well.</p>
<p>For test purposes, this was all done on one switch and each bare metal server had one interface cabled to the switch. In production environments, it is likely that, at a minimum, a completely separate storage network would also exist, but more complicated networking schemes are quite possible.</p>
<p>For each port on the switch that will be connected to one of the bare metal servers, the following needs to be done:</p>
<pre>switchport mode trunk
switchport trunk allowed vlan 10,100-104
switchport trunk native vlan 10
spanning-tree portfast trunk
switchport nonegotiate</pre>
<p>Trunking mode must be used because each interface needs to be able to handle all 6 of the virtual networks. In the normal access mode, an interface can only communicate over a single VLAN.</p>
<p>For each interface, it's a good practice to specify which vlans it is allowed to handle.</p>
<p>Trunk native tells the switch that untagged traffic goes over this vlan. VLAN tags are the mechanism that allows a network interface to communicate over multiple discrete subnets. So in this case, only traffic going over vlans 100 through 104 will be tagged.</p>
<p>Spanning-tree portfast trunk tells the switch that this port is a trunk connected to a server or PC and to bypass the usual network loop checks.</p>
<p>Switchport nonegotiate forces the switch to treat this interface as a trunk because the connected device does not understand the protocol the switch uses to negotiate trunking vs access modes.</p>
<p>In the switch config the VLANs also need to be activated using:</p>
<pre>vlan10,100,101,102,103,104</pre>
<p>For those who normally work with vlans in switchport access mode, the switch automatically does this, but apparently, when working with trunks, adding a vlan to a port does not automatically create and enable that vlan.</p>
<p>I am not a networking expert so some particulars here may have been missed, but I hope this is helpful.</p>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-7366803846774620";
/* End of blog post */
google_ad_slot = "0559848352";
google_ad_width = 200;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/ITScoble?a=aGQ_i8Z0x5I:ynQwWN5sOns:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/ITScoble?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ITScoble?a=aGQ_i8Z0x5I:ynQwWN5sOns:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/ITScoble?i=aGQ_i8Z0x5I:ynQwWN5sOns:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ITScoble?a=aGQ_i8Z0x5I:ynQwWN5sOns:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/ITScoble?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ITScoble?a=aGQ_i8Z0x5I:ynQwWN5sOns:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/ITScoble?i=aGQ_i8Z0x5I:ynQwWN5sOns:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/ITScoble/~4/aGQ_i8Z0x5I" height="1" width="1"/>]]></content:encoded>


<category>Cloud Computing</category>
<category>Goat</category>
<category>Misc IT</category>
<category>Network Administration</category>
<category>Network Hardware</category>
<category>Open Source Software</category>
<category>OpenStack</category>
<category>Server Operating Systems</category>

<dc:creator>Alex</dc:creator>
<pubDate>Fri, 03 May 2013 15:54:58 -0700</pubDate>

<feedburner:origLink>http://itmanager.blogs.com/notes/2013/05/networking-for-openstack.html</feedburner:origLink></item>
<item>
<title>Microsoft Camera Codec Pack</title>
<link>http://feedproxy.google.com/~r/ITScoble/~3/Eyb55TnZ5W4/microsoft-camera-codec-pack.html</link>
<guid isPermaLink="false">http://itmanager.blogs.com/notes/2013/03/microsoft-camera-codec-pack.html</guid>
<description>If you are a digital photographer that takes most of their pics in RAW format like I do and you do most or all of your photo editing on a Windows system, you simply must get the Microsoft Camera Codec...</description>
<content:encoded><![CDATA[<p>If you are a digital photographer that takes most of their pics in RAW format like I do and you do most or all of your photo editing on a Windows system, you simply must get the <a href="http://www.microsoft.com/en-us/download/details.aspx?id=26829" target="_self">Microsoft Camera Codec Pack</a>.</p>
<p>It enables Windows users the ability to view their RAW pictures as thumbnails when in Windows Explorer, which is super helpful when trying to move pictures between folders or choose which ones to move to your hard drive from the flash stick.</p>
<p>Sadly, GIMP 2 does not use this functionality.</p>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-7366803846774620";
/* End of blog post */
google_ad_slot = "0559848352";
google_ad_width = 200;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/ITScoble?a=Eyb55TnZ5W4:q8NSOvVLgLs:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/ITScoble?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ITScoble?a=Eyb55TnZ5W4:q8NSOvVLgLs:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/ITScoble?i=Eyb55TnZ5W4:q8NSOvVLgLs:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ITScoble?a=Eyb55TnZ5W4:q8NSOvVLgLs:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/ITScoble?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ITScoble?a=Eyb55TnZ5W4:q8NSOvVLgLs:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/ITScoble?i=Eyb55TnZ5W4:q8NSOvVLgLs:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/ITScoble/~4/Eyb55TnZ5W4" height="1" width="1"/>]]></content:encoded>



<dc:creator>Alex</dc:creator>
<pubDate>Sat, 02 Mar 2013 12:10:35 -0800</pubDate>

<feedburner:origLink>http://itmanager.blogs.com/notes/2013/03/microsoft-camera-codec-pack.html</feedburner:origLink></item>
<item>
<title>Uninstall Windows Live Essentials using command line on Windows 7</title>
<link>http://feedproxy.google.com/~r/ITScoble/~3/ZuBnaMTNk0A/uninstall-windows-live-essentials-using-command-line-on-windows-7.html</link>
<guid isPermaLink="false">http://itmanager.blogs.com/notes/2013/03/uninstall-windows-live-essentials-using-command-line-on-windows-7.html</guid>
<description>As you may or may not know, Microsoft is discontinuing support for their MSN Messenger/Live Messenger service in favor of Skype soon. Since Live Messenger is no longer needed on my system and this is part of Live Essentials, I...</description>
<content:encoded><![CDATA[<p>As you may or may not know, Microsoft is discontinuing support for their MSN Messenger/Live Messenger service in favor of Skype soon.</p>
<p>Since Live Messenger is no longer needed on my system and this is part of Live Essentials, I tried to uninstall Live Essentials using the uninstall option of Programs and Features.</p>
<p>This repeatedly failed with error code 0x8007064c.</p>
<p>I did some searching and found <a href="http://answers.microsoft.com/en-us/windowslive/forum/messenger-wlinstall/how-to-uninstall-windows-live-essentials-via-cmd/3d26c7ea-faf0-437a-88b0-c5bdd3dd31ec" target="_self">this page</a>&nbsp;which supplied the following solution:</p>
<p>Below are the steps on how to uninstall Windows Live Essentials via CMD line parameter.</p>
<p style="padding-left: 30px;">a. Go to <strong>Start</strong>-&gt;All Programs-&gt;Accessories<br />
b. <strong>Right click</strong> on <strong>Command Prompt </strong>and select <strong>Run as Administrator</strong><br />
c. Run the following commands to uninstall Windows Live Essentials:<br />
· (64 bit) "<strong>c:\program files (x86)\windows live\installer\wlarp.exe" /cleanup:all /q</strong><br />
· (32 bit) "<strong>c:\program files\windows live\installer\wlarp.exe" /cleanup:all /q</strong><br />
d. A dialog box shows status until uninstallation has completed<br />
<strong>Note</strong>: The uninstaller for Windows Live Essentials 2011 can also be downloaded from<a href="http://g.live.com/1rewlive4arp/wlarp.exe" target="_blank">http://g.live.com/1rewlive4arp/wlarp.exe</a> if the local copy is corrupted.</p>
<p>The command worked successfully.</p>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-7366803846774620";
/* End of blog post */
google_ad_slot = "0559848352";
google_ad_width = 200;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/ITScoble?a=ZuBnaMTNk0A:hKt5GKHhkyM:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/ITScoble?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ITScoble?a=ZuBnaMTNk0A:hKt5GKHhkyM:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/ITScoble?i=ZuBnaMTNk0A:hKt5GKHhkyM:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ITScoble?a=ZuBnaMTNk0A:hKt5GKHhkyM:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/ITScoble?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ITScoble?a=ZuBnaMTNk0A:hKt5GKHhkyM:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/ITScoble?i=ZuBnaMTNk0A:hKt5GKHhkyM:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/ITScoble/~4/ZuBnaMTNk0A" height="1" width="1"/>]]></content:encoded>


<category>Windows</category>

<dc:creator>Alex</dc:creator>
<pubDate>Sat, 02 Mar 2013 09:48:00 -0800</pubDate>

<feedburner:origLink>http://itmanager.blogs.com/notes/2013/03/uninstall-windows-live-essentials-using-command-line-on-windows-7.html</feedburner:origLink></item>
<item>
<title>To run scheduled scans or not</title>
<link>http://feedproxy.google.com/~r/ITScoble/~3/7dDcoWUD-7o/to-run-scheduled-scans-or-not.html</link>
<guid isPermaLink="false">http://itmanager.blogs.com/notes/2013/02/to-run-scheduled-scans-or-not.html</guid>
<description>Is it still necessary to do weekly scheduled antimalware scans these days in addition to real-time scans? It just seems like more and more that antimalware software is used to meet compliance obligations and not as a real security layer....</description>
<content:encoded><![CDATA[<p>Is it still necessary to do weekly scheduled antimalware scans these days in addition to real-time scans?<br /><br />It just seems like more and more that antimalware software is used to meet compliance obligations and not as a real security layer. I say this because as we see in breach after breach reported in the news that antimalware software effectively offers little in the way of real protection against modern malware threats these days.</p>
<p>Some people might say that you leave an enterprise appreciably open to infection by not running scheduled scans along with real-time scans, but is this true? By some reports, antimalware software can only detect about 60-70% of all known infectuous software, regardless of scan type.</p>
<p>So the question is, if something is only 60-70% effective today against malware, how is performing a scheduled scan going to help you? Once a box is infected despite real-time scanning protections, the malware is very likely to hide itself from the antimalware or disable the antimalware software altogether.</p>
<p>In my mind, it just seems like best practice is to use either real-time scanning or scheduled scans, but not both. Use real-time scanning on systems where performance isn't a critical issue and use scheduled scans on systems that require every bit of computing power.</p>
<p>What do you think?</p>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-7366803846774620";
/* End of blog post */
google_ad_slot = "0559848352";
google_ad_width = 200;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/ITScoble?a=7dDcoWUD-7o:SKT6xkf52ik:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/ITScoble?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ITScoble?a=7dDcoWUD-7o:SKT6xkf52ik:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/ITScoble?i=7dDcoWUD-7o:SKT6xkf52ik:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ITScoble?a=7dDcoWUD-7o:SKT6xkf52ik:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/ITScoble?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ITScoble?a=7dDcoWUD-7o:SKT6xkf52ik:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/ITScoble?i=7dDcoWUD-7o:SKT6xkf52ik:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/ITScoble/~4/7dDcoWUD-7o" height="1" width="1"/>]]></content:encoded>


<category>Antimalware/Antivirus</category>
<category>Computer Security</category>
<category>Cyber Security</category>
<category>IT Security</category>

<dc:creator>Alex</dc:creator>
<pubDate>Tue, 26 Feb 2013 13:38:40 -0800</pubDate>

<feedburner:origLink>http://itmanager.blogs.com/notes/2013/02/to-run-scheduled-scans-or-not.html</feedburner:origLink></item>
<item>
<title>How best to tell users that their systems are part of a botnet</title>
<link>http://feedproxy.google.com/~r/ITScoble/~3/I4VyUhCHiBY/this-article-is-pretty-interestinghttpwwwdarkreadingcominsider-threat167801100securityattacks-breaches240149075how.html</link>
<guid isPermaLink="false">http://itmanager.blogs.com/notes/2013/02/this-article-is-pretty-interestinghttpwwwdarkreadingcominsider-threat167801100securityattacks-breaches240149075how.html</guid>
<description>This article is pretty interesting http://www.darkreading.com/insider-threat/167801100/security/attacks-breaches/240149075/how-best-to-break-the-news-to-users-that-they-re-a-bot.html Talks about the most effective methods ISPs used to notify customers that their computers were part of a botnet. One takeaway is that both Windows AND Mac computers became part of the botnet, so...</description>
<content:encoded><![CDATA[<p>This article is pretty interesting <a href="http://www.darkreading.com/insider-threat/167801100/security/attacks-breaches/240149075/how-best-to-break-the-news-to-users-that-they-re-a-bot.html" target="_self"></a><a href="http://www.darkreading.com/insider-threat/167801100/security/attacks-breaches/240149075/how-best-to-break-the-news-to-users-that-they-re-a-bot.html" target="_self">http://www.darkreading.com/insider-threat/167801100/security/attacks-breaches/240149075/how-best-to-break-the-news-to-users-that-they-re-a-bot.html</a>&nbsp;Talks about the most effective methods ISPs used to notify customers that their computers were part of a <a class="zem_slink" title="Botnet" rel="wikipedia" href="http://en.wikipedia.org/wiki/Botnet" target="_blank">botnet</a>.<br /><br />One takeaway is that both Windows AND Mac computers became part of the botnet, so that should&nbsp;dispel&nbsp;the myth that Macs do not get infected with malware.</p>
<fieldset class="zemanta-related"><legend class="zemanta-related-title">Related articles</legend>
<div class="zemanta-article-ul zemanta-article-ul-image" style="margin: 0; padding: 0; overflow: hidden;">
<div class="zemanta-article-ul-li-image zemanta-article-ul-li" style="padding: 0; background: none; list-style: none; display: block; float: left; vertical-align: top; text-align: left; width: 84px; font-size: 11px; margin: 2px 10px 10px 2px;"><a style="box-shadow: 0px 0px 4px #999; padding: 2px; display: block; border-radius: 2px; text-decoration: none;" href="http://blogs.technet.com/b/microsoft_blog/archive/2013/02/06/microsoft-and-symantec-take-down-bamital-botnet-that-hijacks-online-searches.aspx" target="_blank"><img style="padding: 0; margin: 0; border: 0; display: block; width: 80px; max-width: 100%;" src="http://i.zemanta.com/143541370_80_80.jpg" alt="" /></a><a style="display: block; overflow: hidden; text-decoration: none; line-height: 12pt; height: 80px; padding: 5px 2px 0 2px;" href="http://blogs.technet.com/b/microsoft_blog/archive/2013/02/06/microsoft-and-symantec-take-down-bamital-botnet-that-hijacks-online-searches.aspx" target="_blank">Microsoft and Symantec Take Down Bamital Botnet That Hijacks Online Searches</a></div>
</div>
</fieldset>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-7366803846774620";
/* End of blog post */
google_ad_slot = "0559848352";
google_ad_width = 200;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/ITScoble?a=I4VyUhCHiBY:4ZsIKfHKHso:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/ITScoble?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ITScoble?a=I4VyUhCHiBY:4ZsIKfHKHso:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/ITScoble?i=I4VyUhCHiBY:4ZsIKfHKHso:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ITScoble?a=I4VyUhCHiBY:4ZsIKfHKHso:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/ITScoble?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ITScoble?a=I4VyUhCHiBY:4ZsIKfHKHso:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/ITScoble?i=I4VyUhCHiBY:4ZsIKfHKHso:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/ITScoble/~4/I4VyUhCHiBY" height="1" width="1"/>]]></content:encoded>


<category>Computer Security</category>
<category>Cyber Security</category>

<dc:creator>Alex</dc:creator>
<pubDate>Fri, 22 Feb 2013 11:48:19 -0800</pubDate>

<feedburner:origLink>http://itmanager.blogs.com/notes/2013/02/this-article-is-pretty-interestinghttpwwwdarkreadingcominsider-threat167801100securityattacks-breaches240149075how.html</feedburner:origLink></item>
<item>
<title>Microsoft's "Innovative" New UI</title>
<link>http://feedproxy.google.com/~r/ITScoble/~3/utm0zriKPss/microsofts-innovative-new-ui.html</link>
<guid isPermaLink="false">http://itmanager.blogs.com/notes/2013/02/microsofts-innovative-new-ui.html</guid>
<description>I'm not a big fan of Microsoft's new UI that they created for WinMo 7 and Windows 8. It feels unfinished and unpolished like a cheap piece of IKEA furniture. I never thought that any developers would find it innovative...</description>
<content:encoded><![CDATA[<p>I'm not a big fan of Microsoft's new UI that they created for WinMo 7 and Windows 8. It feels unfinished and unpolished like a cheap piece of IKEA furniture. I never thought that any developers would find it innovative enough to copy it, but that's exactly what the devs at Slacker did for their new UI. In terms of usability, the UI is good, but the blue squares thing just doesn't look good at all when compared to stuff like Android or iOS.</p>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-7366803846774620";
/* End of blog post */
google_ad_slot = "0559848352";
google_ad_width = 200;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/ITScoble?a=utm0zriKPss:a6Fzo9OrTkI:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/ITScoble?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ITScoble?a=utm0zriKPss:a6Fzo9OrTkI:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/ITScoble?i=utm0zriKPss:a6Fzo9OrTkI:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ITScoble?a=utm0zriKPss:a6Fzo9OrTkI:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/ITScoble?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ITScoble?a=utm0zriKPss:a6Fzo9OrTkI:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/ITScoble?i=utm0zriKPss:a6Fzo9OrTkI:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/ITScoble/~4/utm0zriKPss" height="1" width="1"/>]]></content:encoded>


<category>Misc IT</category>

<dc:creator>Alex</dc:creator>
<pubDate>Wed, 20 Feb 2013 19:09:44 -0800</pubDate>

<feedburner:origLink>http://itmanager.blogs.com/notes/2013/02/microsofts-innovative-new-ui.html</feedburner:origLink></item>
<item>
<title>Scandal Is Great TV</title>
<link>http://feedproxy.google.com/~r/ITScoble/~3/aMh7uVWHmZw/scandal-is-great-tv.html</link>
<guid isPermaLink="false">http://itmanager.blogs.com/notes/2013/02/scandal-is-great-tv.html</guid>
<description>Rarely in my life have I experience television as good as Scandal. It just keeps getting better. Each moment somehow tops those that came before. The people who create this show are truly at the top of their game.</description>
<content:encoded><![CDATA[<p>Rarely in my life have I experience television as good as Scandal. It just keeps getting better. Each moment somehow tops those that came before. The people who create this show are truly at the top of their game.</p>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-7366803846774620";
/* End of blog post */
google_ad_slot = "0559848352";
google_ad_width = 200;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/ITScoble?a=aMh7uVWHmZw:9ZesTzvZYx0:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/ITScoble?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ITScoble?a=aMh7uVWHmZw:9ZesTzvZYx0:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/ITScoble?i=aMh7uVWHmZw:9ZesTzvZYx0:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ITScoble?a=aMh7uVWHmZw:9ZesTzvZYx0:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/ITScoble?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ITScoble?a=aMh7uVWHmZw:9ZesTzvZYx0:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/ITScoble?i=aMh7uVWHmZw:9ZesTzvZYx0:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/ITScoble/~4/aMh7uVWHmZw" height="1" width="1"/>]]></content:encoded>



<dc:creator>Alex</dc:creator>
<pubDate>Tue, 19 Feb 2013 21:12:16 -0800</pubDate>

<feedburner:origLink>http://itmanager.blogs.com/notes/2013/02/scandal-is-great-tv.html</feedburner:origLink></item>
<item>
<title>Trader Joe's Roasted Coconut Chips</title>
<link>http://feedproxy.google.com/~r/ITScoble/~3/luZuQgkGHz0/trader-joes-roasted-coconut-chips.html</link>
<guid isPermaLink="false">http://itmanager.blogs.com/notes/2013/02/trader-joes-roasted-coconut-chips.html</guid>
<description>Trader Joe's Roasted Coconut Chips are ridiculously tasty.</description>
<content:encoded><![CDATA[<p>Trader Joe's Roasted Coconut Chips are ridiculously tasty.</p>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-7366803846774620";
/* End of blog post */
google_ad_slot = "0559848352";
google_ad_width = 200;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/ITScoble?a=luZuQgkGHz0:YZLt8LKRRQs:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/ITScoble?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ITScoble?a=luZuQgkGHz0:YZLt8LKRRQs:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/ITScoble?i=luZuQgkGHz0:YZLt8LKRRQs:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ITScoble?a=luZuQgkGHz0:YZLt8LKRRQs:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/ITScoble?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ITScoble?a=luZuQgkGHz0:YZLt8LKRRQs:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/ITScoble?i=luZuQgkGHz0:YZLt8LKRRQs:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/ITScoble/~4/luZuQgkGHz0" height="1" width="1"/>]]></content:encoded>



<dc:creator>Alex</dc:creator>
<pubDate>Tue, 19 Feb 2013 21:08:19 -0800</pubDate>

<feedburner:origLink>http://itmanager.blogs.com/notes/2013/02/trader-joes-roasted-coconut-chips.html</feedburner:origLink></item>
<item>
<title>Vitamix = Health</title>
<link>http://feedproxy.google.com/~r/ITScoble/~3/x8y5sxi-IIk/since-we-got-our-vitamix-in-september-of-2012-i-have-eaten-more-fruits-and-veggies-than-in-the-last-previous-ten-years-combi.html</link>
<guid isPermaLink="false">http://itmanager.blogs.com/notes/2013/02/since-we-got-our-vitamix-in-september-of-2012-i-have-eaten-more-fruits-and-veggies-than-in-the-last-previous-ten-years-combi.html</guid>
<description>Since we got our Vitamix in September of 2012, I have eaten more fruits and veggies than in the last previous ten years combined (if not more). It is quite literally the most used appliance, after the fridge, in our...</description>
<content:encoded><![CDATA[<p>Since we got our Vitamix in September of 2012, I have eaten more fruits and veggies than in the last previous ten years combined (if not more). It is quite literally the most used appliance, after the fridge, in our house.</p>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-7366803846774620";
/* End of blog post */
google_ad_slot = "0559848352";
google_ad_width = 200;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/ITScoble?a=x8y5sxi-IIk:w7fHI8CAVUQ:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/ITScoble?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ITScoble?a=x8y5sxi-IIk:w7fHI8CAVUQ:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/ITScoble?i=x8y5sxi-IIk:w7fHI8CAVUQ:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ITScoble?a=x8y5sxi-IIk:w7fHI8CAVUQ:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/ITScoble?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ITScoble?a=x8y5sxi-IIk:w7fHI8CAVUQ:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/ITScoble?i=x8y5sxi-IIk:w7fHI8CAVUQ:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/ITScoble/~4/x8y5sxi-IIk" height="1" width="1"/>]]></content:encoded>



<dc:creator>Alex</dc:creator>
<pubDate>Sun, 17 Feb 2013 12:35:33 -0800</pubDate>

<feedburner:origLink>http://itmanager.blogs.com/notes/2013/02/since-we-got-our-vitamix-in-september-of-2012-i-have-eaten-more-fruits-and-veggies-than-in-the-last-previous-ten-years-combi.html</feedburner:origLink></item>
<item>
<title>I'm a guest on Tech Webcast episode 226</title>
<link>http://feedproxy.google.com/~r/ITScoble/~3/mDg86bNvoR8/im-a-guest-on-tech-webcast-episode-226.html</link>
<guid isPermaLink="false">http://itmanager.blogs.com/notes/2013/02/im-a-guest-on-tech-webcast-episode-226.html</guid>
<description>I was a guest tonight on Tech Webcast. An hour long tech show done by a bunch of people, some in Australia and some in the US. Check it out although don't expect me to sound all that great. Not...</description>
<content:encoded><![CDATA[<p>I was a guest tonight on <a href="http://www.bradsblog.org/techwebcast-episode-226" target="_self">Tech Webcast</a>. An hour long tech show done by a bunch of people, some in Australia and some in the US.</p>
<p><a href="http://www.bradsblog.org/techwebcast-episode-226" target="_self">Check it out</a> although don't expect me to sound all that great. Not exactly the best public speaker.</p>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-7366803846774620";
/* End of blog post */
google_ad_slot = "0559848352";
google_ad_width = 200;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/ITScoble?a=mDg86bNvoR8:N5KcXhrqO2k:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/ITScoble?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ITScoble?a=mDg86bNvoR8:N5KcXhrqO2k:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/ITScoble?i=mDg86bNvoR8:N5KcXhrqO2k:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ITScoble?a=mDg86bNvoR8:N5KcXhrqO2k:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/ITScoble?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ITScoble?a=mDg86bNvoR8:N5KcXhrqO2k:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/ITScoble?i=mDg86bNvoR8:N5KcXhrqO2k:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/ITScoble/~4/mDg86bNvoR8" height="1" width="1"/>]]></content:encoded>


<category>Web/Tech</category>

<dc:creator>Alex</dc:creator>
<pubDate>Fri, 15 Feb 2013 22:12:36 -0800</pubDate>

<feedburner:origLink>http://itmanager.blogs.com/notes/2013/02/im-a-guest-on-tech-webcast-episode-226.html</feedburner:origLink></item>

</channel>
</rss><!-- ph=1 -->
