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

Block or report pad92

Report abuse

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

Report abuse

Pinned Loading

  1. dotfiles dotfiles Public

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

    Shell 3 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 43 31

  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