How-To…Hints for debugging simple TCP applications 29 May 20186 Oct 2018 Summary of what you are going to install: ncat curl Summary of the commands: sudo apt-get install ncat sudo apt-get install curl echo "hello world" > /dev/tcp/localhost/11111 echo "hello world"…