Nginx: Difference between revisions
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
sudo apt install haproxy | sudo apt install haproxy | ||
==Knowledge== | |||
{| | |||
| valign="top" | | |||
<source lang="bash"> | |||
ufw status | |||
netstat -a | |||
netstat -lpn | |||
apt install ufw | |||
apt install nmap | |||
apt install telnet | |||
apt list --installed | |||
netstat -uap|grep nginx | |||
</source> | |||
| valign="top" | | |||
<source lang="bash"> | |||
sudo ss -tulpn | grep LISTEN | |||
sudo lsof -i -P -n | grep LISTEN | |||
</source> | |||
| valign="top" | | |||
|} | |||
==References== | ==References== |
Revision as of 10: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
| ||