Nginx
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
| ||