Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

netstat -anp | grep :80 | wc -l

netstat -ant | egrep '(:80|:443) .*:.*ESTABLISHED' | awk '{print $5}' | cut -d: -f1 | sort | uniq -c
Comment

PREVIOUS NEXT
Code Example
Shell :: reinstall windows apps powershell 
Shell :: vscode terminal shell font broken 
Shell :: ubuntu add multiverse 
Shell :: squash my last x commits together using git 
Shell :: github update personal access token 
Shell :: linux user groups 
Shell :: pgadmin4 : Depends: libpython3.7 (= 3.7.0) but it is not installable 
Shell :: get ssl certificate of url 
Shell :: free ram linux 
Shell :: download powershell 7.2.1 
Shell :: dependencies needed for kernel edit linux amd64 
Shell :: go to a tag in git 
Shell :: vscode installation ubuntu 
Shell :: contain sql commands in dockerfile 
Shell :: fedora 35 to 36 upgrade 
Shell :: linux how to find files with broken link 
Shell :: bash for stdin 
Shell :: copy first 100 lines from a file linux 
Shell :: linux iso dd 
Shell :: add dir to your path kali 
Shell :: gitignore generator 
Shell :: git stash changes 
Shell :: how to update power shell with command 
Shell :: convert crt to cer with commnd 
Shell :: create git repository 
Shell :: install kubernetess on mac 
Shell :: add ssh to github 
Shell :: how to host angular on github 
Shell :: install docker centos 7 
Shell :: chmod 
ADD CONTENT
Topic
Content
Source link
Name
8+2 =