Pario TechnoBlob
About Posts

Tag: netstat

MySQL Not Listening On A Public IP By default, MySQL (on Debian) doesn’t listen on the public interface: #netstat -l tcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN 1768/mysqld In /etc/mysql/my.cnf, comment out the...
Sep 4, 2007 3:50PM
Utskrift av port, pid og daemon navn v.h.a netstat netstat -nap| egrep "(0.0.0.0).*(0.0.0.0).LISTEN" | gawk '{print $4 ":" $7}' | egrep -o ":(.)" | cut -c 2-|sed 's///:/'
Feb 1, 2007 10:48PM
Posts About
© 2007-2020 Pario TechnoBlob
Powered by Axiom