Skip to content

Instantly share code, notes, and snippets.

View jonashackt's full-sized avatar
:octocat:
TDD & CI for IaC FTW!

Jonas Hecht jonashackt

:octocat:
TDD & CI for IaC FTW!
View GitHub Profile

How to add an image to a gist

  1. Create a gist if you haven't already.
  2. Clone your gist:
    # make sure to replace `<hash>` with your gist's hash
    git clone https://gist.github.com/<hash>.git # with https
    git clone git@gist.github.com:<hash>.git     # or with ssh
@jonashackt
jonashackt / maven-repos.html
Last active September 4, 2020 12:57
Release-Stuff: Maven Repos to look after releasing
In order of occurrence:
https://repo1.maven.org/maven2/de/codecentric/cxf-spring-boot-starter-maven-plugin/
https://search.maven.org/#search%7Cga%7C1%7Ca%3A%22cxf-spring-boot-starter-maven-plugin%22
https://mvnrepository.com/artifact/de.codecentric/cxf-spring-boot-starter-maven-plugin
https://github.com/codecentric/spring-boot-admin/issues?utf8=%E2%9C%93&q=milestone%3A1.4.4%20
@andrealbinop
andrealbinop / setup-modernie-vagrant-boxes.md
Last active May 28, 2023 01:54
Setup modern.ie vagrant boxes

Setup modern.ie vagrant boxes

Since modern.ie released vagrant boxes, it' no longer necessary to manually import the ova file to virtualbox, as mentioned here.

However, the guys at modern.ie didn't configured the box to work with WinRM. This how-to addresses that, presenting steps to proper repackage these boxes, adding WinRM support. Additionally configures chocolatey package manager and puppet provisioner.

Pre-requisites