Cheatsheets Cheatsheets

$ tree ~/cheatsheets/ --dirsfirst

# The reference notes I keep coming back to, grouped by topic so you can jump straight to the command you need.

.

├── python/ # Python

│   ├── python-basics-cli.md (8min)

│   ├── python-threading-concurrency.md (6min)

│   └── python-boto3.md (5min)

├── bash/ # Bash

│   ├── bash-basics.md (6min)

│   ├── bash-sed-awk.md (6min)

│   └── bash-cli.md (6min)

├── containers/ # Containers

│   ├── docker.md (7min)

│   └── kubernetes.md (6min)

├── devops/ # DevOps Tooling

│   ├── jenkins.md (6min)

│   ├── cloudformation.md (6min)

│   └── ansible.md (6min)

├── terminal/ # Terminal

│   ├── tmux.md (6min)

│   ├── ubuntu-terminal.md (6min)

│   └── al2-terminal.md (6min)

└── languages/ # Languages

    └── golang.md (6min)

6 directories, 15 cheatsheets