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
|
|
@ -202,4 +202,16 @@ in questo esempio
|
||||||
```sh
|
```sh
|
||||||
ls -d da*
|
ls -d da*
|
||||||
tree -a -I 'node_modules|dist|build|.git|.cache' .
|
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