Aggiorna README.md
This commit is contained in:
parent
c5954eb9c8
commit
a0fdef6311
1 changed files with 12 additions and 0 deletions
12
README.md
12
README.md
|
|
@ -203,3 +203,15 @@ in questo esempio
|
|||
ls -d da*
|
||||
tree -a -I 'node_modules|dist|build|.git|.cache' .
|
||||
```
|
||||
|
||||
## verifica processo su porta
|
||||
|
||||
per esempio su porta 3600
|
||||
```sh
|
||||
sudo lsof -i:3600
|
||||
```
|
||||
e per killarla
|
||||
|
||||
```sh
|
||||
sudo kill <PID>
|
||||
```
|
||||
Loading…
Reference in a new issue