Nginx: Difference between revisions
Jump to navigation
Jump to search
| Line 24: | Line 24: | ||
|} | |} | ||
==References== | ==References== | ||
Revision as of 16:00, 4 April 2023
sudo apt install haproxy
Knowledge
ufw status
netstat -a
netstat -lpn
apt install ufw
apt install nmap
apt install telnet
apt list --installed
netstat -uap|grep nginx
|
sudo ss -tulpn | grep LISTEN
sudo lsof -i -P -n | grep LISTEN
|
References
|
| ||