Skip to content

Instantly share code, notes, and snippets.

View sairoko12's full-sized avatar
🤓
Working ...

Cristian Benavides sairoko12

🤓
Working ...
View GitHub Profile
@sairoko12
sairoko12 / aoe2hd.md
Created August 11, 2021 03:35 — forked from yocontra/aoe2hd.md
Age of Empires II HD - For Mac OSX
@sairoko12
sairoko12 / aws-temp-token.sh
Created October 22, 2018 15:20 — forked from ogavrisevs/aws-temp-token.sh
Script to generate AWS STS token
#!/bin/bash
#
# Sample for getting temp session token from AWS STS
#
# aws --profile youriamuser sts get-session-token --duration 3600 \
# --serial-number arn:aws:iam::012345678901:mfa/user --token-code 012345
#
# Based on : https://github.com/EvidentSecurity/MFAonCLI/blob/master/aws-temp-token.sh
#