start new:
tmux
start new with session name:
tmux new -s myname
| import java.time.*; | |
| import java.time.format.DateTimeFormatter; | |
| import java.time.format.FormatStyle; | |
| import java.time.temporal.ChronoUnit; | |
| import java.time.temporal.TemporalAdjusters; | |
| import java.util.*; | |
| import static java.time.temporal.TemporalAdjusters.*; | |
| public class Java8DateTimeExamples { |
| AWSTemplateFormatVersion: "2010-09-09" | |
| Description: >- | |
| EKS for us-east-1 with Kubernetes Object deployment support. | |
| Resources: | |
| ##### START VPC RESOURCES ##### | |
| VPC: | |
| Type: AWS::EC2::VPC | |
| Properties: | |
| CidrBlock: 10.0.0.0/16 | |
| InstanceTenancy: default |