Search
 
SCRIPT & CODE EXAMPLE
 

TYPESCRIPT

how to check listening ports on a server

$ sudo netstat -plnt
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address               Foreign Address             State       PID/Program name
tcp        0      0 0.0.0.0:3306                0.0.0.0:*                   LISTEN      3686/mysqld
tcp        0      0 :::443                      :::*                        LISTEN      2218/httpd
tcp        0      0 :::80                       :::*                        LISTEN      2218/httpd
tcp        0      0 :::22                       :::*                        LISTEN      1051/sshd
Comment

how to check listening ports on a server

sudo ss -tulwn | grep LISTEN
Comment

PREVIOUS NEXT
Code Example
Typescript :: bootstrap angular 
Typescript :: facts aboutdavid oliveira 
Typescript :: typescript add comments to interface prop[ 
Typescript :: email validation pattern angular 
Typescript :: <edit-config changes in this plugin conflicts with <edit-config changes in config.xml. Conflicts must be resolved before plugin can be added. 
Typescript :: reset specific field in reactive form 
Typescript :: aws sts get-caller-identity extract account 
Typescript :: <h1HI its ME</h2 
Typescript :: squash commits in remote branch 
Typescript :: what is electric potential 
Typescript :: react native ios safe area padding not working 
Typescript :: angular date to string format 
Typescript :: whats the power house of the cell 
Typescript :: block robots from crawling 
Typescript :: binding reference of type discards qualifiers 
Typescript :: ionic 5 formarray 
Typescript :: Coronavirus treatments India 
Typescript :: typescript if then shorthand 
Typescript :: typescript declare dictionary type 
Typescript :: swalert 2 show loader 
Typescript :: how to connect postgress server in pgadmin 
Typescript :: typescript integer 
Typescript :: typescript throw not implemented exception 
Typescript :: advantages of automation 
Typescript :: stylesheet not loaded because of mime-type 
Typescript :: class typescript constructor 
Typescript :: google sheets reference cell static 
Typescript :: array with multiple types in ts 
Typescript :: brackets latex 
Typescript :: typescript tsconfig.json file 
ADD CONTENT
Topic
Content
Source link
Name
7+8 =