Skip to content

Instantly share code, notes, and snippets.

View AnantChoudhari06's full-sized avatar

Anant Choudhari AnantChoudhari06

View GitHub Profile
Update First:
https://askubuntu.com/questions/1061486/unable-to-locate-package-python-pip-when-trying-to-install-from-fresh-18-04-in
aws ec2 describe-network-interfaces --filters Name=vpc-id,Values=vpc-d15917b6 --query "NetworkInterfaces[*].[NetworkInterfaceId,Description,VpcId,PrivateIpAddress]" --output table
https://www.cisco.com/c/en/us/support/docs/security/asa-5500-x-series-firewalls/200982-ASA-IPsec-VTI-connection-Amazon-Web-Serv.html
Close any Internet Explorer browser windows that you might have open.
· Open Server Manager
· Click Configure this local server to open the Local Server configuration page. Then, in the Properties area, next to IE Enhanced Security Configuration, click On to open the Internet Explorer Enhanced Security Configuration dialog.
· To allow members of the local Administrators group to use Internet Explorer in its default client configuration, under Administrators click Off.
@AnantChoudhari06
AnantChoudhari06 / Networking Site
Created February 24, 2020 12:21
Has various content about Networking Topics
https://sites.google.com/site/amitsciscozone/
aws cloudwatch put-metric-data --metric-name randomNumber --namespace Random --value `shuf -i 1-10 -n 1`
https://www.linkedin.com/pulse/preparing-aws-certified-solutions-architect-2019-sap-c01-agarwal/
@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
@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
sudo yum --enablerepo=epel install iperf iperf3