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...
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...
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,...
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...
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...
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...
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...