Skip to content

Instantly share code, notes, and snippets.

View AnantChoudhari06's full-sized avatar

Anant Choudhari AnantChoudhari06

View GitHub Profile
@AnantChoudhari06
AnantChoudhari06 / README.md
Created March 3, 2018 20:12 — forked from leonardofed/README.md
A curated list of AWS resources to prepare for the AWS Certifications


A curated list of AWS resources to prepare for the AWS Certifications

A curated list of awesome AWS resources you need to prepare for the all 5 AWS Certifications. This gist will include: open source repos, blogs & blogposts, ebooks, PDF, whitepapers, video courses, free lecture, slides, sample test and many other resources.

OP: @leonardofed founder @ plainflow.


@AnantChoudhari06
AnantChoudhari06 / bash_curl_loop
Created January 28, 2020 22:30 — forked from ceme/bash_curl_loop
bash curl loop
while true; do sleep 1; curl http://www.google.com; echo -e '\n\n\n\n'$(date);done
scp -i key.pem ec2-user@IPaddress:/home/ec2-user/file .
for i in {1..100}; do hostname -f;sleep 1;done
@AnantChoudhari06
AnantChoudhari06 / Lambda Function
Created January 29, 2020 19:30
Lists the VPCs of Lambda
aws lambda list-functions --region us-east-1 --query 'Functions[*].VpcConfig.VpcId
sudo yum --enablerepo=epel install iperf iperf3
@AnantChoudhari06
AnantChoudhari06 / SSL Ciphers Supported By Server
Created February 10, 2020 15:55
This command shows the Supported Cipher by Servers which helps in troubleshooting TLS neg errors
sslscan --show-ciphers example.com
@AnantChoudhari06
AnantChoudhari06 / TCP RedHat Doc
Created February 13, 2020 16:17
Gives good details about TCP Parameters
https://access.redhat.com/sites/default/files/attachments/20150325_network_performance_tuning.pdf
https://www.linkedin.com/pulse/preparing-aws-certified-solutions-architect-2019-sap-c01-agarwal/
aws cloudwatch put-metric-data --metric-name randomNumber --namespace Random --value `shuf -i 1-10 -n 1`