Skip to content
View kimsondrup's full-sized avatar

Organizations

@neticdk @sondrup
Block or Report

Block or report kimsondrup

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. bitnami/nginx:1.19.8 opentracing and... bitnami/nginx:1.19.8 opentracing and jaegertracing
    1
    ############################################# Build image for Opentracing Builder #############################################
    2
    ARG NGINX_VERSION=1.19.8
    3
    FROM bitnami/nginx:${NGINX_VERSION} as opentracing-builder
    4
    ARG NGINX_VERSION=1.19.8
    5
    ARG NGINX_OPENTRACING=0.14.0
  2. Artifactory and JFrog Xray Splunk co... Artifactory and JFrog Xray Splunk config
    1
    [jfrog:misc]
    2
    SEDCMD-jfrog_removecolorcodes = s/\x1B\[([0-9]{1,2}(;[0-9]{1,2})?)?[mM|K]//g
    3
    TRANSFORMS-set_sourcetype_jfrog_service = set_sourcetype_jfrog_service
    4
    
    
    5
    [jfrog:service]
  3. Siteimprove/CMS-plugin-Magento2.x Siteimprove/CMS-plugin-Magento2.x Public

    Siteimprove's Magento 2 Module – Your Insights Always Within Reach

    PHP 2

  4. sondrup/puppet-bareos sondrup/puppet-bareos Public

    WIP!!!

    Puppet 1

  5. WSL wrapper: Filter Windows path fro... WSL wrapper: Filter Windows path from the PATH env. for "linked" commands
    1
    #!/usr/bin/env bash
    2
    
    
    3
    # This script is designed to introduce "filtered PATH" where Windows paths (/mnt/<drive letter>) are removed
    4
    # as to help with commands that have problems handling those paths being present in PATH.
    5
    # To use this script you need to create a symlink pointing to this script with the same name as a command in your PATH,