This document is a WORK IN PROGRESS.
This is just a quick personal cheat sheet: treat its contents with caution!
procServ¶
A wrapper to start arbitrary interactive commands in the background, with telnet access to
stdin
/stdout
.
Reference(s)
Table of contents¶
Install¶
TODO
- Install
procServ
and telnet:
Config¶
TODO
Use¶
TODO
-
Start
procServ
: -
Find
procServ
PID: -
Find IOC (running inside
procServ
) PID: -
Restart the IOC (running inside
procServ
) by just killing it:procServ
will restart it automatically: -
Connect locally to
procServ
: -
Quit
procServ
- without stopping the IOC - by enteringCtrl + AltGr + ]
and then enterquit
. -
Connect remotely to
procServ
, e.g. to a computer (192.168.1.42
) on the local sub-network ofgateway.address
(⚠️ make suregateway.address
hastelnet
installed ⚠️):
If this cheat sheet has been useful to you, then please consider leaving a star here.