Aggiorna README.md
This commit is contained in:
parent
a0fdef6311
commit
8bba7c4c20
1 changed files with 0 additions and 12 deletions
12
README.md
12
README.md
|
|
@ -203,15 +203,3 @@ in questo esempio
|
||||||
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