<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title></title>
    <link>http://aussie.lunix.com.au/</link>
    <description>Recent content on </description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-au</language>
    <lastBuildDate>Sun, 30 Jul 2017 10:37:38 +1000</lastBuildDate>
    
	<atom:link href="http://aussie.lunix.com.au/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>Deploying a concourse</title>
      <link>http://aussie.lunix.com.au/tutorial/bosh/localdev/concourseci/</link>
      <pubDate>Sun, 30 Jul 2017 10:37:38 +1000</pubDate>
      
      <guid>http://aussie.lunix.com.au/tutorial/bosh/localdev/concourseci/</guid>
      <description>Concourse Overview  download some artifacts update the director&amp;rsquo;s cloud config upload a stemcell upload latest concourse release upload latest garden-runc release deploy Concourse install fly set fly alias login to Concourse  Concourse Instructions wget --output-document=artifacts/bosh-warden-boshlite-ubuntu-trusty-go_agent.tar.gz https://bosh.io/d/stemcells/bosh-warden-boshlite-ubuntu-trusty-go_agent wget --output-document=artifacts/concourse.tar.gz https://bosh.io/d/github.com/concourse/concourse wget --output-document=artifacts/garden-runc-release.tar.gz https://bosh.io/d/github.com/cloudfoundry/garden-runc-release bosh -e vbox update-cloud-config cloud-config.yml bosh -e vbox upload-stemcell artifacts/bosh-warden-boshlite-ubuntu-trusty-go_agent.tar.gz bosh -e vbox upload-release --name=concourse artifacts/concourse.tar.gz bosh -e vbox upload-release --name=garden-runc artifacts/garden-runc-release.tar.gz bosh -e vbox -d concourse deploy concourseci/manifest.</description>
    </item>
    
    <item>
      <title>Deploying a local bosh director</title>
      <link>http://aussie.lunix.com.au/tutorial/bosh/localdev/director/</link>
      <pubDate>Sun, 30 Jul 2017 10:37:38 +1000</pubDate>
      
      <guid>http://aussie.lunix.com.au/tutorial/bosh/localdev/director/</guid>
      <description>This step in the tutorial is where we bootstrap a bosh director in a local virtualbox VM.
At this early stage in the tutorial we use the included boshdev helper script and skip over the individual commands required.
boshdev - a vagrant like workflow For convenience there is a simple bash script boshdev included in aussielunix/bosh-dev-env to give you a vagrant like workflow.
[~] lunix@adaptaur] (master) -&amp;gt; boshdev Usage: boshdev {ssh|pause|resume|up|destroy|status}  Overview  clone bosh-deployment clone aussielunix/bosh-dev-env tune some bosh director settings (ram, dns etc) bootstrap a bosh director in a local virtualbox  Instructions git clone git@github.</description>
    </item>
    
    <item>
      <title>Bosh local development environment</title>
      <link>http://aussie.lunix.com.au/tutorial/bosh/bosh_localdev/</link>
      <pubDate>Sat, 29 Jul 2017 15:37:38 +1000</pubDate>
      
      <guid>http://aussie.lunix.com.au/tutorial/bosh/bosh_localdev/</guid>
      <description>At the end of this tutorial you will have a bosh director running in a local Virtualbox VM and Concourse deployed to it.
You will be able to interact with this local bosh director and Concourse the same way you would a remote, production grade setup.
With the move to bosh2 and bosh-deployment, treating your local dev differently to production is no longer needed.
bosh-lite, the vagrant box with a bosh director baked in is now deprecated in favour of the virtualbox CPI and treating virtualbox just like any other IaaS provider.</description>
    </item>
    
    <item>
      <title>Installing bosh-cli</title>
      <link>http://aussie.lunix.com.au/tutorial/bosh/localdev/boshcli/</link>
      <pubDate>Tue, 18 Jul 2017 20:57:38 +1000</pubDate>
      
      <guid>http://aussie.lunix.com.au/tutorial/bosh/localdev/boshcli/</guid>
      <description>Before you can work with a bosh director you will need to install the bosh cli tool.
Follow the instructions for your platform.
Be sure you have also installed the OS specified dependencies for bosh create-env command.
Check bosh version to make sure it is properly installed:
$ bosh -v version 2.0.26-105157c-2017-06-22T18:53:53Z  Be sure the output begins with version 2.0&amp;hellip;

Next  we get a bosh director running</description>
    </item>
    
    <item>
      <title>Installing Virtualbox on Ubuntu</title>
      <link>http://aussie.lunix.com.au/tutorial/bosh/localdev/virtualbox/</link>
      <pubDate>Sun, 16 Jul 2017 16:16:38 +1000</pubDate>
      
      <guid>http://aussie.lunix.com.au/tutorial/bosh/localdev/virtualbox/</guid>
      <description>Having a local virtual machine system is extremly beneficial to working effectively locally.
The following is a tutorial on getting Virtualbox installed and running locally on an Ubuntu workstation.
If you are using a different Operating System then Virtualbox provide documentation.
The following has been automated and is available as an Ansible role in Pajuna.
Overview  Download the Oracle public key for apt-secure  You should get a fingerprint the same as I do below but confirm this on the Virtualbox site  Install the Oracle public key for apt-secure Install the Oracle public apt repo for Virtualbox  Create a new file /etc/apt/sources.</description>
    </item>
    
    <item>
      <title>Creating a bosh release</title>
      <link>http://aussie.lunix.com.au/tutorial/bosh/bosh_release_howto/</link>
      <pubDate>Sun, 16 Jul 2017 00:00:00 +0000</pubDate>
      
      <guid>http://aussie.lunix.com.au/tutorial/bosh/bosh_release_howto/</guid>
      <description>A tutorial on creating a bosh release from scratch.
This tutorial assumes you have:
 bosh cli installed and ready Virtualbox 5.1 installed and ready a bosh director installed and ready  Overview  Create a project Create a package Create a job Create and Upload a release Create a manifest Deploy  Create a project bosh init-release --git --dir=simple-http-server-boshrelease cd simple-http-server-boshrelease  Create a job bosh generate-job simple-http-server  Create jobs/simple-http-server/templates/ctl.</description>
    </item>
    
    <item>
      <title>About Me</title>
      <link>http://aussie.lunix.com.au/about/</link>
      <pubDate>Sun, 02 Jul 2017 21:15:51 +1000</pubDate>
      
      <guid>http://aussie.lunix.com.au/about/</guid>
      <description>After a couple of decades in the ISP, Web Hosting and Cloud Industry as a sysadmin / Infrastructure Coder, Mick Pollard just completed a 16 month engagement at the Australian Government&amp;rsquo;s Digital Transformation Agency to help build clearer, simpler, faster public services.
Mick&amp;rsquo;s focus at the DTA was on building cloud.gov.au, the next generation hosting platform that allowed digital transformation teams to operate safely at speed.
Mick co-founded Devops Sydney along with Lindsay Holmwood in Feb 2010 - a monthly meetup for ideas and knowledge sharing around helping development and operations work more efficiently together rather than in silos.</description>
    </item>
    
    <item>
      <title>Funny Tech Support Emails</title>
      <link>http://aussie.lunix.com.au/post/funny_tech_support_emails/</link>
      <pubDate>Tue, 20 Jul 2010 18:42:00 +1000</pubDate>
      
      <guid>http://aussie.lunix.com.au/post/funny_tech_support_emails/</guid>
      <description>In the late 1990&amp;rsquo;s we purchased a few small ISP&amp;rsquo;s and whilst auditing their old servers (terrible mess) I come across these beauties.
I thought I&amp;rsquo;d share these I found for this years System Administrator&amp;rsquo;s Appreciation Day.
They both made me laugh back then and still make me laugh today. Oh how I miss the days of ISP land.</description>
    </item>
    
  </channel>
</rss>