Skip to content
View andreluiznsilva's full-sized avatar

Block or report andreluiznsilva

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
andreluiznsilva/README.md

Andre Luiz Nascimento Silva

Web Site Badge Gmail Badge

Linkedin Badge GitHub Badge Stack Overflow Badge Docker Badge

Pinned Loading

  1. How to use Pass to store secrets How to use Pass to store secrets
    1
    #!/usr/bin/env bash
    2
    
                  
    3
    # Reproducible on any environmnet with Nix
    4
    #! nix-shell -i bash
    5
    #! nix-shell -p gnupg pass
  2. ec2.sh ec2.sh
    1
    #!/usr/bin/env bash
    2
    
                  
    3
    # How to use:
    4
    # curl -fL https://gist.githubusercontent.com/andreluiznsilva/9b1fe3f17c392d1809ecad1d72b6ae9b/raw/ec2.sh | sh
    5