Showing posts with label headers. Show all posts
Showing posts with label headers. Show all posts

Thursday, 25 April 2013

tcpdump HTTP headers


  1. tcpdump -vvvs 1024 -l -A port 80 | egrep '^[A-Z][a-zA-Z\-]+:|GET|POST'
    1. Match your port, here it is 80, could be 8080 or 443, e.g.

Thursday, 28 February 2013

Exim: rewrite "From" field


Amazon's AWS SES service requires email be addressed from a particular user.
  1. Add to begin rewrite section
    1. *  root@abc.com  Ffrs
  2. Reload exim

Interview questions: 2020-12

Terraform provider vs provisioner Load balancing Network Load Balancer vs Application Load Balancer  Networking Layer 1 vs Layer 4 haproxy u...