[ADD] FAQ networking show all port open
This commit is contained in:
parent
82ba6f910d
commit
1b0a44fd18
1 changed files with 6 additions and 0 deletions
|
|
@ -1,4 +1,10 @@
|
|||
# FAQ
|
||||
## Networking
|
||||
Show all open port
|
||||
```bash
|
||||
sudo lsof -i -P -n | grep LISTEN
|
||||
```
|
||||
|
||||
## git-repo
|
||||
### error.GitError fatal bad revision
|
||||
Example:
|
||||
|
|
|
|||
Loading…
Reference in a new issue