Adding Eclipse to Launcher on Ubuntu 16.04 04 April 2018 Donovan Work (26) This post is to show you how I was able to get Eclipse pinned to my Launcher on Ubuntu 16.04. [More]
How to copy an SSH key from Windows to a Subsytem 13 January 2018 Donovan Work (0) In this post I show how to copy a ssh key from Windows to a Linux Subsystem. [More]
ASP.NET Core RC2, Meet Docker 31 May 2016 Donovan-Brown Work (9) I this post I will teach you how to use Team Services to build and deploy an ASP.NET Core RC2 application to a Docker container. [More]
Getting .NET Core RC2 Running on Ubuntu for a Complete Linux Novice 17 May 2016 Donovan-Brown Work (1) NOTE: There is now a apt-get install https://www.microsoft.com/net/core#ubuntuThere is no [More]
2015 Ignite New Zealand demo prep: Step 3 03 October 2015 Donovan-Brown Work (16) In this post we configure our Docker hosts. [More]
2015 Ignite New Zealand demo prep: Step 2 28 September 2015 Donovan-Brown Work (4) In this post we setup our build agent. [More]
2015 Ignite New Zealand demo prep: Step 1 20 September 2015 Donovan-Brown Work (1) In this post learn about the epic demo I created for Ignite New Zealand 2015. [More]
Build a Linux based Dev Machine in Azure 08 August 2015 Donovan-Brown Work (2) My goal in this post is to stand up a Linux VM in Azure withEclipse connected to VSO that I can RDP [More]
How to Enable Root Login on Ubuntu 24 March 2015 Donovan-Brown Work (0) Problem:I need to log in as root on my Ubuntu server.Solution:sudo passwd root [More]
How to get my reports in Chef Server working on Ubuntu 18 January 2015 Donovan-Brown Work (0) Problem: I installed the Chef Server but my Reports are not working. Solution: The reporting piece of Chef is actually installed separately from the server. To get reports to work simply issue these commands. sudo chef-server-ctl install opscode-reporting sudo opscode-reporting-ctl reco... [More]