Skip to content
View kuzhao's full-sized avatar
🚛
Working
🚛
Working
Block or Report

Block or report kuzhao

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. Useful bash command Useful bash command
    1
    # Download selected publishers' marketplace images for VM
    2
    for i in MicrosoftWindowsDesktop MicrosoftWindowsServer SUSE RedHat Canonical; do
    3
      az vm image list --publisher $i --location eastus --all -o tsv > "$i.tsv"
    4
    done
    5
    # az vm run-command with "pretty" output
  2. playbooks playbooks Public

    Useful and handy cloud automation recipes

    Shell 2 3