Vinay Kudithipudi
  • Home
  • About
  • Lab

HOW TO : count lines in windows command line

Say you are using netstat to checl all established network connections on a windows machine (confirmed to work on windows 7+ and windows server 2008+) and...

30 May 2016

HOW TO : Add cookies in Google Chrome Browser without a plugin/extension

Literally copying this post/note from a blog post by Nate Good http://nategood.com/quickly-add-and-edit-cookies-in-chrome If you want to inset a cookie into a website request in Google Chrome,...

03 Feb 2016

HOW TO : Use grep to search for content at end of line

If you want to search for a pattern at the end of a line, you can use tail -f logfile | grep -v “0$” breaking down...

02 Feb 2016

HOW TO : Query varnishlogs for requests with 404 responses

varnishlog, one of the tools provided with varnish cache, uses VSL Query Expressions (https://www.varnish-cache.org/docs/trunk/reference/vsl-query.html) to provide some powerful insights into the requests and responses. Here is...

01 Feb 2016

HOW TO : Enable wildcard domains in Squid

We were trying to modify some ACL (access control lists) in squid to allow traffic to certain websites. Instead of adding each individual hostnames in a...

15 Dec 2015

HOW TO : pipe results between commands when using sudo

Let’s say you are running a command as sudo and need to pass the output to a different command using pipe, you would run sudo command1...

12 Dec 2015
  • Sign up
Vinay Kudithipudi © 2026. Powered by Ghost