- Slides and recordings official repository (2016-2020)
- AWS Stash: A collection of AWS related videos, podcasts, code repositories, whitepapers, and feature releases, all in a single, easy to search interface
- AWS Slideshare account (re:Invent and many other public event slides) Google Search
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| w8BdJyGN7gBu7PwbmF |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| python3 -m pip install --upgrade pip | |
| python3 -m pip install pipx | |
| python3 -m pipx ensurepath | |
| pipx install athena-cli | |
| athena --version |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| python3 -m pip install --upgrade pip | |
| python3 -m pip install pipx | |
| python3 -m pipx ensurepath | |
| # You may need to reopen your terminal shell | |
| pipx run cowsay "pipx is awesome! " | |
| pipx install black | |
| black --version |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| mkdir -p ~/.local/bin | |
| curl -L "https://github.com/docker/compose/releases/latest/download/docker-compose-$(uname -s)-$(uname -m)" -o ~/.local/bin/docker-compose | |
| chmod +x ~/.local/bin/docker-compose | |
| docker-compose --version |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| curl https://gist.githubusercontent.com/thiagoeh/227b0caaee5b84e9c10e57b6f16db3b0/raw/youtube_auto_dl.sh | sh |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| curl --http2 -H 'accept: application/dns-json' "https://1.1.1.1/dns-query?name=cloudflare.com" --next --http2 -H 'accept: application/dns-json' "https://1.1.1.1/dns-query?name=example.com"|jq . |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| REG.EXE ADD HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Outlook\QueryBuilder |
export AWS_DEFAULT_OUTPUT="table"
or use aws configure and inform tableas the default output (this will be saved in ˜/.aws/config)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 216.239.38.120 www.google.com | |
| 216.239.38.120 www.google.com.br | |
| 216.239.38.120 google.com | |
| 216.239.38.120 google.com.br |
NewerOlder