HOW TO : Configure maven to work with a proxy server
We ran into an issue at work recently, when trying to deploy a spring boot based micro service. The application included some libraries that were downloaded...
We ran into an issue at work recently, when trying to deploy a spring boot based micro service. The application included some libraries that were downloaded...
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
Just for my records grep “WORD\|ANOTHER\|NEITHER” string searches for either “WORD” or “ANOTHER” or “NEITHER” in string.
If you are using a Linux system that uses yum for package management (like Fedora, Centos, RHEL), you can use the following command to find out...