<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>General on General Ramblings</title>
    <link>https://fc4c6dbc.haigmail.pages.dev/categories/general/</link>
    <description>Recent content in General on General Ramblings</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <copyright>Lance Haig</copyright>
    <lastBuildDate>Tue, 08 Oct 2019 07:49:03 +0000</lastBuildDate><atom:link href="https://fc4c6dbc.haigmail.pages.dev/categories/general/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Multi-Cloud DNS delegated Sub domain with Terraform Cloud</title>
      <link>https://fc4c6dbc.haigmail.pages.dev/2019/10/08/multi-cloud-dns-delegated-sub-domain-with-terraform-and-terraform-cloud/</link>
      <pubDate>Tue, 08 Oct 2019 07:49:03 +0000</pubDate>
      
      <guid>https://fc4c6dbc.haigmail.pages.dev/2019/10/08/multi-cloud-dns-delegated-sub-domain-with-terraform-and-terraform-cloud/</guid>
      <description>
        
          
            &lt;h1 id=&#34;dns-in-a-multi-cloud-world&#34;&gt;DNS in a multi-cloud world&lt;/h1&gt;
&lt;p&gt;As companies transition to multi-cloud deployments, creating a common way to deploy solutions has become a requirement, this is also easily achieved by using Terraform to create your immutable infrastructure.&lt;/p&gt;
&lt;p&gt;The challenge you face is that the infrastructure in a cloud deployment is dynamic in nature and so you can&#39;t predict what the IP addresses of parts of your systems will be and these IP addresses can change daily if your developers have a fast deployment cycle.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Meteor User Seed</title>
      <link>https://fc4c6dbc.haigmail.pages.dev/2014/11/10/meteor-user-seed/</link>
      <pubDate>Mon, 10 Nov 2014 17:11:46 +0000</pubDate>
      
      <guid>https://fc4c6dbc.haigmail.pages.dev/2014/11/10/meteor-user-seed/</guid>
      <description>
        
          
            &lt;p&gt;I have been trying to build a site with Meteor and have slowly started getting stuff working.&lt;/p&gt;
&lt;p&gt;One of the ways to populate your development data has been with database seeding.&lt;/p&gt;
&lt;p&gt;I wanted to link a user account with a document in one of my collections so I worked this out from the documentation.&lt;/p&gt;
&lt;p&gt;You add users to the users collection this returns the userId for the new user which you capture in a variable that you use to insert the userId into your second collection.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Great Script to tidy Up our Photos</title>
      <link>https://fc4c6dbc.haigmail.pages.dev/2012/12/07/great-script-to-tidy-up-our-photos/</link>
      <pubDate>Fri, 07 Dec 2012 18:59:06 +0000</pubDate>
      
      <guid>https://fc4c6dbc.haigmail.pages.dev/2012/12/07/great-script-to-tidy-up-our-photos/</guid>
      <description>
        
          
            &lt;p&gt;I was looking for a way to tidy up out photos on the NAS at home and have tried a number of things that just did not fit the bill.&lt;/p&gt;
&lt;p&gt;they were either just to difficult or completely wrong.&lt;/p&gt;
&lt;p&gt;i then stumbled upon this blog post &lt;a href=&#34;http://falesafe.wordpress.com/2009/07/07/photo-management/&#34; target=&#34;_blank&#34;&gt;&lt;a href=&#34;http://falesafe.wordpress.com/2009/07/07/photo-management/&#34;&gt;http://falesafe.wordpress.com/2009/07/07/photo-management/&lt;/a&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;What a gem. if you can install ruby on a machine you have to sort your photos this is it.&lt;/p&gt;
&lt;p&gt;The post is from 2009 and so I had to update some of the gems it uses as well as change some of the code. but it was not much work.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>How to copy custom attributes when migrating vmware vcenter to new database</title>
      <link>https://fc4c6dbc.haigmail.pages.dev/2011/09/27/how-to-copy-custom-attributes-when-migrating-vmware-vcenter-to-new-database/</link>
      <pubDate>Tue, 27 Sep 2011 19:19:05 +0000</pubDate>
      
      <guid>https://fc4c6dbc.haigmail.pages.dev/2011/09/27/how-to-copy-custom-attributes-when-migrating-vmware-vcenter-to-new-database/</guid>
      <description>
        
          
            &lt;p&gt;I recently had to move hosts and guests to a new vcenter server as the old server had become corrupt and full of issues.&lt;/p&gt;
&lt;p&gt;The current vcenter has a few custom attributes and notes that would not be transferred as part of the move.&lt;/p&gt;
&lt;p&gt;So I wanted to use powercli to read the attributes out and put them back.&lt;/p&gt;
&lt;p&gt;To export the attributes I used the script below.&lt;/p&gt;
&lt;p&gt;You will need to add as many Key Value pairs as you have custom attributes&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>ESX Trunk VLAN config for Storage</title>
      <link>https://fc4c6dbc.haigmail.pages.dev/2011/04/28/esx-trunk-vlan-config-for-storage/</link>
      <pubDate>Thu, 28 Apr 2011 08:47:21 +0000</pubDate>
      
      <guid>https://fc4c6dbc.haigmail.pages.dev/2011/04/28/esx-trunk-vlan-config-for-storage/</guid>
      <description>
        
          
            &lt;p&gt;I was struggling with an install of ESXi on a cisco 6509 switch where the management and VM LAN connectivity worked just fine but for some reason the SAN NFS VLAN just did not want to communicate with the &lt;a href=&#34;http://www.nexenta.org/&#34; title=&#34;Nexenta Storage&#34;&gt;Nexenta&lt;/a&gt; on that VLAN.&lt;/p&gt;
&lt;p&gt;After some searching and trial and error I was able to utilise this post &lt;a href=&#34;http://blogs.egroup-us.com/?p=2453&#34;&gt;http://blogs.egroup-us.com/?p=2453&lt;/a&gt; to get the port-channel and the ports configured correctly. I did not use all the settings from this post but it did remind me to check my port0-channel config.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Connecting ESXi 4.1 to extreme x650 10G switches</title>
      <link>https://fc4c6dbc.haigmail.pages.dev/2011/04/26/connecting-esxi-4-1-to-extreme-x650-10g-switches/</link>
      <pubDate>Tue, 26 Apr 2011 13:48:35 +0000</pubDate>
      
      <guid>https://fc4c6dbc.haigmail.pages.dev/2011/04/26/connecting-esxi-4-1-to-extreme-x650-10g-switches/</guid>
      <description>
        
          
            &lt;p&gt;I am busy working on a contract with a company that is implementing a 10G network for their ESX cluster.&lt;/p&gt;
&lt;p&gt;We have been using extreme X650 10G copper switches for the core.&lt;/p&gt;
&lt;p&gt;Migrating the current servers to the 10G environment was relatively easy and went with minimal issues.&lt;/p&gt;
&lt;p&gt;Over the last 2 weeks I have been trying to get a new server to connect to the cluster and have been frustrated. I have been unable to get the server communicating on the management VLAN. the server was configured correctly and so was the switch or so I thought.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Bongo Mono API</title>
      <link>https://fc4c6dbc.haigmail.pages.dev/2009/02/13/bongo-mono-api/</link>
      <pubDate>Fri, 13 Feb 2009 20:51:43 +0000</pubDate>
      
      <guid>https://fc4c6dbc.haigmail.pages.dev/2009/02/13/bongo-mono-api/</guid>
      <description>
        
          
            &lt;p&gt;Bongo Mono API&lt;/p&gt;
&lt;p&gt;For quite some time now I have been trying to learn a programming language to try to get my ideas for applications built.&lt;/p&gt;
&lt;p&gt;As part of the learning curve I have started trying to use MonoDevelop and mono to create an app that will allow you to browse the Bongo store.&lt;/p&gt;
&lt;p&gt;One of the developers on the Bongo Project (so_solid_moo) was kind enough to start me off with a basic small app he quickly created to test his dev stuff.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Came off my bike today</title>
      <link>https://fc4c6dbc.haigmail.pages.dev/2008/10/01/came-off-my-bike-today/</link>
      <pubDate>Wed, 01 Oct 2008 23:06:50 +0000</pubDate>
      
      <guid>https://fc4c6dbc.haigmail.pages.dev/2008/10/01/came-off-my-bike-today/</guid>
      <description>
        
          
            &lt;p&gt;Well I knew it would happen and it eventually did.&lt;/p&gt;
&lt;p&gt;I was going to work this morning and I had to swerve for a black porsche and my bike dropped.&lt;/p&gt;
&lt;p&gt;I landed on my right hand side and slid down the road. I have a few bruises and bumps and will be seeing the doctor tomorrow morning. The bike is in the shop at the moment I will find out what the damage is later.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Posting Silence</title>
      <link>https://fc4c6dbc.haigmail.pages.dev/2008/08/22/posting-silence/</link>
      <pubDate>Fri, 22 Aug 2008 10:13:22 +0000</pubDate>
      
      <guid>https://fc4c6dbc.haigmail.pages.dev/2008/08/22/posting-silence/</guid>
      <description>
        
          
            &lt;p&gt;I have been scarce lately as I have been working down in Plymouth on a short contract for a Art school.&lt;/p&gt;
&lt;p&gt;it was fun and I did more that I anticipated doing which is good.&lt;/p&gt;
&lt;p&gt;Hopefully I will be able to get back to my Opensource stuff soon.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
  </channel>
</rss>