Top "Listen" questions

Who is listening on a given TCP port on Mac OS X?

On Linux, I can use netstat -pntl | grep $PORT or fuser -n tcp $PORT to find out which process (PID) …

macos tcp netstat listen
Listen to volume buttons in background service?

I know how to listen to volume buttons in an activity. But can I do that in a background service? …

android volume listen
Apache server - not loading localhost

I had this problem with my Apache server not starting, because port 80 was being used by some other program, I …

apache localhost listen port80
LoadError: Could not load the 'listen' gem (Rails 5)

I've got an API mode Rails 5 app that won't let me run rake routes or rails s. The error I …

ruby-on-rails ruby-on-rails-5 listen
Tomcat starts without errors but not listening on 8080

I am running tomcat 6 on Centos 6.4 and have started it sucessfully. There were no errors on start. catalina.log reads: 2012…

linux tomcat listen
How to get weblogic managed server listen port in runtime?

I deployed two weblogic managed instance in one server. These two instance using different port number, let say 7001 and 7002. My …

java weblogic port listen
Application path and listening port

I'd like to know which application that is listening on a port on a linux machine. There are multiple servers, …

linux port listen
How can I stop/restart listening and accepting on a server socket in Winsock2 C++?

I made a socket (Winsock2) in Visual Studio Pro C++ to listen on a port for connections (TCP). It works …

c++ winsock2 listen
HOME button doesn't work, is it possible to listen?

Ok here's my problem. Whenever I press the HOME button nothing happens. If i'm in an app and press it …

android android-intent listen android-homebutton
How to create a UDP server in C?

I'm trying to write a UDP server in C (under Linux). I know that in the socket() function I must …

c sockets udp bind listen