- Can share accross projects
- 5 networks per project
- 7000 instances per network
- Mode
- Auto mode
- Single subnet per region by default
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
| It's fairly simple indeed. | |
| Installation: | |
| On Ubuntu: | |
| apt-get install units | |
| On Mac OSX: | |
| brew install gnu-units | |
| Example: | |
| 1024 bytes to MB |
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
| # Hello, and welcome to makefile basics. | |
| # | |
| # You will learn why `make` is so great, and why, despite its "weird" syntax, | |
| # it is actually a highly expressive, efficient, and powerful way to build | |
| # programs. | |
| # | |
| # Once you're done here, go to | |
| # http://www.gnu.org/software/make/manual/make.html | |
| # to learn SOOOO much more. |
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
| #### first class expresssion | |
| variable "ami" {} | |
| resource "aws_instance" "example" { | |
| ami = var.ami | |
| } | |
| #### list & map | |
| resource "aws_instance" "example" { | |
| vpc_security_group_ids = var.security_group_id != "" ? [var.security_group_id] : [] | |
| } |
- Fail to remount ebs volume after pods re-scheduling link
Phép cộng: Addition
Phép trừ: Subtraction
Phép nhân: Multiplication
Nhân: Multiply
Phép chia: Division
Chia: Divide
Lũy thừa: Exponent, Power
Phần trăm: Percent
Căn bậc 2: Square root
-
https://golangresources.com/ - all resources
-
https://relistan.com/continue-statement-with-labels-in-go - Use continue in go
- ERROR: must be member of role "test"