netstat -nalpt --inet | grep LISTEN | sed 's/\s\+/ /g' | cut -d' ' -f4 | cut -d':' -f2 | uniq | sort -k 1 -n