Tagged Questions
0
votes
1answer
49 views
What is a remote config server?
I found myself enabling one of my computer on LAN to connect to a server through port 1236. A check on the list of services show:
bvcontrol 1236/tcp rmtcfg # Daniel J. Walsh, Gracilis Packeten remote ...
0
votes
2answers
103 views
Simplest screen echo server?
What is the simplest way to do the following thing?
Run a program which will open specified port, listen for it, and display whatever it receives. Also if type something -- then send back to ...