<?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>Olexa Heavy Industries</title>
	<atom:link href="http:///feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description>&#34; Because cool people do cool things. &#34;</description>
	<lastBuildDate>Fri, 08 Oct 2010 02:26:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>I Love You Evil VMWare</title>
		<link>/2010/10/07/i-love-you-evil-vmware/</link>
		<comments>/2010/10/07/i-love-you-evil-vmware/#comments</comments>
		<pubDate>Fri, 08 Oct 2010 02:22:05 +0000</pubDate>
		<dc:creator>Spike</dc:creator>
				<category><![CDATA[Haxoring]]></category>

		<guid isPermaLink="false">/?p=236</guid>
		<description><![CDATA[

This is more for my memory than anything else.  But it may help some people out there with VMWare running through their dreams.  Moving Virutal Linux Guests from one PC to another can be a bit of a pain.  In particular the internet on the virtual machine. 

I&#8217;m running Ubuntu 10.04 LTS [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://ohi.co/wp-content/uploads/2010/09/vmware.png" alt="baby" title="baby" width="370" height="320" class="alignright size-full wp-image-193" style="background: transparent; position: absolute; top: 100px; right: 0px; z-index: 1;" /></p>
<div class="post">
This is more for my memory than anything else.  But it may help some people out there with VMWare running through their dreams.  Moving Virutal Linux Guests from one PC to another can be a bit of a pain.  In particular the internet on the virtual machine. <span id="more-236"></span></div>
<p></div><!-- END POST CONTENT --></div><!-- END PAR CENTER --><span class="parRight"></span><!-- END PAR RIGHT --></div><!-- END PAR --><div class="par secondaryPar"><!-- START PAR --><span class="parLeft"></span><!-- START PAR LEFT --><div class="parCenter"><!-- START PAR CENTER --><div class="postContent"><!-- START POST CONTENTS --></p>
<p>I&#8217;m running Ubuntu 10.04 LTS as a virtual machine using NAT to distribute internet to the guest from the host machine and then routing that internet back out of the virtual machine to a router to distribute to my various devices.  I know, why all this useless shit?  </div><!-- END POST CONTENT --></div><!-- END PAR CENTER --><span class="parRight"></span><!-- END PAR RIGHT --></div><!-- END PAR --><div class="par secondaryPar"><!-- START PAR --><span class="parLeft"></span><!-- START PAR LEFT --><div class="parCenter"><!-- START PAR CENTER --><div class="postContent"><!-- START POST CONTENTS --> You can thank China and their Windows ONLY friendly University Authentication software known as Dr. Com.  Let me just say&#8230; I hate Dr. Com.  It&#8217;s not a doctor.  It&#8217;s more like a bum with a knife, but back to the story.</p>
<p>I&#8217;ve had to move my VM multiple times from PC to PC to keep my Skype phone always up and running and the internet always seemed to break.  At first I just reinstalled Ubuntu.  This got tedious so I decided to finally research what was happening.</p>
<p>First of all moving the virtual machine adds two new network interfaces instead of reusing the old ones it seems.  Thus new mac and Ubuntu creates them accordingly.  So although you may not see them at first now you have a eth0, eth1, eth2, and eth3.  SuXors!  eth0 and eth1 don&#8217;t really exist and need to go! </div><!-- END POST CONTENT --></div><!-- END PAR CENTER --><span class="parRight"></span><!-- END PAR RIGHT --></div><!-- END PAR --><div class="par secondaryPar"><!-- START PAR --><span class="parLeft"></span><!-- START PAR LEFT --><div class="parCenter"><!-- START PAR CENTER --><div class="postContent"><!-- START POST CONTENTS --></p>
<p>Simply edit the following file.  Yes I use nano.  I hate VI.  Quiet hackers!</p>
<p><strong>nano /etc/udev/rules.d/70-persistent-net.rules</strong></p>
<p>You&#8217;ll see lines that say, SUBSYSTEM== blah blah blah.  Find the lines that contain eth0 and eth1 and comment them out or delete them.</p>
<p>Now let&#8217;s restart the network interfaces.</p>
<p><strong>/etc/init.d/networking restart</strong></p>
<p>By the way you may need to check the following files for your ip and dns and just make sure they look okay.  If you change them you have to restart your network interfaces again.</p>
<p><strong>nano /etc/network/interfaces<br />
nano /etc/resolv.conf</strong> </div><!-- END POST CONTENT --></div><!-- END PAR CENTER --><span class="parRight"></span><!-- END PAR RIGHT --></div><!-- END PAR --><div class="par secondaryPar"><!-- START PAR --><span class="parLeft"></span><!-- START PAR LEFT --><div class="parCenter"><!-- START PAR CENTER --><div class="postContent"><!-- START POST CONTENTS --></p>
<p>Now there&#8217;s a good possibility that VMWare has screwed up all your network interface settings too.  So we have to check them in VMWare.  Under Edit->Virtual Network Editor we can check it.</p>
<p>In my case my vmnet0 interface was originally set for bridged and my vmnet 8 was set for NAT (this is the one for my internet).  They got flip flopped.  I flipped them back around.</p>
<p>Also you&#8217;ll want to check the machine preferences.  So right click on the machine and choose settings.  Hopefully both your network interfaces are there, but if not, add the second one.  Make sure for each network interface you chose the right virtual network (ie. vmnet0 or vmnet8).  Also make sure both network interfaces have selected &#8220;Connect at power on&#8221; and &#8220;Connected&#8221;. </div><!-- END POST CONTENT --></div><!-- END PAR CENTER --><span class="parRight"></span><!-- END PAR RIGHT --></div><!-- END PAR --><div class="par secondaryPar"><!-- START PAR --><span class="parLeft"></span><!-- START PAR LEFT --><div class="parCenter"><!-- START PAR CENTER --><div class="postContent"><!-- START POST CONTENTS --></p>
<p>Wah la!  You should now have working internet on your NAT connected machine.  If not, hrmmm&#8230;. restart the machine and cross your fingers.</p>
]]></content:encoded>
			<wfw:commentRss>/2010/10/07/i-love-you-evil-vmware/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>OHI v2.0</title>
		<link>/2010/08/22/ohi-v2-0/</link>
		<comments>/2010/08/22/ohi-v2-0/#comments</comments>
		<pubDate>Sun, 22 Aug 2010 09:03:48 +0000</pubDate>
		<dc:creator>Spike</dc:creator>
				<category><![CDATA[Badassness]]></category>

		<guid isPermaLink="false">/?p=173</guid>
		<description><![CDATA[


New looks and new feels!  Welcome to OHI v2.0.  The first of it&#8217;s kind, and to my knowledge the only side horizontal web site in the universe.  Can you handle this much badassness?  Probably not, but you can try!

It&#8217;s been almost a year here at OHI, and our team of specialists [...]]]></description>
			<content:encoded><![CDATA[<img src="http://ohi.co/wp-content/uploads/2010/08/gundude1.png" alt="Gun Dude" title="gundude" width="376" height="361" class="alignright size-full wp-image-188" style="background: transparent; position: absolute; top: 65px; right: 0px; z-index: 1;" />

<div class="post">
New looks and new feels!  Welcome to OHI v2.0.  The first of it&#8217;s kind, and to my knowledge the only side horizontal web site in the universe.  Can you handle this much badassness?  Probably not, but you can try!
<br/><br/>
It&#8217;s been almost a year here at OHI, and our team of specialists finally have a fully functional site to post their research.  Now whether you will use this knowledge to be altruistic or not is purely up to you.  Enjoy the ultimate in badassary!
<br/><br/>
<img class="size-full wp-image-148 alignright" style="border: 0px; background: transparent;" title="spike_name" src="/wp-content/uploads/2009/10/spike_name.gif" alt="spike_name" width="46" height="38" />
</div>]]></content:encoded>
			<wfw:commentRss>/2010/08/22/ohi-v2-0/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Opening More Awesomeness</title>
		<link>/2009/10/26/opening-more-awesomeness/</link>
		<comments>/2009/10/26/opening-more-awesomeness/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 04:05:07 +0000</pubDate>
		<dc:creator>Spike</dc:creator>
				<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">/?p=116</guid>
		<description><![CDATA[


This Baby is not mine&#8230;





Well, maybe&#8230; I semi-disagree with this one but it seems Bro and Girlfriend outnumber me.  Soon Olexa Heavy Industries will be opening another site in addition to the awesomeness of this one.  It will be rollyourstats.com.  The ideas are still in the works, but keep an eye on [...]]]></description>
			<content:encoded><![CDATA[<img src="http://ohi.co/wp-content/uploads/2009/10/baby2.png" alt="baby" title="baby" width="371" height="320" class="alignright size-full wp-image-193" style="background: transparent; position: absolute; top: 100px; right: 0px; z-index: 1;" />

<div class="post">
This Baby is not mine&#8230;
<br/><br/>
<span id="more-116"></span></div></div><!-- END POST CONTENT --></div><!-- END PAR CENTER --><span class="parRight"></span><!-- END PAR RIGHT --></div><!-- END PAR --><div class="par secondaryPar"><!-- START PAR --><span class="parLeft"></span><!-- START PAR LEFT --><div class="parCenter"><!-- START PAR CENTER --><div class="postContent"><!-- START POST CONTENTS -->

<a href="/wp-content/uploads/2009/10/level1human1.jpg" rel="lightbox[116]"><img class="size-medium wp-image-133  alignleft" title="Level One Human" src="/wp-content/uploads/2009/10/level1human1-300x300.jpg" alt="Level One Human" width="166" height="166" /></a>

Well, maybe&#8230; I semi-disagree with this one but it seems Bro and Girlfriend outnumber me.  Soon Olexa Heavy Industries will be opening another site in addition to the awesomeness of this one.  It will be <a href="http://www.rollyourstats.com">rollyourstats.com</a>.  The ideas are still in the works, but keep an eye on it for interesting additions.
<br/><br/>
<a href="http://www.rollyourstats.com">www.rollyourstats.com</a>
<br/><br/>
<img class="size-full wp-image-148 alignright" style="border: 0px; background: transparent;" title="spike_name" src="/wp-content/uploads/2009/10/spike_name.gif" alt="spike_name" width="46" height="38" />

</div><!-- END POST CONTENT --></div><!-- END PAR CENTER --><span class="parRight"></span><!-- END PAR RIGHT --></div><!-- END PAR --><div class="par secondaryPar"><!-- START PAR --><span class="parLeft"></span><!-- START PAR LEFT --><div class="parCenter"><!-- START PAR CENTER --><div class="postContent"><!-- START POST CONTENTS -->

Oh and here&#8217;s an awesome picture I found.
<br/><br/>
<a href="/wp-content/uploads/2009/10/clark_reeper_cover_art_-cropped_nyb4.jpg" rel="lightbox[116]"><img class="size-medium wp-image-138 aligncenter" title="clark_reeper_cover_art_-cropped_nyb4" src="/wp-content/uploads/2009/10/clark_reeper_cover_art_-cropped_nyb4-300x274.jpg" alt="clark_reeper_cover_art_-cropped_nyb4" width="260" height="238" /></a>
]]></content:encoded>
			<wfw:commentRss>/2009/10/26/opening-more-awesomeness/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Step Two</title>
		<link>/2009/07/11/step-two/</link>
		<comments>/2009/07/11/step-two/#comments</comments>
		<pubDate>Sat, 11 Jul 2009 05:20:34 +0000</pubDate>
		<dc:creator>The Olexa Brothers</dc:creator>
				<category><![CDATA[Badassness]]></category>

		<guid isPermaLink="false">/?p=28</guid>
		<description><![CDATA[


As you can tell things are changing here quickly.  But don&#8217;t get too attached.  Part of being the utimate badass website means constant change without care.  Like the color scheme now?  Too bad, we might change it.  You want more?  You will f&#8217;ing get it!

 &#8211; The Olexa Brothers
]]></description>
			<content:encoded><![CDATA[<img src="http://ohi.co/wp-content/uploads/2009/07/badasses1.png" alt="badasses" title="badasses" width="107" height="270" class="alignright size-full wp-image-200" style="background: transparent; position: absolute; top: 110px; right: 20px; z-index: 1;" />

<div class="post">
As you can tell things are changing here quickly.  But don&#8217;t get too attached.  Part of being the utimate badass website means constant change without care.  Like the color scheme now?  Too bad, we might change it.  You want more?  You will f&#8217;ing get it!
<br/><br/>
<em> &#8211; The Olexa Brothers</em>
</div>]]></content:encoded>
			<wfw:commentRss>/2009/07/11/step-two/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Welcome to OHI</title>
		<link>/2009/06/29/welcome/</link>
		<comments>/2009/06/29/welcome/#comments</comments>
		<pubDate>Mon, 29 Jun 2009 05:03:18 +0000</pubDate>
		<dc:creator>The Olexa Brothers</dc:creator>
				<category><![CDATA[Badassness]]></category>

		<guid isPermaLink="false">/?p=7</guid>
		<description><![CDATA[


Let me welcome you to Olexa Heavy Industries.  Here you will find the most badassness you can handle. This site makes Chuck Norris cry (with joy) because of the badassness.  It&#8217;s open, but not yet nearly finished.  You&#8217;ll see a lot of construction being done.  Just stick with it. Just ask yourself&#8230;

What would Chuck do?
]]></description>
			<content:encoded><![CDATA[<img src="http://ohi.co/wp-content/uploads/2009/06/harness.png" alt="harness" title="harness" width="300" height="300" class="alignright size-full wp-image-198" style="background: transparent; position: absolute; top: 105px; right: 40px; z-index: 1;" />

<div class="post">
Let me welcome you to Olexa Heavy Industries.  Here you will find the most badassness you can handle. This site makes Chuck Norris cry (with joy) because of the badassness.  It&#8217;s open, but not yet nearly finished.  You&#8217;ll see a lot of construction being done.  Just stick with it. Just ask yourself&#8230;
<br/><br/>
What would Chuck do?
</div>]]></content:encoded>
			<wfw:commentRss>/2009/06/29/welcome/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

