Skip to content
View ggerogery's full-sized avatar

Block or report ggerogery

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 Loading

  1. logstash-1c-security-logs logstash-1c-security-logs Public

    Обработка логов Журнала Регистрации 1С для ELK

    Shell 44 21

  2. delete-not-mounted.sh delete-not-mounted.sh
    1
    #!/bin/bash
    2
    for d in $(ls /var/lib/kubelet/pods); do 
    3
       mount | grep $d > /dev/null
    4
       if [ $? -ne 0 ]; then
    5
          #ls -lah /var/lib/kubelet/pods/$d/containers
  3. cifs cifs Public

    Forked from fstab/cifs

    CIFS Flexvolume Plugin for Kubernetes

    Shell