Skip to content
View kimdre's full-sized avatar
πŸ‘Œ
Yo!
πŸ‘Œ
Yo!

Organizations

@adorsys @maki-it @germanbrew
Block or Report

Block or report kimdre

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
kimdre/README.md

Hi, I'm Kim πŸ‘‹

  • πŸ€“ I'm a Linux admin and DevOps engineer as well as a mountainbike enthusiast from Nuremberg, Germany. πŸš΅β€β™‚οΈ
  • πŸ’™ My preferred programming/scripting languages are Python and Shell/Bash, but I also know Tcl/Expect and PHP.
  • Currently learning Go
  • 🍣 Founder of the german hosting and IT service provider Maki IT.

Pinned

  1. germanbrew/terraform-provider-hetznerdns germanbrew/terraform-provider-hetznerdns Public

    Terraform provider for Hetzner DNS

    Go 3

  2. maki-it/lexoffice-invoice-upload maki-it/lexoffice-invoice-upload Public

    Upload your invoices from email attachements automatically to Lexoffice.

    Python 12 2

  3. maki-it/python maki-it/python Public

    Python base images for Docker

    Dockerfile

  4. Automated login to openshift Automated login to openshift
    1
    # Add this to your .bashrc or .zshrc etc.
    2
    
                  
    3
    function oc {
    4
            if [[ "$@" == "login" ]]
    5
            then
  5. Fail2ban Config for CheckMk Authenti... Fail2ban Config for CheckMk Authentication over Web UI
    1
    # CheckMk Web Auth Fail2ban Config
    2
    Fail2ban Config for CheckMk Authentication over Web UI
    3
    
                  
    4
    This is a example fail2ban config for failed login attempts in the CheckMK Web UI Login Form.
    5
    
                  
  6. Example Renovate customManager for k... Example Renovate customManager for kustomize
    1
    // This is a example for a Renovate customManager to extract the kustomize version to compare with from its Github releases.
    2
    // Note the line with `extractVersionTemplate`, which is used to change the verson format what is used as the Github release versioning.
    3
    
                  
    4
    {
    5
    ...