Aggiorna README.md
This commit is contained in:
parent
3321104a6f
commit
0199183ceb
1 changed files with 11 additions and 1 deletions
12
README.md
12
README.md
|
@ -35,4 +35,14 @@ inserendo
|
|||
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