Ankita Lunawatcloudhub2295.hashnode.dev·Sep 24, 2024Install Git on UbuntuUpdate the Packages Before installing Git, update your package list to get the latest version from the repositories. sudo apt update Step 2: Install Git Once the package list is updated, you can install Git using the following command. sudo apt inst...Git
Taegu Kangktg0210.hashnode.dev·Nov 23, 2022AWS CLI under ipv6- outline The error occurs when using AWS CLI on EC2 which is under the subnet using IPv6. - resolution aws configure set default.s3.use_dualstack_endpoint true - note https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-files.html#cli-...AWS BasicAWS