python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Why is the Recv-Q value in netstat equal to socket backlog + 1?
When I execute netstat -tulnp, the output is as follows:
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp...
Poison
Votes: 0
Answers: 2
Using Netstat -anlp within a menu system breaks my menu when I ctrl-c to stop output
I have several machines that I monitor through various means, tailing the access_log for apache2, running tcpdump, and also using netstat. I decided to set all these commands up in a menu system to ma...
Docman1967
Votes: 0
Answers: 1
Is there a situation where curl can access a port that lsof doesn't to?
What could have led to this? [doge]
user2685761
Votes: 0
Answers: 0
How to kill listening process on Windows?
My application (WIN32-Delphi-SecureBridge) creates an SSH tunnel to a PostgreSQL database. Sometimes the tunnel is not closed properly and a process is left which I cannot remove programmatically. Bel...
Olaf
Votes: 0
Answers: 0