Skip to content

Instantly share code, notes, and snippets.

View sevaho's full-sized avatar

Sebastiaan Van Hoecke sevaho

View GitHub Profile
@sevaho
sevaho / vagrant windonws server 2012 winRM error
Created November 18, 2017 23:23
vagrant windonws server 2012 winRM error
INFO global: Vagrant version: 1.9.1
INFO global: Ruby version: 2.3.3
INFO global: RubyGems version: 2.5.2.1
INFO global: VAGRANT_LOG="debug"
INFO global: Plugins:
INFO global: - vagrant-vbguest = [installed: 0.15.0 constraint: > 0]
INFO global: - winrm = [installed: 2.2.3 constraint: > 0]
INFO global: - winrm-fs = [installed: 1.1.0 constraint: > 0]
DEBUG bundler: Current generated plugin dependency list: [<Gem::Dependency type=:runtime name="vagrant-vbguest" requirements="> 0">, <Gem::Dependency type=:runtime name="winrm" requirements="> 0">, <Gem::Dependency type=:runtime name="winrm-fs" requirements="> 0">]
DEBUG bundler: Generating new builtin set instance.
@sevaho
sevaho / git_history_generator.sh
Created October 14, 2019 14:25
HISTORY.md generator, forgot to initiate a history file? well this is a small script that does it for you!
#!/bin/bash
tag_list_sorted=`git --no-pager tag --sort=-creatordate`
array=(${tag_list_sorted// / })
length_of_tags_min_1=$((${#array[@]}-1))
for (( c=$length_of_tags_min_1; c>0; c-- ))
do
l=`git log -1 --format=%ai ${array[(($c - 1))]}`

Keybase proof

I hereby claim:

  • I am sevaho on github.
  • I am sevaho (https://keybase.io/sevaho) on keybase.
  • I have a public key ASB3yf3vzJrdotpzqFWy1WbW_5zT7YFfpROI5ZoRgTB8rgo

To claim this, I am signing this object: