inetd
Handle SSL connections from an inetd ruby script
I\'d like to run a Ruby script that handles encrypted communications from inetd. As I need the certificate information for further processing, I can\'t \"offload\" the SSL to something like stunnel.[详细]
2023-03-15 15:25 分类:问答Method to send an encryption key over an insecure connection?
I am using Botan utility to perform encryption. When I initialize my connection to a remote machine using SSH, I am able to trade keys over the secure SSH connection. However, sometimes I use inetd to[详细]
2023-01-25 23:47 分类:问答Starting a Process When a Port is Connected To
I want to create a single client that issues unicast requests for data from any of many workstations on the same LAN. The client will likely run Linux, but the workstations may run any OS. Is it possi[详细]
2023-01-18 21:24 分类:问答How to find location of executable on Linux when normal methods fail?
In another question, the answer states that on Unixes with /proc, the really straight and reliable way is to readlink("/proc/self/exe", buf, bufsize) and it then proceeds to give backup solu[详细]
2022-12-09 06:33 分类:问答Why does write() to pipe exit program when pipe writes to stdout?
I have a server application that writes to a popen(\"myCommand\", \"w\") file descriptor in a separate thread and if the command passed to popen() results in any output to stdout or stderr, the my app[详细]
2022-12-08 16:34 分类:问答Why can't gdb attach to server application summoned with inetd?
I have a server application that can be summoned for the client using inetd.However, if I try to attach to the server process that was launched with inetd, I get the following response: ptrace: Operat[详细]
2022-12-08 16:33 分类:问答