Skip to content
View cpuschma's full-sized avatar
  • Germany
  • 11:15 (UTC +02:00)

Organizations

@go-ldap
Block or Report

Block or report cpuschma

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. go-ldap/ldap go-ldap/ldap Public

    Basic LDAP v3 functionality for the GO programming language.

    Go 2.1k 350

  2. Install podman on Debian 10 (Buster) Install podman on Debian 10 (Buster)
    1
    #!/bin/bash
    2
    
                  
    3
    echo 'deb http://deb.debian.org/debian buster-backports main' | tee -a /etc/apt/sources.list
    4
    echo 'deb https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/Debian_10/ /' | tee /etc/apt/sources.list.d/devel:kubic:libcontainers:stable.list
    5
    wget -O- https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/Debian_10/Release.key | apt-key add -