Skip to content
View daman20's full-sized avatar

Highlights

  • Pro

Block or report daman20

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. A program that goes through all dock... A program that goes through all docker containers and outputs Java version in each container
    1
    #!/bin/bash
    2
    
                  
    3
    # get all running docker container names
    4
    containers=$(sudo docker ps | awk '{if(NR>1) print $NF}')
    5
    host=$(hostname)
  2. daman12/UltraSimpleUI daman12/UltraSimpleUI Public

    Python

  3. proxmox_scripts proxmox_scripts Public

    This is a collection of scripts that I use often for Proxmox

    Shell

  4. Over-Under-Auton Over-Under-Auton Public

    C++ 2 1