Skip to content
View benschweizer's full-sized avatar

Organizations

@CTHN @SchwarzIT @stackitcloud

Block or report benschweizer

Report abuse

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

Report abuse

Pinned Loading

  1. similar similar Public

    dedup similar lines in unix pipelines

    Go 1

  2. python-tracebackturbo3 python-tracebackturbo3 Public

    A drop-in replacement for the python3 traceback module that enables dumping of the local variable scope aside normal stack traces.

    Python 5 1

  3. iops iops Public

    Benchmark disk IOs

    Python 242 67

  4. open file in vscode remote ssh from ... open file in vscode remote ssh from a different terminal
    1
    #!/bin/bash
    2
    
                  
    3
    set -e
    4
    set -o pipefail
    5
    
                  
  5. linux-tools linux-tools Public

    various scripts

    Shell

  6. ansible roles from inventory vars ansible roles from inventory vars
    1
    ---
    2
    - hosts: site
    3
      become: yes
    4
      gather_facts: no
    5