<?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>robgillen.blog()</title>
	<atom:link href="http://rob.gillenfamily.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://rob.gillenfamily.net</link>
	<description>random musings and walks through code</description>
	<lastBuildDate>Tue, 17 Apr 2012 01:39:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Manually Interacting with the MSF database</title>
		<link>http://rob.gillenfamily.net/2012/04/16/msfdatabase/</link>
		<comments>http://rob.gillenfamily.net/2012/04/16/msfdatabase/#comments</comments>
		<pubDate>Tue, 17 Apr 2012 01:39:20 +0000</pubDate>
		<dc:creator>Rob Gillen</dc:creator>
				<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://rob.gillenfamily.net/?p=353</guid>
		<description><![CDATA[I&#8217;ve been doing some penetration testing and working through a lab full of exercises which has led me to spending some time with the Metasploit framework. I still consider myself somewhat of a novice when it comes to using this venerable tool. That being said, while I appreciate the database-backing of the tool, and the [...]]]></description>
			<content:encoded><![CDATA[<p><img style="float: left;" title="metasploit.png" src="http://rob.gillenfamily.net/wp-content/uploads/2012/04/metasploit.png" border="0" alt="Metasploit" width="236" height="51" /></p>
<p>I&#8217;ve been doing some penetration testing and working through a lab full of exercises which has led me to spending some time with the <a href="http://www.metasploit.com/">Metasploit </a>framework. I still consider myself somewhat of a novice when it comes to using this venerable tool. That being said, while I appreciate the database-backing of the tool, and the fact that NMAP scans (and other tools) can feed directly into the database (powered by Postgres), I found myself wanting to interact with the database directly. I wanted to write SQL scripts and other things to update entries on servers. In general, I want to be able to use this DB as the main repository for artifacts and documentation for my pentest and to serve as the basis for my report.</p>
<p>To start, I wanted to connect pg admin to the database and poke around a bit, but I had difficulty figuring out what the connection details were. After digging a bit, i found the connection details stored in /opt/metasploit/config/database.yml. With this file, i was able to connect and tweak the database to my heart&#8217;s consent.</p>
<div id="tweetbutton353" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Frob.gillenfamily.net%2F2012%2F04%2F16%2Fmsfdatabase%2F&amp;text=Manually%20Interacting%20with%20the%20MSF%20database&amp;related=&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Frob.gillenfamily.net%2F2012%2F04%2F16%2Fmsfdatabase%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://rob.gillenfamily.net/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div>]]></content:encoded>
			<wfw:commentRss>http://rob.gillenfamily.net/2012/04/16/msfdatabase/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building My Personal Cloud</title>
		<link>http://rob.gillenfamily.net/2012/04/12/building-my-personal-cloud/</link>
		<comments>http://rob.gillenfamily.net/2012/04/12/building-my-personal-cloud/#comments</comments>
		<pubDate>Thu, 12 Apr 2012 14:01:48 +0000</pubDate>
		<dc:creator>Rob Gillen</dc:creator>
				<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[cloud computing]]></category>

		<guid isPermaLink="false">http://rob.gillenfamily.net/?p=350</guid>
		<description><![CDATA[This is a bit of an odd post in that it is more a “wondering aloud” then anything specifically prescriptive or informative. I was asked yesterday by a student if I knew of a Windows box he could use to test something on. It was a simple request – he had been building an application [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://rob.gillenfamily.net/wp-content/uploads/2012/04/78881z2p31zg232.jpg"><img style="background-image: none; border-right-width: 0px; margin: 0px 0px 0px 5px; padding-left: 0px; padding-right: 0px; display: inline; float: right; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="78881z2p31zg232" border="0" alt="78881z2p31zg232" align="right" src="http://rob.gillenfamily.net/wp-content/uploads/2012/04/78881z2p31zg232_thumb.jpg" width="160" height="237" /></a>This is a bit of an odd post in that it is more a “wondering aloud” then anything specifically prescriptive or informative. I was asked yesterday by a student if I knew of a Windows box he could use to test something on. It was a simple request – he had been building an application on his Mac, and before handing it over to be used, wanted to validate that it worked on Windows. It had the one unique requirement that it had to run on our network at Work due to accessing some IP-restricted content.&#160; The “official” answer was to have him contact our help desk and they would set him up, however the answers he got from them were (understandably) geared towards long-term use of a Windows “desktop” … and came with the associated costs (licenses, labor, etc.). What he really needed, was a VM running a trial version of Windows that he could use for two hours and then throw away… What he needed, was a place he could go, select a Windows machine from a catalog, click “go”, run for a few hours and then click “done” and have it go away… What he needed, was access to a cloud platform.</p>
<p>Unfortunately, I didn’t have a good answer for him, and am still a bit uncertain how he is going to go about fixing the issue, but it did get me thinking about what it would take to have/run a “personal” cloud… nothing fancy, but say I have a single “beefy” workstation/server and I’d like to have a thin hypervisor, and a web-based interface to provision/de-provision running instances… maybe setup a catalog virtual machines that I’ve used before as “starting points” for new machines. The platform should support a wide variety of OS choices… Windows and Linux without noticeable compromises for either. It would be nice if the platform could support various virtual networking (nothing fancy, but the ability, at times to create a private network that only two machines can talk on – for testing various things). The final two requirements are that it should support *modest* horizontal scaling (say, I add one or two new physical boxes) and it should be free (or very low cost). This is for personal use or a small group test platform… nothing fancy or official… just something that works. As soon as you get into anything significant cost-wise, you raise the attention of corporate IT, project budgets, etc. and your simple idea just ballooned into something with a budget line item, project managers, and no chance of coming to life.</p>
<p>Options/Solutions: The following is a list of some of the options I’ve been considering along with some commentary on each. I’d be very interested in feedback, but I would caveat that I don’t want the platform itself to be a research endeavor… it should basically “just work” out of the box and not require significant fiddling to get it stable/working.</p>
<ul>
<li>I have a leaning towards Microsoft products (mostly due to familiarity) so I considered them first, but quickly ruled them out. VirtualPC is not anything what I’m looking for, and HyperV/SystemCenterVMM/&lt;insertManyMoreAcronymsHere&gt; seems ok for a lager-scale deployment but seems like *way* too much overhead for what I’m looking for. </li>
<li>Eucalyptus – This is a platform I’ve worked with in the past, and is amazingly easy to setup/run but its support for Windows platforms (at lest in my recollection) isn’t that great.</li>
<li>VMWare Workstation has some interesting things, and to large degree, this would be my front-runner short of the fact that there is no web UI for a remote user to provision/interact with a machine. This solution works fairly well, however, for a single user directly interacting with the physical host. While not free, the cost seems reasonable enough (~$200).</li>
<li>VMWare vSphere Essentials is promising, especially if used in conjunction with VMWare Workstation. It comes with a web-UI, can scale to multiple physical hosts, has broad OS support, and comes from, arguably, one of the longest-standing leaders in this space. It isn’t free, but at &lt;$500, it falls in the reasonable category – esp. considering it supports up to three physical machines. The price does, however, tend to eliminate it from consideration for my home network.</li>
<li>CloudStack + &lt;nameYourHypervisor&gt; – CloudStack is another interesting option and it certainly has a nice UI, however our recent experiences have shown that, while very powerful and great for building large cloud deployments, it seems a bit over-complicated for a one or two server installation. Further, we had significant issues with networking performance for our Windows machines (note: this may be an artifact of the hypervisor we chose: Citrix’s XenServer). Further, we found that there was significant amount of “tinkering” that had to be done to get it working… i.e. download patch X from this svn repo, only use version such-and-such of python, etc. Most of these issues may have been environmental and/or solvable by using other distros/hypervisors, but it was a non-trivial deployment.</li>
<li>OpenStack – OpenStack seems to be what all of the cool kids are using these days, but our experiences once again hinted at a lack of maturity in the computing platform for the general sense (range of OS support) and the lack of a solid web-UI eliminates it from consideration.</li>
<li>XenServer – Another option I considered briefly is to use the free XenServer and then the windows desktop client to manage the servers and create new images/machines. This would work (we are actually doing this in one of our lab environments) but fails the self-provisioning portion of the exercise (no web-based portal, etc). Additionally, we’ve had issues with the networking stack for non-Linux machines and have spent a large amount of time tracking down driver issues and performance issues.</li>
</ul>
<p>At this point, I don’t have a solution… I’m still looking, and am guessing that whatever I end up with will require an amount of compromise. Comments/suggestions are welcome…</p>
<p><em><font size="1">Image courtesy of </font></em><a href="http://www.freedigitalphotos.net/images/view_photog.php?photogid=905" target="_blank"><em><font size="1">Pixomar</font></em></a><em><font size="1">.</font></em></p>
<div id="tweetbutton350" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Frob.gillenfamily.net%2F2012%2F04%2F12%2Fbuilding-my-personal-cloud%2F&amp;text=Building%20My%20Personal%20Cloud&amp;related=&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Frob.gillenfamily.net%2F2012%2F04%2F12%2Fbuilding-my-personal-cloud%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://rob.gillenfamily.net/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div>]]></content:encoded>
			<wfw:commentRss>http://rob.gillenfamily.net/2012/04/12/building-my-personal-cloud/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Speaking at CodeStock 2012</title>
		<link>http://rob.gillenfamily.net/2012/04/09/speaking-at-codestock-2012/</link>
		<comments>http://rob.gillenfamily.net/2012/04/09/speaking-at-codestock-2012/#comments</comments>
		<pubDate>Tue, 10 Apr 2012 02:09:29 +0000</pubDate>
		<dc:creator>Rob Gillen</dc:creator>
				<category><![CDATA[Conferences]]></category>
		<category><![CDATA[codestock]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://rob.gillenfamily.net/?p=346</guid>
		<description><![CDATA[It’s that time of year again… the CodeStock session line up has been announced and – much like years past, it is looking to be a great conference. If you’ve not attended CodeStock before, or are not familiar with what it is, it’s a great regional developer conference hosted in Knoxville, TN early each summer. [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://rob.gillenfamily.net/wp-content/uploads/2012/04/codestock_lowres.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: left; border-top: 0px; border-right: 0px; padding-top: 0px" title="codestock_lowres" border="0" alt="codestock_lowres" align="left" src="http://rob.gillenfamily.net/wp-content/uploads/2012/04/codestock_lowres_thumb.png" width="240" height="128" /></a>It’s that time of year again… the <a href="http://codestock.org" target="_blank">CodeStock</a> <a href="http://codestock.org/Sessions/Default.aspx" target="_blank">session line up has been announced</a> and – much like years past, it is looking to be a great conference. If you’ve not attended <a href="http://codestock.org" target="_blank">CodeStock</a> before, or are not familiar with what it is, it’s a great regional developer conference hosted in Knoxville, TN early each summer. You can see a list of the content that will be covered at this year’s conference here: <a href="http://codestock.org/Sessions/Default.aspx">http://codestock.org/Sessions/Default.aspx</a> – that’s a lot of content crammed into two days – and a great value at only $60.</p>
<p>I’m quite excited have been selected to speak at <a href="http://codestock.org" target="_blank">CodeStock</a> this year… probably more than I have in the past. The reason is that I chose a topic that I’ve been studying and enjoying, but not one that is typical for this sort of conference. Over the past three years, I’ve spoken at <a href="http://codestock.org" target="_blank">CodeStock</a> on topics including SharePoint, Team System, Amazon Web Services, Windows Azure, and GPGPU computing with CUDA. This year, however, the talks I’m giving (buffer overflow detection/exploitation and wireless network security) affect developers but are often considered topics for security-specific conferences. What is great, is not only did these talks make the cut, but the buffer overflow talk was #12 in the <a href="http://codestock.org/News/2012/04/08/codestock-2012-session-selections.aspx" target="_blank">list of top vote getters</a> (<a href="http://codestock.org" target="_blank">CodeStock</a> lets registered attendees vote on what sessions they’d like to see). If you happen to be in the Knoxville area in the middle of June I hope you’ll consider attending the conference.</p>
<h5><a href="http://codestock.org/Sessions/anatomy-of-a-buffer-overflow-attack.aspx">Anatomy of a Buffer Overflow Attack</a> &#8211; <font style="font-weight: normal">You&#8217;ve heard of &quot;buffer overflows&quot; and maybe you&#8217;ve even been the cause of a few, but do you understand why they are bad? Maybe you&#8217;re a &quot;.NET developer&quot; and you&#8217;ve never really thought about them. In this session we&#8217;ll discuss how attackers discover buffer overflows, how they interrogate them, and, finally, how they are exploited. We&#8217;ll walk through a live demonstration from fuzzing through obtaining a remote shell. You&#8217;ll leave with a better understanding of how they work, and why you should ensure your code is protected from them.</font></h5>
<h5><a href="http://codestock.org/Sessions/wifu-so-you-think-your-wireless-connection-is-safe-.aspx">WiFu &#8211; so you think your wireless connection is safe?</a> &#8211; <font style="font-weight: normal">In this session we&#8217;ll discuss various wireless security techniques including common misconceptions and mis-configurations. We will demonstrate how easy it is to compromise even &quot;secured&quot; connections and what the implications are for you as an IT professional. Using free software and inexpensive hardware (~$30), we&#8217;ll demonstrate a number of attacks and highlight the vulnerabilities that are present in the behavior of many wireless devices.</font></h5>
<div id="tweetbutton346" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Frob.gillenfamily.net%2F2012%2F04%2F09%2Fspeaking-at-codestock-2012%2F&amp;text=Speaking%20at%20CodeStock%202012&amp;related=&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Frob.gillenfamily.net%2F2012%2F04%2F09%2Fspeaking-at-codestock-2012%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://rob.gillenfamily.net/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div>]]></content:encoded>
			<wfw:commentRss>http://rob.gillenfamily.net/2012/04/09/speaking-at-codestock-2012/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting Monitor Mode to work for the Alfa AWUS036H</title>
		<link>http://rob.gillenfamily.net/2011/12/23/getting-monitor-mode-to-work-for-the-alfa-awus036h/</link>
		<comments>http://rob.gillenfamily.net/2011/12/23/getting-monitor-mode-to-work-for-the-alfa-awus036h/#comments</comments>
		<pubDate>Fri, 23 Dec 2011 15:26:45 +0000</pubDate>
		<dc:creator>Rob Gillen</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[BackTrack]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://rob.gillenfamily.net/?p=342</guid>
		<description><![CDATA[If you’ve done much work with BackTrack and wireless penetration testing you’re likely using (or at least have heard of) the Alfa AWUS036H . If you haven’t, it is simply a USB-connected wireless adapter that supports long range, various external antennas, has built-in driver support in BackTrack, and supports the all-important (for this type of [...]]]></description>
			<content:encoded><![CDATA[<p>If you’ve done much work with <a href="http://backtrack-linux.org/" target="_blank">BackTrack</a> and wireless penetration testing you’re likely using (or at least have heard of) the <a href="http://www.amazon.com/gp/product/B002BFMZR8/ref=as_li_ss_tl?ie=UTF8&amp;tag=robgillenblog-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B002BFMZR8">Alfa AWUS036H</a><img style="border-bottom-style: none !important; margin: 0px; border-left-style: none !important; border-top-style: none !important; border-right-style: none !important" border="0" alt="" src="http://www.assoc-amazon.com/e/ir?t=robgillenblog-20&amp;l=as2&amp;o=1&amp;a=B002BFMZR8" width="1" height="1" /> . If you haven’t, it is simply a USB-connected wireless adapter that supports long range, various external antennas, has built-in driver support in BackTrack, and supports the all-important (for this type of work) <a href="http://en.wikipedia.org/wiki/Monitor_mode" target="_blank">monitor mode</a>.</p>
<p>After doing a bit of reading, and preparing my lab equipment, I fired up BackTrack, attempted to put the card into monitor mode and… nothing. The following is a listing of the steps I took and what I did to get it working. At this point I should also note that I’m doing this work on an HP EliteBook 2760p which has its own in-built wireless adapter. </p>
<p>Start the wireless adapter by issuing<strong> ifconfig wlan1 up</strong> (my in-built adapter was <strong>wlan0</strong>). Running <strong>ifconfig</strong> confirmed that my adapter was seen by the operating system    <br /><a href="http://rob.gillenfamily.net/wp-content/uploads/2011/12/ifconfig01.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="ifconfig01" border="0" alt="ifconfig01" src="http://rob.gillenfamily.net/wp-content/uploads/2011/12/ifconfig01_thumb.png" width="639" height="241" /></a></p>
<p>Then I attempted to list the available interfaces for monitoring using the <a href="http://www.aircrack-ng.org/" target="_blank">aircrack-ng</a> tools<a href="http://rob.gillenfamily.net/wp-content/uploads/2011/12/airmon01.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="airmon01" border="0" alt="airmon01" src="http://rob.gillenfamily.net/wp-content/uploads/2011/12/airmon01_thumb.png" width="446" height="104" /></a></p>
<p>and it would just hang here for as long as I wanted to wait.</p>
<p>I spent a good bit of time poking around and trying to ascertain what was/wasn’t working and assumed that maybe it was a driver issue. I ran <strong>lshw –c network</strong> to get a list of my network devices and the drivers that they were using.    <br /><a href="http://rob.gillenfamily.net/wp-content/uploads/2011/12/lshw01.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="lshw01" border="0" alt="lshw01" src="http://rob.gillenfamily.net/wp-content/uploads/2011/12/lshw01_thumb.png" width="600" height="412" /></a></p>
<p>From this, I could see that both devices were loaded and appeared to be running the correct drivers. On a whim, I decided to eliminate extra variables and disable the in-built wireless card by issuing <strong>modprobe –r iwlagn</strong> (the driver for the built-in card).</p>
<p>I then went back to see if airmon-ng would see my Alfa card, which it did:<a href="http://rob.gillenfamily.net/wp-content/uploads/2011/12/airmon02.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="airmon02" border="0" alt="airmon02" src="http://rob.gillenfamily.net/wp-content/uploads/2011/12/airmon02_thumb.png" width="517" height="146" /></a>    <br />Encouraged by this, I attempted to put it in monitor mode (<strong>airmon-ng start wlan1</strong>) which also succeeded:    <br /><a href="http://rob.gillenfamily.net/wp-content/uploads/2011/12/airmon03.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="airmon03" border="0" alt="airmon03" src="http://rob.gillenfamily.net/wp-content/uploads/2011/12/airmon03_thumb.png" width="543" height="106" /></a></p>
<p>At this point, running ifconfig showed both the wireless card and the monitor-mode device.   <br /><a href="http://rob.gillenfamily.net/wp-content/uploads/2011/12/ifconfig02.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="ifconfig02" border="0" alt="ifconfig02" src="http://rob.gillenfamily.net/wp-content/uploads/2011/12/ifconfig02_thumb.png" width="680" height="311" /></a> </p>
<p>And running <a href="http://www.wireshark.org/" target="_blank">WireShark</a> or other tools were now able to see the device and capture packets.</p>
<div id="tweetbutton342" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Frob.gillenfamily.net%2F2011%2F12%2F23%2Fgetting-monitor-mode-to-work-for-the-alfa-awus036h%2F&amp;text=Getting%20Monitor%20Mode%20to%20work%20for%20the%20Alfa%20AWUS036H&amp;related=&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Frob.gillenfamily.net%2F2011%2F12%2F23%2Fgetting-monitor-mode-to-work-for-the-alfa-awus036h%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://rob.gillenfamily.net/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div>]]></content:encoded>
			<wfw:commentRss>http://rob.gillenfamily.net/2011/12/23/getting-monitor-mode-to-work-for-the-alfa-awus036h/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ramblings on a Private Cloud (part 1 of ?)</title>
		<link>http://rob.gillenfamily.net/2011/11/30/ramblings-on-a-private-cloud-part-1-of/</link>
		<comments>http://rob.gillenfamily.net/2011/11/30/ramblings-on-a-private-cloud-part-1-of/#comments</comments>
		<pubDate>Wed, 30 Nov 2011 13:02:44 +0000</pubDate>
		<dc:creator>Rob Gillen</dc:creator>
				<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[CloudStack]]></category>
		<category><![CDATA[Private Cloud]]></category>
		<category><![CDATA[Xen]]></category>
		<category><![CDATA[XenCenter]]></category>

		<guid isPermaLink="false">http://rob.gillenfamily.net/2011/11/30/ramblings-on-a-private-cloud-part-1-of/</guid>
		<description><![CDATA[As many of you are aware, a few months ago I changed jobs (more like positions) and with that change has come a shift in the focus of much of my work. I’m spending less time in the abstract (i.e. “how could we solve problem X&#34; in the cloud”) and working more in the concrete [...]]]></description>
			<content:encoded><![CDATA[<p>As many of you are aware, a few months ago I changed jobs (more like positions) and with that change has come a shift in the focus of much of my work. I’m spending less time in the abstract (i.e. “how could we solve problem X&quot; in the cloud”) and working more in the concrete (“we have agency Y that has problem X that needs to be deployed in the cloud yesterday… what do you think?”). One unfortunate (at least in my way of thinking) is that many of these projects have legislative requirements that prohibit the use of public cloud platforms (at least currently). While I’m always looking for ways to avoid building individual, private “Cirrus<sup>1</sup>” clouds, and I remain hopeful that the day will come when we all can leave the infrastructure build-outs to someone else, the reality is that in today’s world there is some data that simply cannot live outside of an organization’s boundaries – leaving us to look at “private cloud” approaches.</p>
<h4>Overview</h4>
<p>We have been experimenting with a few different approaches for some of the projects I’ve been working on and are learning a number of interesting things. I want to be quick to say that I don’t think we’ve “arrived” by any stretch of the imagination and our work (and this space in general) is changing/evolving rapidly. Our initial requirements included using free/OSS solutions wherever possible and to, as much as possible, avoid vendor lock-in (always great in theory, frequently falls apart in application). The hardware used for this exercise includes 45 physical nodes spread over two racks with a total of 1160 cores, 3.8 TB of RAM, 200 TB (RAW) of local node storage and 288 TB (RAW) of iSCSI-connected storage. Our plan is to provide 8 VLANS across the environment (Management, Dev, Test, Prod + corresponding disk-traffic networks for each). The physical nodes/nics would all default to the management network and all of the actual compute resources (VMs used by researchers) would live in one of the other three zones (Dev/Test/Prod). For reasons that I won’t get to in this post, we standardized on <a href="http://centos.org/" target="_blank">CentOS</a> for the primary OS and <a href="http://xen.org/" target="_blank">Xen</a> as the target hypervisor. While some of the uses of the platform include data serving (i.e. web sites, data services, etc.), most of the workloads will tend to be heavy data analytics. The above scenario is complicated by the fact that the entire environment needed to be air-gapped (i.e. not connected to the Internet or other networks in any way).</p>
<h4>Open Stack</h4>
<p>While we have a good bit of experience using <a href="http://www.eucalyptus.com/" target="_blank">Eucalyptus</a> on the Ubuntu stack, our initial plan was to go with the current wisdom of the crowds and deploy <a href="http://openstack.com/" target="_blank">OpenStack</a> as our cloud orchestration layer. The intent was to buy in fully and deploy their storage, image, and compute services. Unfortunately, while there are some very interesting things happening in this realm, we didn’t find this toolset to be at the level we needed it to be given our platform selections. After a few weeks of trying to get this working, we bailed due to simply needing to get something working<sup>2</sup>. We are hopeful that this situation will evolve in the future and we will reconsider down the road, but for the present we had to scrap it and move on.</p>
<h4>Refactoring / Current Approach</h4>
<p>Having burned a bit of our grace period, we were faced with the need to get something running fast and spent a weekend digging through our options. Where we ended up is using the free <a href="http://www.citrix.com/English/ps2/products/product.asp?contentID=683148" target="_blank">XenServer</a> (via Citrix Systems) as the host OS in combination with <a href="http://community.citrix.com/xencenter" target="_blank">XenCenter</a> for managing the nodes. This – while not a cloud or cloud orchestration layer – allowed us to quickly meet some of our sponsor’s needs while buying some time to fill in the gaps. Our team is currently evaluating <a href="http://cloudstack.org/" target="_blank">CloudStack</a> as the cloud/orchestration layer to sit on top of XenServer and be the researcher-facing interface to the platform. Our hope is that as the story evolves (Citrix, XenServer, XenCenter, CloudStack, OpenStack, etc) that the deployment of future platforms will become easier and the “best” approach will become clearer.</p>
<p><a href="http://rob.gillenfamily.net/wp-content/uploads/2011/11/main-search-menu.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="main-search-menu" border="0" alt="main-search-menu" src="http://rob.gillenfamily.net/wp-content/uploads/2011/11/main-search-menu_thumb.png" width="640" height="454" /></a></p>
<h6>XenCenter management console. Image credit Citrix Systems (<a href="http://community.citrix.com/display/xs/XenCenter">http://community.citrix.com/display/xs/XenCenter</a>)</h6>
<p>&#160;</p>
<p>&#160;</p>
<p><span style="font-weight: bold; text-decoration: underline">Notes</span>    <br />1. I spent a good bit of time looking on the web for the official name of the tiniest cloud but didn’t come up with anything better than “Cirrus” which is defined as a “<a href="http://en.wikipedia.org/wiki/Cirrus_cloud" target="_blank">thin, wispy cloud</a>.” Not exactly what I was looking for, but I’ll use it for now.</p>
<p>2. Our issues included (among other things) Python version conflicts between what OpenStack needed and the version of Centos (5.6) we were running, the lack of a good Web UI/self-service portal, getting the VLANS talking properly between hosts, vhosts, storage, etc., and a number of smaller miscellaneous items.</p>
<div id="tweetbutton329" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Frob.gillenfamily.net%2F2011%2F11%2F30%2Framblings-on-a-private-cloud-part-1-of%2F&amp;text=Ramblings%20on%20a%20Private%20Cloud%20%28part%201%20of%20%3F%29&amp;related=&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Frob.gillenfamily.net%2F2011%2F11%2F30%2Framblings-on-a-private-cloud-part-1-of%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://rob.gillenfamily.net/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div>]]></content:encoded>
			<wfw:commentRss>http://rob.gillenfamily.net/2011/11/30/ramblings-on-a-private-cloud-part-1-of/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7, Windows 8, and Linux</title>
		<link>http://rob.gillenfamily.net/2011/11/04/windows-7-windows-8-and-linux/</link>
		<comments>http://rob.gillenfamily.net/2011/11/04/windows-7-windows-8-and-linux/#comments</comments>
		<pubDate>Fri, 04 Nov 2011 17:56:35 +0000</pubDate>
		<dc:creator>Rob Gillen</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://rob.gillenfamily.net/2011/11/04/windows-7-windows-8-and-linux/</guid>
		<description><![CDATA[This post may not be of interest to everyone, but I finally got my laptop configured the way I want it and thought I’d document what I did in case anyone else finds themselves in a similar position. It took me 4 or 5 full install/repeat processes to get this right (don’t ask…) so this [...]]]></description>
			<content:encoded><![CDATA[<p>This post may not be of interest to everyone, but I finally got my laptop configured the way I want it and thought I’d document what I did in case anyone else finds themselves in a similar position. It took me 4 or 5 full install/repeat processes to get this right (don’t ask…) so this description is where I ended up.</p>
<p>Let’s start by discussing some of my requirements:</p>
<ol>
<li>It needs to run Windows 7. The software we use to support our secure email platform is only available on Windows or Mac, and I can’t meet my other requirements on a Mac.</li>
<li>It needs to run Linux (<a href="https://www.scientificlinux.org/" target="_blank">Scientific Linux</a> is the distro I’m using).</li>
<li>It needs to run Windows 8: This will be for dev/testing and not my primary OS</li>
<li>The Windows 7 partition must be encrypted using BitLocker</li>
<li>The Linux partition must be encrypted</li>
<li>I should be able to easily update Windows 8 without overly affecting the other platforms</li>
<li>Performance should be as good as possible – I don’t want to do this all in VMWare from within a main host OS.</li>
<li>While not directly related, the system should be easily bootable from external media (i.e. usb stick) to temporarily run network utilities or other tools (another strike against a Mac)</li>
</ol>
<p><a href="http://www.shopping.hp.com/webapp/shopping/product_detail.do?product_code=XU103UT%23ABA&amp;aoid=41841&amp;srccode=cii_23393768&amp;cpncode=30-6777091-2" target="_blank"><img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 0px 0px 0px 4px; padding-left: 0px; padding-right: 0px; display: inline; float: right; border-top: 0px; border-right: 0px; padding-top: 0px" title="EliteBook" border="0" alt="EliteBook" align="right" src="http://rob.gillenfamily.net/wp-content/uploads/2011/11/EliteBook.jpg" width="115" height="115" /></a>The laptop I’m using is an HP EliteBook 2760p. I selected this unit as I wanted to be able to do some touch &amp; tablet development and it works as a solid convertible as well as having a decent touch screen. The machine comes with a modest 4GB of RAM (I might upgrade this) and a 300GB hard drive.</p>
<p>I started by performing a normal Windows 7 installation. During the phase where you select a disk, created three equally-sized partitions and then chose the first one for the installation. Windows split the first partition giving me a small boot partition (~100 MB) and then the remaining as my “C” drive. I continued through the install, applied drivers, patched it, etc. and everything was running fine. Note that I did *not* run the BitLocker configuration at this time.&#160; </p>
<p><a href="https://www.scientificlinux.org/" target="_blank"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: left; border-top: 0px; border-right: 0px; padding-top: 0px" title="scientificlinux" border="0" alt="scientificlinux" align="left" src="http://rob.gillenfamily.net/wp-content/uploads/2011/11/scientificlinux.png" width="240" height="56" /></a>Next, I installed Linux. I learned from earlier tests, that I didn’t want to install GRUB to my Master Boot Record (MBR) as that tends to mess up your ability to use BitLocker. Instead, I inserted a memory card (SD card actually), and created a 200 MB /boot partition on it (EXT4) and selected it as the location for the GRUB installation. I then created a EXT4 partition for the / mount point that used the third partition on the main disk and was encrypted. This lets me then end up with the option of controlling whether or not I boot into Linux or not by simply inserting the memory card or not – actually quite handy for my use case. The SD card is a good option on this machine because it sits in such a way that, when inserted, is barely noticeable and can be left inserted for weeks at a time without getting caught on anything.</p>
<p><a href="http://msdn.microsoft.com/en-us/windows/home/" target="_blank"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: left; border-top: 0px; border-right: 0px; padding-top: 0px" title="windows8" border="0" alt="windows8" align="left" src="http://rob.gillenfamily.net/wp-content/uploads/2011/11/windows8.jpg" width="159" height="117" /></a>Windows 8 was the next install, but I decided to install it a bit differently in order to possibly give me greater flexibility in the long run. Rather than installing directly onto my “middle” partition, I booted into Windows 7, formatted the partition as NTFS, and created a VHD file (expandable). Then following the instructions <a href="http://www.hanselman.com/blog/GuideToInstallingAndBootingWindows8DeveloperPreviewOffAVHDVirtualHardDisk.aspx" target="_blank">here</a> and <a href="http://blog.concurrency.com/infrastructure/dual-boot-windows-8-from-vhd-using-windows-setup/" target="_blank">here</a>, I mounted the VHD during installation and installed Windows 8 to that (virtual) volume.</p>
<p>While I’m glad to have the opportunity to play with Windows 8, I don’t want it to be my default, so I changed the bootloader to use Windows 7 as the default (unless, of course, the SD card is inserted which will preempt the Windows boot process and take me directly to Linux.</p>
<p>Finally, I switched back to Windows 7 and ran the BitLocker tools to encrypt that partition. </p>
<p>Finally, I’m done with my laptop and my configuration is complete. The following is the disk/partition configuration on my machine. In this diagram, Disk 1 is the SD card I’m using to control my Linux installation.</p>
<p><a href="http://rob.gillenfamily.net/wp-content/uploads/2011/11/DiskPartitions.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="DiskPartitions" border="0" alt="DiskPartitions" src="http://rob.gillenfamily.net/wp-content/uploads/2011/11/DiskPartitions_thumb.png" width="640" height="397" /></a></p>
<div id="tweetbutton326" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Frob.gillenfamily.net%2F2011%2F11%2F04%2Fwindows-7-windows-8-and-linux%2F&amp;text=Windows%207%2C%20Windows%208%2C%20and%20Linux&amp;related=&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Frob.gillenfamily.net%2F2011%2F11%2F04%2Fwindows-7-windows-8-and-linux%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://rob.gillenfamily.net/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div>]]></content:encoded>
			<wfw:commentRss>http://rob.gillenfamily.net/2011/11/04/windows-7-windows-8-and-linux/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Windows Azure Development Cookbook</title>
		<link>http://rob.gillenfamily.net/2011/10/20/windows-azure-development-cookbook/</link>
		<comments>http://rob.gillenfamily.net/2011/10/20/windows-azure-development-cookbook/#comments</comments>
		<pubDate>Fri, 21 Oct 2011 01:07:58 +0000</pubDate>
		<dc:creator>Rob Gillen</dc:creator>
				<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[azure]]></category>
		<category><![CDATA[books]]></category>

		<guid isPermaLink="false">http://rob.gillenfamily.net/2011/10/20/windows-azure-development-cookbook/</guid>
		<description><![CDATA[For the last week or so, I’ve been reading the Windows Azure Development Cookbook written by a fellow Azure MVP, Neil Mackenzie. I was actually rather pleased when Packt asked if I would be willing to review the book as I’d been meaning to pick up a copy and read through it but hadn’t yet. [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.amazon.com/gp/product/1849682224/ref=as_li_qf_sp_asin_il?ie=UTF8&amp;tag=robgillenblog-20&amp;linkCode=as2&amp;camp=217145&amp;creative=399373&amp;creativeASIN=1849682224"><img style="padding-bottom: 5px; padding-right: 5px; display: inline; float: left" align="left" src="http://ws.assoc-amazon.com/widgets/q?_encoding=UTF8&amp;Format=_SL160_&amp;ASIN=1849682224&amp;MarketPlace=US&amp;ID=AsinImage&amp;WS=1&amp;tag=robgillenblog-20&amp;ServiceVersion=20070822" /></a><img style="border-bottom-style: none !important; margin: 0px; border-left-style: none !important; border-top-style: none !important; border-right-style: none !important" border="0" alt="" src="http://www.assoc-amazon.com/e/ir?t=robgillenblog-20&amp;l=as2&amp;o=1&amp;a=1849682224&amp;camp=217145&amp;creative=399373" width="1" height="1" />For the last week or so, I’ve been reading the <a href="http://www.amazon.com/gp/product/1849682224/ref=as_li_qf_sp_asin_tl?ie=UTF8&amp;tag=robgillenblog-20&amp;linkCode=as2&amp;camp=217145&amp;creative=399373&amp;creativeASIN=1849682224" target="_blank">Windows Azure Development Cookbook</a> written by a fellow Azure MVP, <a href="http://convective.wordpress.com/" target="_blank">Neil Mackenzie</a>. I was actually rather pleased when <a href="http://www.packtpub.com/microsoft-windows-azure-development-cookbook/book" target="_blank">Packt</a> asked if I would be willing to review the book as I’d been meaning to pick up a copy and read through it but hadn’t yet.
<p>I should admit that I didn’t pay much attention to the front matter or explanation of the book and just dove right in. I mention this only because it was a bit jolting due to the fact that (as could easily be gleaned from the title) this is a <em>cookbook</em>. This means that there is not a lot of un-necessary ensemble, but rather a collection of highly focused technical nuggets. While this structure became obvious rather quickly, I decided to continue on and read it straight through just to see what I learned. </p>
<p>I appreciated the fact that the book was devoid of a large section of text dedicated to the now-worn-out question of “what is cloud computing”. Nor was there any prologue describing Windows Azure to be found. Instead, the assumption (I presume) is that if you’ve picked up the book, you likely know the answer to both of those questions (within reason) and simply need help getting past some of nuances of the platform. If this describes you, this book is for you. </p>
<p>Light on fluff, heavy on details, this is a solid book that deals with a number of real-world issues using the Azure platform. This book works great as a reference tool: have a problem, look it up in the index or table of contents, read the recipe, put it back on the shelf. </p>
<p>One of the things that impressed me about the book was Neil’s work to point the reader to external resources. There were a number of places where there is something along the lines of “for a more detailed explanation of topic X, visit person Y’s website at http://….” [<em>and, in case you are wondering, this comment was not influenced by Neil’s excellent external references on blob storage interactions… at least not much]</em> Further, I thought that the pointing of the reader to external tools and libraries that were not necessarily required to solve the stated problem but add significant value to the actual solution was great (such as the library for handling connection failures when working with SQL Azure and AppFabric). It is attention to detail such as this that gives the reader confidence that the author wasn’t just pounding out tasks to meet a deadline but rather was sharing solutions that he had used to solve real-world problems.</p>
<p>Taking a more critical view of the book, I’d mention just a few things. The first is that there are a number of key points that begin with “Note:” or something similar that have key tips that are very important to the success of the recipe however (at least in the eBook version I have) they are easily lost in the rest of the text. This is likely due to the format/structure of the book and the intention is for you to read one recipe end-to-end and be done rather than reading start to finish as I did, but I would encourage the reader to be sure to read the entire recipe text and not just copy/paste the code. Neil often uses the code to teach concepts and if you just copy the code you will miss this instruction. </p>
<p>My second criticism is that there are a number of places in the text where the author says something along the lines of “xyz is related to this. See the Using XYZ recipe for details”. While not possible in the print copy, it would have been great in the eBook version for these to be hyperlinks to the referenced section </p>
<p>Being that it is a first edition, there are also a few places where there are minor errors such as task numbers not lining up exactly with the numbers used in the related “how it works” section, but in such cases it was rather easy to intuit what was being referred to and didn’t detract from the book. </p>
<p>All told, it is a good book and I’d quickly recommend it as a reference tool for Azure developers.</p>
<p><em>In the interest of full disclosure, I was sent a copy of the book and asked to read it and post a review</em>.</p>
<div id="tweetbutton317" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Frob.gillenfamily.net%2F2011%2F10%2F20%2Fwindows-azure-development-cookbook%2F&amp;text=Windows%20Azure%20Development%20Cookbook&amp;related=&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Frob.gillenfamily.net%2F2011%2F10%2F20%2Fwindows-azure-development-cookbook%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://rob.gillenfamily.net/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div>]]></content:encoded>
			<wfw:commentRss>http://rob.gillenfamily.net/2011/10/20/windows-azure-development-cookbook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Different, yet the Same</title>
		<link>http://rob.gillenfamily.net/2011/10/03/different-yet-the-same/</link>
		<comments>http://rob.gillenfamily.net/2011/10/03/different-yet-the-same/#comments</comments>
		<pubDate>Mon, 03 Oct 2011 14:08:16 +0000</pubDate>
		<dc:creator>Rob Gillen</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[ornl]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[planet]]></category>

		<guid isPermaLink="false">http://rob.gillenfamily.net/2011/10/03/different-yet-the-same/</guid>
		<description><![CDATA[While some of you are aware, to others it may come as somewhat of a surprise that about a week ago I ended my tenure at Planet Technologies after nearly 11.5 years. As I shared with some of the Planet folks in an email, my experience at Planet was great, and I am leaving with [...]]]></description>
			<content:encoded><![CDATA[<p>While some of you are aware, to others it may come as somewhat of a surprise that about a week ago I ended my tenure at <a href="http://go-planet.com" target="_blank">Planet Technologies</a> after nearly 11.5 years. As I shared with some of the Planet folks in an email, my experience at Planet was great, and I am leaving with fond memories of my time there and the people I have been privileged to work with.</p>
<p>I started there as a &quot;systems engineer&quot; racking/stacking boxes in a colocation center. Since then, I&#8217;ve had the privilege of working on a wide spectrum of projects, covering an equally broad range of technologies, and a fairly wide customer set. I&#8217;ve worked on both small teams and larger teams. I&#8217;ve been part of the management team, and later returned to the technical team (a better fit, I might add). I&#8217;ve traveled the globe, and met/worked with folks in a number of different cultures. I&#8217;m proud to have been part of that organization &#8211; to see it grow into what is now a world-renowned team deploying technical solutions for their customers and doing a great job at it.</p>
<p>Many of you know I&#8217;ve been working (on Planet&#8217;s behalf) at the <a href="http://ornl.gov" target="_blank">Oak Ridge National Laboratory</a> for a little over 4 years now and I have been given the opportunity to join the research organization in a full time capacity. While not an easy decision, I&#8217;m excited about the new opportunities and work that lies ahead.</p>
<p>Officially, I&#8217;m going to be part of the Computational Intelligence and Machine Learning team, which is in the Computational Data Analytics group within the Computational Sciences and Engineering Directorate &#8211; trust me, it sounds stuffier than it actually is. On a daily basis, I&#8217;ll be working with a number of researchers to flesh-out ideas and prototypes of their research projects and to facilitate a marriage between the new technologies that are being developed and the state-of-the-art commercial software tools. I&#8217;ll be bringing to bear the work I&#8217;ve been involved over the past few years using technical computing in the cloud, big data analytics, GPGPU&#8217;s, and cyber security research. I expect to continue to be involved in community events and am looking forward to continuing to collaborate with many of you on various initiatives.</p>
<div id="tweetbutton316" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Frob.gillenfamily.net%2F2011%2F10%2F03%2Fdifferent-yet-the-same%2F&amp;text=Different%2C%20yet%20the%20Same&amp;related=&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Frob.gillenfamily.net%2F2011%2F10%2F03%2Fdifferent-yet-the-same%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://rob.gillenfamily.net/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div>]]></content:encoded>
			<wfw:commentRss>http://rob.gillenfamily.net/2011/10/03/different-yet-the-same/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Slides from DevLink 2011</title>
		<link>http://rob.gillenfamily.net/2011/09/05/slides-from-devlink-2011/</link>
		<comments>http://rob.gillenfamily.net/2011/09/05/slides-from-devlink-2011/#comments</comments>
		<pubDate>Mon, 05 Sep 2011 19:11:29 +0000</pubDate>
		<dc:creator>Rob Gillen</dc:creator>
				<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[Conferences]]></category>
		<category><![CDATA[General Development]]></category>
		<category><![CDATA[aws]]></category>
		<category><![CDATA[azure]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[cuda]]></category>
		<category><![CDATA[nvidia]]></category>

		<guid isPermaLink="false">http://rob.gillenfamily.net/2011/09/05/slides-from-devlink-2011/</guid>
		<description><![CDATA[I had the privilege of speaking at DevLink 2011 a few weeks ago in Downtown Chattanooga, TN. I have been a bit OBE (overcome by events) since I left the conference and have been unable to post my slides until now. I hope to get the videos and other materials up in the coming week [...]]]></description>
			<content:encoded><![CDATA[<p>I had the privilege of speaking at DevLink 2011 a few weeks ago in Downtown Chattanooga, TN. I have been a bit OBE (overcome by events) since I left the conference and have been unable to post my slides until now. I hope to get the videos and other materials up in the coming week or so. If you came to one of these sessions – thanks – the attendance at both was great and I appreciated the questions from the audience.</p>
<div style="width: 425px" id="__ss_9140787"><strong style="margin: 12px 0px 4px; display: block"><a title="Intro to GPGPU with CUDA (DevLink)" href="http://www.slideshare.net/rgillen/intro-to-gpgpu-with-cuda-devlink">Intro to GPGPU with CUDA (DevLink)</a></strong><object id="__sse9140787" width="425" height="355"><param name="movie" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=devlinkintrotogpgpuwithcuda-110905135246-phpapp01&amp;stripped_title=intro-to-gpgpu-with-cuda-devlink&amp;userName=rgillen" /><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><embed name="__sse9140787" src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=devlinkintrotogpgpuwithcuda-110905135246-phpapp01&amp;stripped_title=intro-to-gpgpu-with-cuda-devlink&amp;userName=rgillen" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"></embed></object></div>
<p>&#160;</p>
<p><a href="http://dl.dropbox.com/u/1937385/DevLink_GPGPU.zip" target="_blank">Source code for GPGPU Talk</a></p>
<div style="width: 425px" id="__ss_9140729"><strong style="margin: 12px 0px 4px; display: block"><a title="AWS vs. Azure" href="http://www.slideshare.net/rgillen/aws-vs-azure">AWS vs. Azure</a></strong><object id="__sse9140729" width="425" height="355"><param name="movie" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=devlinkawsazure-110905134652-phpapp02&amp;stripped_title=aws-vs-azure&amp;userName=rgillen" /><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><embed name="__sse9140729" src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=devlinkawsazure-110905134652-phpapp02&amp;stripped_title=aws-vs-azure&amp;userName=rgillen" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"></embed></object></div>
<p>&#160;</p>
<p><a href="http://dl.dropbox.com/u/1937385/AWS_Guestbook.zip" target="_blank">Source code for AWS Guest Book Demo</a></p>
<p><a href="http://dl.dropbox.com/u/1937385/Azure_Guestbook.zip" target="_blank">Source code for Azure Guest Book Demo</a></p>
<div id="tweetbutton314" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Frob.gillenfamily.net%2F2011%2F09%2F05%2Fslides-from-devlink-2011%2F&amp;text=Slides%20from%20DevLink%202011&amp;related=&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Frob.gillenfamily.net%2F2011%2F09%2F05%2Fslides-from-devlink-2011%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://rob.gillenfamily.net/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div>]]></content:encoded>
			<wfw:commentRss>http://rob.gillenfamily.net/2011/09/05/slides-from-devlink-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Nevron Controls in Azure</title>
		<link>http://rob.gillenfamily.net/2011/06/09/using-nevron-controls-in-azure/</link>
		<comments>http://rob.gillenfamily.net/2011/06/09/using-nevron-controls-in-azure/#comments</comments>
		<pubDate>Thu, 09 Jun 2011 14:24:18 +0000</pubDate>
		<dc:creator>Rob Gillen</dc:creator>
				<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[General Development]]></category>
		<category><![CDATA[azure]]></category>
		<category><![CDATA[nevron]]></category>

		<guid isPermaLink="false">http://rob.gillenfamily.net/2011/06/09/using-nevron-controls-in-azure/</guid>
		<description><![CDATA[I’ve been playing around with the Nevron Controls for an Azure application I’m building (hopefully more on that soon) and I’ve been fighting with a simple problem that I’m posting here for my own remembrance and hopefully to help a few others. The problem has been, that the Nevron controls worked fine when I was [...]]]></description>
			<content:encoded><![CDATA[<p>I’ve been playing around with the <a href="http://www.nevron.com/">Nevron Controls</a> for an Azure application I’m building (hopefully more on that soon) and I’ve been fighting with a simple problem that I’m posting here for my own remembrance and hopefully to help a few others.</p>
<p>The problem has been, that the Nevron controls worked fine when I was testing the web app directly, but would cause the dev fabric to blow up if I tried to run it there. I even tried to simply deploy it to Azure assuming that possibly it was a “feature” of the dev fabric – no dice.</p>
<p>Well, today I had some time to dig to the bottom of it and found that it was a simple problem with the way the http handlers were registered. By default, I had the handlers registered like this: </p>
<pre class="brush: csharp; auto-links: true; collapse: false; first-line: 1; gutter: true; html-script: false; light: false; ruler: false; smart-tabs: true; tab-size: 4; toolbar: true;">&lt;system.web&gt;
    &lt;httpHandlers&gt;
        &lt;add verb=&quot;*&quot; path=&quot;NevronDiagram.axd&quot; type=&quot;Nevron.Diagram.WebForm.NDiagramImageResourceHandler&quot; validate=&quot;false&quot;/&gt;
        &lt;add verb=&quot;GET,HEAD&quot; path=&quot;NevronScriptManager.axd&quot; type=&quot;Nevron.UI.WebForm.Controls.NevronScriptManager&quot; validate=&quot;false&quot;/&gt;
    &lt;/httpHandlers&gt;
&lt;/system.web&gt;</pre>
<p>However, as <a href="http://social.msdn.microsoft.com/profile/shan%20mcarthur/?type=forum&amp;referrer=http://social.msdn.microsoft.com/Forums/en/windowsazure/thread/0103ca2d-e952-4c28-8733-47630535c05c">Shan</a> points out in this post: <a title="http://social.msdn.microsoft.com/Forums/en/windowsazure/thread/0103ca2d-e952-4c28-8733-47630535c05c" href="http://social.msdn.microsoft.com/Forums/en/windowsazure/thread/0103ca2d-e952-4c28-8733-47630535c05c">http://social.msdn.microsoft.com/Forums/en/windowsazure/thread/0103ca2d-e952-4c28-8733-47630535c05c</a>, you need to use the newer IIS 7 integrated pipeline. A closer look at the official Nevron samples, shows that they accounted for this and I simply missed it. The setup should be something like this:</p>
<pre class="brush: csharp; auto-links: true; collapse: false; first-line: 1; gutter: true; html-script: false; light: false; ruler: false; smart-tabs: true; tab-size: 4; toolbar: true;">&lt;system.webServer&gt;
    &lt;validation validateIntegratedModeConfiguration=&quot;false&quot;/&gt;
    &lt;handlers&gt;
        &lt;add name=&quot;NevronDiagram&quot; preCondition=&quot;integratedMode&quot; verb=&quot;*&quot; path=&quot;NevronDiagram.axd&quot; type=&quot;Nevron.Diagram.WebForm.NDiagramImageResourceHandler&quot;/&gt;
        &lt;add name=&quot;NevronScriptManager&quot; preCondition=&quot;integratedMode&quot; verb=&quot;*&quot; path=&quot;NevronScriptManager.axd&quot; type=&quot;Nevron.UI.WebForm.Controls.NevronScriptManager&quot;/&gt;
    &lt;/handlers&gt;
&lt;/system.webServer&gt;</pre>
<p>Notice in particular that not only is the structure a little different, the declarations are under the <font face="Courier New">system.webServer</font> node rather than the <font face="Courier New">system.web</font> node.</p>
<div id="tweetbutton310" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Frob.gillenfamily.net%2F2011%2F06%2F09%2Fusing-nevron-controls-in-azure%2F&amp;text=Using%20Nevron%20Controls%20in%20Azure&amp;related=&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Frob.gillenfamily.net%2F2011%2F06%2F09%2Fusing-nevron-controls-in-azure%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://rob.gillenfamily.net/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div>]]></content:encoded>
			<wfw:commentRss>http://rob.gillenfamily.net/2011/06/09/using-nevron-controls-in-azure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

