Skip to main content
#TatDatPham #TatDatPham

Cheatsheets

Terraform Cheatsheets
·6 mins
Cheatsheet Terraform IAC
Terraform CLI Cheat Sheet> Terraform CLI Cheat Sheet # About Terraform CLI> About Terraform CLI # Terraform is an infrastructure as code (IaC) tool that allows you to build, change, and version infrastructure safely and efficiently.
Python Cheatsheets
·7 mins
Cheatsheet Programing Python
Variables> Variables # We use variables to temporarily store data in computer’s memory. price = 10 rating = 4.9 course_name = ‘Python for Beginners’ is_published = True In the above example:
Git cheatsheet command
·7 mins
Cheatsheet Git Linux
Git is the free and open source distributed version control system that’s responsible for everything GitHub related that happens locally on your computer. This cheat sheet features the most important and commonly used Git commands for easy reference
Bash scripts cheatsheet
·16 mins
Cheatsheet Bash Linux Shell-script
Bash Cheat Sheet> Bash Cheat Sheet # A cheat sheet for bash commands. Command History> Command History # !! # Run the last command touch foo.sh chmod +x !$ # !