Skip to content
View benschweizer's full-sized avatar

Organizations

@CTHN @SchwarzIT @stackitcloud
Block or Report

Block or report benschweizer

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. 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 233 69

  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