Cheatsheet: Difference between revisions

Content added Content deleted
Line 1,273: Line 1,273:
nslookup -query=any yahoo.com ==> query all Available DNS records
nslookup -query=any yahoo.com ==> query all Available DNS records
nslookup -debug yahoo.com ==> verbose information like TTL, etc
nslookup -debug yahoo.com ==> verbose information like TTL, etc

===== TCP Parameters =====

;MSL
cat /proc/sys/net/ipv4/tcp_fin_timeout

To change it:
echo 5 > /proc/sys/net/ipv4/tcp_fin_timeout

;WSF
cat /proc/sys/net/ipv4/tcp_window_scaling


=== CURL ===
=== CURL ===