HACKER Q&A
📣 sunnysogra

What apps have you created for your own use?


Asking out of interest. Thanks in advance to all.


  👤 schalkneethling Accepted Answer ✓
The one I use the most is probably https://developer-toolchest.com

👤 bpmedley
I wrote a program that waits for a socket response. When I reboot a vm, I use it to know when I can ssh in:

https://github.com/brianmed/SocketFun/tree/main/socketwait

socketwait 192.168.1.10 22 --waitFor TcpRegexResponse --tcpRetries 300 --tcpRegexResponse '^SSH'