Skip to content
View ExZyle's full-sized avatar
  • Wherever, Earth

Organizations

@ThreatRazor

Block or report ExZyle

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. keybase.md keybase.md
    1
    ### Keybase proof
    2
    
                  
    3
    I hereby claim:
    4
    
                  
    5
      * I am exzyle on github.
  2. mongo-objectid-tools mongo-objectid-tools Public

    Decode and encode MongoDB Object IDs

    HTML

  3. Dumps into TSV format all the DNS re... Dumps into TSV format all the DNS records for all the zones across all the accounts configured by aws-vault. Prerequisites: awscli (all profiles configured), aws-vault, jq.
    1
    #!/bin/bash
    2
    #
    3
    # Prerequisites: awscli (all profiles configured), aws-vault, jq
    4
    #
    5
    # Usage: dumpdns.sh
  4. clone.sh clone.sh
    1
    git clone --mirror <URL to my OLD repo location>
    2
    cd <New directory where your OLD repo was cloned>
    3
    git remote set-url origin <URL to my NEW repo location>
    4
    git push --mirror origin