marcin wrote:
Hi
I'm wondering if there is a tool under Linux which I can used to control
other programs. For instance I want to control network connections
making by some program (by "control" I mean logging or blocking). I know
that I can use (for example)
#strace program
and then I can watch when the program using sockets or whatever but it
would be nice to have such a program which is blocking connections to
the Internet by running
#block-inet program
Try netbrake: http://www.hping.org/netbrake/
Use:
> netbrake --bps 0 --limit-getc program
-Arnstein
--
[email protected] mailing list