<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Servers on Justin Carmony</title>
		<link>https://www.justincarmony.com/tags/servers/</link>
		<description>Recent content in Servers on Justin Carmony</description>
		<generator>Hugo</generator>
		<language>en-us</language>
		
		
		
		
			<lastBuildDate>Sat, 15 Sep 2012 20:36:11 +0000</lastBuildDate>
		
			<atom:link href="https://www.justincarmony.com/tags/servers/index.xml" rel="self" type="application/rss+xml" />
			<item>
				<title>Vagrant &amp; PHP: Our Success Story At The Deseret News</title>
				<link>https://www.justincarmony.com/2012/09/15/vagrant-php-our-success-story-at-the-deseret-news/</link>
				<pubDate>Sat, 15 Sep 2012 20:36:11 +0000</pubDate>
				<guid>https://www.justincarmony.com/2012/09/15/vagrant-php-our-success-story-at-the-deseret-news/</guid>
				<description>&lt;p&gt;The simple world of LAMP is fading fast into the distance. When I first started developing websites, you&amp;rsquo;d just drop your PHP code in a document root, configure it to connect to a mysql database, and that was it.&lt;/p&gt;&#xA;&lt;p&gt;Now-a-days, you have frameworks that need to be setup, include paths that need to be changed, modules that need to be installed, web servers that need to be configured for your routing, etc. Then you might not just have MySQL, but Redis, Mongo, Couch, Memcached, Postgres, or any other dozen other servers. Then in Production you might have load balancers, multiple web servers, clusters of databases, and the list goes on.&lt;/p&gt;</description>
			</item>
			<item>
				<title>VirtualBox Networking Setup</title>
				<link>https://www.justincarmony.com/2010/03/22/virtualbox-networking-setup/</link>
				<pubDate>Mon, 22 Mar 2010 06:32:43 +0000</pubDate>
				<guid>https://www.justincarmony.com/2010/03/22/virtualbox-networking-setup/</guid>
				<description>&lt;p&gt;Every time I go to set up VirtualBox and several VMs I always forget how I setup the networking for them. Once again, I went through the pain of trying to figure it all out, so I might as well document it for future use.&lt;/p&gt;&#xA;&lt;h3 id=&#34;the-problem&#34;&gt;The Problem&lt;/h3&gt;&#xA;&lt;p&gt;When creating virtual machines, especially virtual linux servers, I want them to be able to do the following things:&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;Connect to the Internet&lt;/li&gt;&#xA;&lt;li&gt;Connect over SSH from my Host Machine to the Guest Machine&lt;/li&gt;&#xA;&lt;li&gt;Have the servers connect to each other on a private internal network&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;Out of the box, a VM is configured for #1, however it cannot do #2 and #3. There are some solutions that do some &lt;a href=&#34;http://mydebian.blogdns.org/?p=148&#34;&gt;archaic port forwarding&lt;/a&gt; by issuing special commands from the Terminal. This is just painful, and if you just want &lt;em&gt;&lt;strong&gt;one&lt;/strong&gt;&lt;/em&gt; port to work, that&amp;rsquo;s manageable, but what if you want ssh, ftp, myql, http, https, etc? Any on multiple VMs? What a nightmare! What is painful is when googling for a solution, almost &lt;em&gt;&lt;strong&gt;every&lt;/strong&gt;&lt;/em&gt; &amp;ldquo;answer&amp;rdquo; is this crazy port forwarding method. There is a much cleaner, better way!&lt;/p&gt;</description>
			</item>
			<item>
				<title>The Cloud to Bare Metal</title>
				<link>https://www.justincarmony.com/2010/03/22/cloud-to-bare-metal/</link>
				<pubDate>Mon, 22 Mar 2010 06:02:22 +0000</pubDate>
				<guid>https://www.justincarmony.com/2010/03/22/cloud-to-bare-metal/</guid>
				<description>&lt;p&gt;&lt;a href=&#34;https://www.justincarmony.com/images/wp/2010/03/cloud-vector.jpg&#34;&gt;&lt;img src=&#34;https://www.justincarmony.com/images/2010/03/cloud-vector-150x150.jpg&#34; alt=&#34;&#34; title=&#34;cloud-vector&#34;&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;h3 id=&#34;a-little-background&#34;&gt;A Little Background&lt;/h3&gt;&#xA;&lt;p&gt;It was the summer of 2008 when &lt;a href=&#34;https://www.justincarmony.com/2008/06/27/lt-pact-08-overview-of-experience/&#34;&gt;I attended the LT Pact&lt;/a&gt; conference that I first drank the &amp;ldquo;Cloud Kool-Aid.&amp;rdquo; As you can see from my notes, I was pretty excited about this whole concept. Excited enough, one client of mine signed up for Layered Tech&amp;rsquo;s grid layer (which is what they were demoing at the conference).&lt;/p&gt;&#xA;&lt;p&gt;One interesting thing I heard at the LT Pact conference was one of their keynotes was as IT Researcher for Gartner. He outlined what phases the current industry would go through with &amp;ldquo;cloud computing&amp;rdquo;:&lt;/p&gt;</description>
			</item>
			<item>
				<title>XAMPP for Mac - My Frustrations &amp; Solutions</title>
				<link>https://www.justincarmony.com/2009/02/14/xampp-for-mac-my-frustrations-solutions/</link>
				<pubDate>Sat, 14 Feb 2009 23:15:34 +0000</pubDate>
				<guid>https://www.justincarmony.com/2009/02/14/xampp-for-mac-my-frustrations-solutions/</guid>
				<description>&lt;p&gt;&lt;a href=&#34;https://www.justincarmony.com/images/2009/02/xampp-objectdock.png&#34;&gt;&lt;img src=&#34;https://www.justincarmony.com/images/2009/02/xampp-objectdock.png&#34; alt=&#34;&#34; title=&#34;xampp-objectdock&#34;&gt;&lt;/a&gt;These last few days I&amp;rsquo;ve been trying to get &lt;a href=&#34;http://www.apachefriends.org/en/xampp.html&#34;&gt;XAMPP&lt;/a&gt; to work on my MacBook Pro these last couple of days and it has been &lt;em&gt;&lt;strong&gt;frustrating&lt;/strong&gt;&lt;/em&gt;! It seemed I kept running into more and more problems. For those who don&amp;rsquo;t know, XAMPP is tool for developers to run a LAMP stack (Linux, Apache, MySQL, PHP) on your machine locally. I&amp;rsquo;ve been running it on my Windows machines for years, and I have been running my production servers on Linux.&lt;/p&gt;</description>
			</item>
			<item>
				<title>LT Pact &#39;08 - Overview of Experience</title>
				<link>https://www.justincarmony.com/2008/06/27/lt-pact-08-overview-of-experience/</link>
				<pubDate>Fri, 27 Jun 2008 22:52:45 +0000</pubDate>
				<guid>https://www.justincarmony.com/2008/06/27/lt-pact-08-overview-of-experience/</guid>
				<description>&lt;p&gt;I just left the last session of the &lt;a href=&#34;http://www.layeredtech.com/ltpact/&#34;&gt;LT Pact &amp;lsquo;08 conference&lt;/a&gt; and it has been fun. I&amp;rsquo;ve learned a lot and there were a lot of common themes among the conference. I&amp;rsquo;ll briefly touch on the themes and over the next week or so I&amp;rsquo;ll be writing more in-depth on each one. Besides, I need to enjoy Las Vegas while I&amp;rsquo;m here and not just blog.&lt;/p&gt;&#xA;&lt;h3 id=&#34;virtualization--cloud-computing&#34;&gt;&lt;strong&gt;Virtualization &amp;amp; Cloud Computing&lt;/strong&gt;&lt;/h3&gt;&#xA;&lt;p&gt;Virtualization is the future of server hosting. It won&amp;rsquo;t be optimal for all scenarios of course, but there are so many advantages to virtualization that they can&amp;rsquo;t be passed up:&lt;/p&gt;</description>
			</item>
			<item>
				<title>LT PACT 2008 - Day 1</title>
				<link>https://www.justincarmony.com/2008/06/27/lt-pact-2008-day-1/</link>
				<pubDate>Fri, 27 Jun 2008 06:31:52 +0000</pubDate>
				<guid>https://www.justincarmony.com/2008/06/27/lt-pact-2008-day-1/</guid>
				<description>&lt;p&gt;Whew, today was a good day. I took a lot of notes and over the next few days I&amp;rsquo;ll be blogging on the different topics. Hopefully you&amp;rsquo;ll enjoy.&lt;/p&gt;</description>
			</item>
			<item>
				<title>How to tell what Linux OS you&#39;re running</title>
				<link>https://www.justincarmony.com/2008/06/24/how-to-tell-what-linux-os-youre-running/</link>
				<pubDate>Tue, 24 Jun 2008 22:01:23 +0000</pubDate>
				<guid>https://www.justincarmony.com/2008/06/24/how-to-tell-what-linux-os-youre-running/</guid>
				<description>&lt;p&gt;I deal with many different servers and it is hard to keep track of which is running which Distro of linux. Here is the quick way to tell:&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;uname -a&lt;/p&gt;&#xA;&lt;p&gt;uname &amp;ndash;help&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;p&gt;You can&amp;rsquo;t believe how hard it was to find that out.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Getting ready for LTPact 2008</title>
				<link>https://www.justincarmony.com/2008/06/24/getting-ready-for-ltpact-2008/</link>
				<pubDate>Tue, 24 Jun 2008 15:35:01 +0000</pubDate>
				<guid>https://www.justincarmony.com/2008/06/24/getting-ready-for-ltpact-2008/</guid>
				<description>&lt;p&gt;Well, I&amp;rsquo;m doing my laundry and getting ready to leave tomorrow for &lt;a href=&#34;http://www.layeredtech.com/ltpact/&#34; title=&#34;LT Pact &#39;08&#34;&gt;LTPact 2008&lt;/a&gt;. I&amp;rsquo;m looking forward to hearing about new technologies in server hosting. They also have coming several speakers on blogging, including &lt;a href=&#34;http://ma.tt/&#34; title=&#34;Matt Mullengweg&#34;&gt;Matt Mullengweg&lt;/a&gt;, founder and creator of &lt;a href=&#34;http://www.wordpress.org/&#34;&gt;WordPress&lt;/a&gt;. &lt;a href=&#34;http://www.layeredtech.com/&#34;&gt;Layered Technologies&lt;/a&gt; has been a fantastic sponsor for &lt;a href=&#34;http://www.cevo.com/&#34; title=&#34;online gaming league&#34;&gt;CEVO&lt;/a&gt;.&lt;/p&gt;</description>
			</item>
	</channel>
</rss>
