Skip to content
View pad92's full-sized avatar
Block or Report

Block or report pad92

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. dotfiles dotfiles Public

    ~pad/.dotfiles - Mirrored from https://gitlab.com/pad92/dotfiles

    Shell 2 1

  2. docker-h5ai docker-h5ai Public

    Forked from DisasteR/docker-h5ai

    Unofficial docker image of modern HTTP web server index

    Dockerfile 3 3

  3. docker-ansible-alpine docker-ansible-alpine Public

    Forked from DisasteR/docker-ansible-alpine

    docker ansible container based on Alpine Linux

    Shell 42 32

  4. rescan disk rescan disk
    1
    #!/bin/sh
    2
    
                  
    3
    for FC in $(ls /sys/class/fc_host/host*/issue_lip);         do echo 1       > "${FC}";     done # rescan fiberchanel
    4
    for SCAN in $(ls /sys/class/scsi_host/host*/scan);          do echo "- - -" > "${SCAN}";   done # scan new disk
    5
    for RESCAN in $(ls /sys/class/scsi_device/*/device/rescan); do echo 1       > "${RESCAN}"; done # scan disk