<?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/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	>

<channel>
	<title>Uncategorized &#8211; StorageHacker</title>
	<atom:link href="https://www.storagehacker.com/archives/category/uncategorized/feed" rel="self" type="application/rss+xml" />
	<link>https://www.storagehacker.com</link>
	<description>Not just another Storage weblog</description>
	<lastBuildDate>Thu, 20 Oct 2022 07:16:19 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.0.3</generator>
<site xmlns="com-wordpress:feed-additions:1">24418214</site>	<item>
		<title>New Job</title>
		<link>https://www.storagehacker.com/archives/127</link>
					<comments>https://www.storagehacker.com/archives/127#respond</comments>
		
		<dc:creator><![CDATA[storagehacker]]></dc:creator>
		<pubDate>Fri, 08 Feb 2013 13:27:05 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://www.storagehacker.com/?p=127</guid>

					<description><![CDATA[After two years of working for Enventis as a consultant focusing on Data Center technologies (primarily EMC VNX and Cisco UCS) am moving back into a role that is more fulfilling.  Starting on February 25th I will begin working at QLogic.  My title is Associate Principal Enterprise Applications Architect, which really means that I will &#8230; <p class="link-more"><a href="https://www.storagehacker.com/archives/127" class="more-link">Read More<span class="screen-reader-text"> "New Job"</span></a></p>]]></description>
										<content:encoded><![CDATA[<p>After two years of working for Enventis as a consultant focusing on Data Center technologies (primarily EMC VNX and Cisco UCS) am moving back into a role that is more fulfilling.  Starting on February 25th I will begin working at QLogic.  My title is Associate Principal Enterprise Applications Architect, which really means that I will get to work on how QLogic&#8217;s products work with Virtualization technologies and how they can benefit those environments.  In the last 8 years I have been trying to remain focused on Virtualization technologies, but have somehow landed in the Storage world one way or another.  I love storage the challenge that it presents but my true passion is the virtualization.  While almost every Storage manufacturer uses some type of virtualization in their products to allow for advanced functionality, it is not the same as virtualizing and Operating System or Application.</p>
<p>The challenge at QLogic will be with how their infrastructure components (HBAs, CNAs and switches) can have a positive impact on performance and functionality with any storage product that utilizes their products.  This one challenge I am really looking for to as I love a good puzzle/problem to tackle.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.storagehacker.com/archives/127/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">127</post-id>	</item>
		<item>
		<title>How to create a customized OpenVPN Client Installation for Windows</title>
		<link>https://www.storagehacker.com/archives/122</link>
					<comments>https://www.storagehacker.com/archives/122#respond</comments>
		
		<dc:creator><![CDATA[storagehacker]]></dc:creator>
		<pubDate>Mon, 31 Dec 2012 15:06:38 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[How-Tos]]></category>
		<guid isPermaLink="false">http://www.storagehacker.com/?p=122</guid>

					<description><![CDATA[While on a recent trip I decided that should finally setup the VPN on my Endian Community Firewall.  Using a forum article from endian firewall unofficial support forum I was able to get a VPN connection up and running fairly easy. However, I started thinking about how to distribute the OpenVPN client software with the necessary &#8230; <p class="link-more"><a href="https://www.storagehacker.com/archives/122" class="more-link">Read More<span class="screen-reader-text"> "How to create a customized OpenVPN Client Installation for Windows"</span></a></p>]]></description>
										<content:encoded><![CDATA[<p>While on a recent trip I decided that should finally setup the VPN on my <a href="http://www.endian.com/us/community/overview/" target="_blank" rel="noopener">Endian Community Firewall</a>.  Using a forum <a href="http://www.efwsupport.com/index.php?topic=3351.0" target="_blank" rel="noopener">article</a> from <a href="http://www.efwsupport.com" target="_blank" rel="noopener">endian firewall unofficial support forum</a> I was able to get a VPN connection up and running fairly easy.</p>
<p>However, I started thinking about how to distribute the OpenVPN client software with the necessary .OPVN configuration file and the Certificate from the firewall.  While I found a large number of articles, most required the administrator to compile the OpenVPN client from source or involved a two different binary installations (one for the client and one for the config/certificate files).  I stumbled across an <a href="http://www.secure-computing.net/wiki/index.php/OpenVPN/HowTo_for_Windows_2" target="_blank" rel="noopener">article</a> that creates a OpenVPN installer wrapper which will let you download the OpenVPN installation files on-the-fly, validate them by a simple MD5 and install a pre-configured configuration ZIP file in the proper place automatically.  I was able to create the wrapper as explained in the article, but it was limited to a single client type (32-bit or 64-bit).  I was able to tweak the provided NSI file to properly work with the 64-bit clients by updating the $PROGRAMFILES variable to $PROGRAMFILES64.  However, I wanted to create a single wrapper that would based on architecture (removing the human element to decide if the platform was 32-bit or 64-bit) choose the correct client to install.</p>
<p>After a couple of hours of tinkering and reading through the NSIS documentation, I have been able to create a single wrapper that will detect the architecture of the system that the client is being installed on and correctly download and install the proper prebuilt client.  Using the same instructions from the <a href="http://www.secure-computing.net/wiki/index.php/OpenVPN/HowTo_for_Windows_2" target="_blank" rel="noopener">Secure Computing Networks</a> article and using this <a href="https://storagehacker.com/wp-content/uploads/2012/12/OpenVPN-InstCfgWiz.nsi" target="_blank" rel="noopener">OpenVPN-InstCfgWiz.nsi</a> file it is possible to create a single OpenVPN-InstCfgWiz.exe file that is both 32-bit and 64-bit compatible using the prebuilt OpenVPN Client binaries.</p>
<p>I do recommend that the website that the wrapper and client files are uploaded to be SSL capable this will allow for future enhancements to the script to allow the ZIP files to be published and downloaded from the same site.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.storagehacker.com/archives/122/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">122</post-id>	</item>
		<item>
		<title>The required first post</title>
		<link>https://www.storagehacker.com/archives/60</link>
					<comments>https://www.storagehacker.com/archives/60#comments</comments>
		
		<dc:creator><![CDATA[storagehacker]]></dc:creator>
		<pubDate>Thu, 04 Mar 2010 05:18:04 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://www.storagehacker.com/?p=60</guid>

					<description><![CDATA[Every blog must have must start somewhere with the required first post.&#160;&#160; Here at Storagehacker.com it was decided that this first post should give a little background on the focus of this blog.&#160; Storagehacker.com will focus on the topics of storage products with a focus on uses in Server and Desktop Virtualization.&#160; While I work &#8230; <p class="link-more"><a href="https://www.storagehacker.com/archives/60" class="more-link">Read More<span class="screen-reader-text"> "The required first post"</span></a></p>]]></description>
										<content:encoded><![CDATA[<p>Every blog must have must start somewhere with the required first post.&#160;&#160; Here at Storagehacker.com it was decided that this first post should give a little background on the focus of this blog.&#160; Storagehacker.com will focus on the topics of storage products with a focus on uses in Server and Desktop Virtualization.&#160; While I work for Xiotech Corporation, the goal is to cover not only Xiotech products but trends, general practices and interesting facts around the uses of storage.</p>
<p>While this is new territory for me, it is my hope that I will be able provide useful information for uses of storage.&#160; As I have other interests beyond storage and virtualization, there will from time to time be items that outside of the normal posts.</p>
<p>Thanks for stopping by and please return from time to time.</p>
<p>&#8211; Storagehacker</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.storagehacker.com/archives/60/feed</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">60</post-id>	</item>
	</channel>
</rss>
