Aggiorna README.md
This commit is contained in:
parent
3321104a6f
commit
0199183ceb
1 changed files with 11 additions and 1 deletions
10
README.md
10
README.md
|
@ -36,3 +36,13 @@ quindi ricaricare tutti i dischi
|
|||
```bash
|
||||
systemctl daemon-reload
|
||||
```
|
||||
## Verificare porte utilizzate
|
||||
|
||||
verificare la porta 80 in TCP
|
||||
```bash
|
||||
sudo lsof -i tcp:80
|
||||
```
|
||||
verificare le porte aperte TCP
|
||||
```bash
|
||||
sudo lsof -nP -iTCP -sTCP:LISTEN
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue