add port listen
parent
fb7c510d2b
commit
ea8c78f72c
|
@ -76,4 +76,6 @@ alias portl="ss -tunl | grep"
|
||||||
alias ipg="ip addr show | grep -A1 "
|
alias ipg="ip addr show | grep -A1 "
|
||||||
alias ips="ip addr show"
|
alias ips="ip addr show"
|
||||||
|
|
||||||
alias pubip="curl https://ipv4.nsupdate.info/myip; echo"
|
alias pubip="curl https://ipv4.nsupdate.info/myip; echo"
|
||||||
|
|
||||||
|
alias listen="sudo netstat -tunlp"
|
Loading…
Reference in New Issue