Skip to content
View joariasl's full-sized avatar

Highlights

  • Pro

Block or report joariasl

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. ipcheckr-webipcheckr-webPublic

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

    TypeScript 1

  2. jorgearias.cljorgearias.clPublic

    Forked from le4ker/personal-jekyll-theme

    { Personal } Jekyll theme.

    HTML 1

  3. openldap-sasl-proxy-authorization-dockeropenldap-sasl-proxy-authorization-dockerPublic

    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 ValutClean 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 parseBash command line arguments parse
    1
    #!/bin/bash
    2
    3
    showUsage() {
    4
    echo"Usage:
    5
     Usage instruction..."