diff --git a/docs/aws.md b/docs/aws.md index 50c77eac..fd1fa6c9 100644 --- a/docs/aws.md +++ b/docs/aws.md @@ -57,6 +57,7 @@ - [AWS IAM](#aws-iam) - [AWS CloudFront](#aws-cloudfront) - [AWS WAF Web Application Firewall](#aws-waf-web-application-firewall) + - [AWS Vault](#aws-vault) - [AWS S3 & EBS. AWS Storage Gateway](#aws-s3--ebs-aws-storage-gateway) - [Amazon EFS Elastic File System](#amazon-efs-elastic-file-system) - [AWS Fargate](#aws-fargate) @@ -410,6 +411,10 @@ aws ec2 describe-instances --query 'Reservations[].Instances[].[Placement.Availa - [How to Reduce Security Threats and Operating Costs Using AWS WAF and Amazon CloudFront](http://blogs.aws.amazon.com/security/post/Tx1G747SE1R2ZWE/How-to-Reduce-Security-Threats-and-Operating-Costs-Using-AWS-WAF-and-Amazon-Clou) - [AWS WAF sample rules](https://github.com/awslabs/aws-waf-sample) +### AWS Vault +- [AWS Vault](https://github.com/99designs/aws-vault) is a tool to securely store and access AWS credentials in a development environment. +- [AWS: Sourcing AWS CLI Credentials using a Custom AWS CLI Credential Provider and AWS Vault](https://thomas.geens.be/2020/05/24/aws-sourcing-aws-cli-credentials-using-a-custom-aws-cli-credential-provider-and-aws-vault/) + ## AWS S3 & EBS. AWS Storage Gateway - [S3 FAQ π](https://aws.amazon.com/s3/faqs/) - [Making Requests to Amazon S3 over IPv6](http://docs.aws.amazon.com/AmazonS3/latest/dev/ipv6-access.html) Amazon Simple Storage Service (Amazon S3) supports the ability to access S3 buckets using the Internet Protocol version 6 (IPv6), in addition to the IPv4 protocol. diff --git a/docs/images/cli_tips.jpg b/docs/images/cli_tips.jpg new file mode 100644 index 00000000..39437f14 Binary files /dev/null and b/docs/images/cli_tips.jpg differ diff --git a/docs/linux-dev-env.md b/docs/linux-dev-env.md index 23bd7d63..d4f39ac0 100644 --- a/docs/linux-dev-env.md +++ b/docs/linux-dev-env.md @@ -5,6 +5,7 @@ * [Take your Linux development experience in Windows to the next level with WSL and Visual Studio Code Remote](https://devblogs.microsoft.com/commandline/take-your-linux-development-experience-in-windows-to-the-next-level-with-wsl-and-visual-studio-code-remote/) * [softwarecollections.org](https://www.softwarecollections.org) Software Collections give you the power to build, install, and use multiple versions of software on the same system, without affecting system-wide installed packages. +* [kubernetes.io: WSL+Docker: Kubernetes on the Windows Desktop π](https://kubernetes.io/blog/2020/05/21/wsl-docker-kubernetes-on-the-windows-desktop/) A lesson on how to install Kubernetes in Docker KinD and Minikube. ## Windows Terminal - [Windows Terminal 1.0](https://devblogs.microsoft.com/commandline/windows-terminal-1-0/) diff --git a/docs/linux.md b/docs/linux.md index 3e4f6e59..93ddce25 100644 --- a/docs/linux.md +++ b/docs/linux.md @@ -66,6 +66,7 @@ - [climagic.org](http://www.climagic.org) - [Linux 101 Hacks](http://linux.101hacks.com/) - [linuxjourney.com commandline](https://linuxjourney.com/lesson/the-shell#) +- [The Art of Command Line](https://github.com/jlevy/the-art-of-command-line) ### CommandLineFu - [CommandLineFu π](https://www.commandlinefu.com) @@ -86,6 +87,9 @@ - [Linux networking examples and tutorials for advanced users](https://github.com/knorrie/network-examples) Includes lab examples for lxc, bgp, vpn, & more - [blog.pandorafms.org: Useful Network commands](https://blog.pandorafms.org/network-commands/) VNStat, ping, traceroute, ping, arp, curl and wget, netstat, whois, ssh, tcpdump, ngrep, nmap, netcat, lsof, iptraf +