HOW TO : Troubleshoot Zscaler client
I recently encountered some connectivity issues while working from home and trying to access some corporate resources. Notes for myself on some tips our infosec team...
I recently encountered some connectivity issues while working from home and trying to access some corporate resources. Notes for myself on some tips our infosec team...
Command parameters for varnishlog to view the backend server that is processing the request. In this particular case, I wanted to see the request URL and...
Found this good article by Mark Huot regarding using curl to check websocket servers at http://www.thenerdary.net/post/24889968081/debugging-websockets-with-curl curl -i -N -H “Connection: Upgrade” -H “Upgrade: websocket” -H “Host:...
On a server that is running either the FTP client on server, you can capture the ftp password using tcpdump by tcpdump -A port ftp
I learned today that “laser” is an acronym that stands for light … amplification by … stimulated … emission of … radiation. Who knew? 🙂 https://en.wikipedia.org/wiki/Laser
Just for my records grep “WORD\|ANOTHER\|NEITHER” string searches for either “WORD” or “ANOTHER” or “NEITHER” in string.