Skip to content
View joariasl's full-sized avatar

Highlights

  • Pro

Block or report joariasl

Report abuse

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

Report abuse

Pinned Loading

  1. ipcheckr-web ipcheckr-web Public

    An OpenSource public IPv4 and IPv6 Web viewer designed to be simple and fast. Simple, no cookies, no ads

    TypeScript 1

  2. jorgearias.cl jorgearias.cl Public

    Forked from le4ker/personal-jekyll-theme

    { Personal } Jekyll theme.

    HTML 1

  3. openldap-sasl-proxy-authorization-docker openldap-sasl-proxy-authorization-docker Public

    Shell 1 1

  4. Script to issue a STS token using an... Script to issue a STS token using an AWS profile credential that set another AWS profile credential with the result
    1
    #!/bin/bash
    2
    script_name=`basename "$0"`
    3
    
                  
    4
    text_bold=$(tput bold)
    5
    text_normal=$(tput sgr0)
  5. Clean and Delete Legacy Glacier Valut Clean and Delete Legacy Glacier Valut
    1
    0. Setup Env vars
    2
    
                  
    3
        ```sh
    4
        export AWS_REGION=<THE_REGION>
    5
        GLACIER_VAULT=<glacier-vault-name>
  6. Bash command line arguments parse Bash command line arguments parse
    1
    #!/bin/bash
    2
    
                  
    3
    showUsage() {
    4
      echo "Usage:
    5
      Usage instruction..."