You are not logged in.
hi
there weren't that many great apps for windows that i haven't been able to find a substitute for in linux, apart from a small windows program called tcpview. basically it gave you a list of all your tcp connections, very much like netactview, but with one added function. you could click on a connection and choose to disconnect it. does anyone know of any such app for linux or something that may be in the AUR in particular? i'm not having much luck
Offline
Can't disconnect but you can view:
# lsof -ior
# netstat -nlptLast edited by graysky (2010-08-07 00:14:34)
Offline
thanks but that doesn't really help. i've got netatcview instaled which shows me all the connections. i just wanted that easy functionality to be able to close a connection. thanks all the same
Offline
Just a kill -9 <PID> would do the trick. For unwanted incoming connections set up a firewall and/or configure daemons to only listen to localhost.
Offline