python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Does netstat command show devices, printers on your wifi network?
What network utility on a MAC can help me see what devices, printers are available, listening etc on my wifi. Netstat does not seem to show me my printer or Android device. For example,
My macbook pro...
Android
Votes: 0
Answers: 2
How to use netstat -b to find ip from .exe file
So I was looking for a way that I can use netstat -b and findstr. I tried using it in cmd like this:
netstat -b | findstr "chrome"
But that just gives me output
[chrome.exe]
[chrome.exe]
...
Mr_Boopsy_
Votes: 0
Answers: 2
Not able to find port number for tomcat process on Ubuntu
I am not able to find a port number for running Tomcat server on Ubuntu
i.e. netstart -anp | grep 'tomcat' but not getting any output.
Ritesh Pal
Votes: 0
Answers: 1