add some useful commands in README.md

This commit is contained in:
Guilherme Rugai Freire 2024-02-08 02:51:31 -03:00
parent fdadef7025
commit 885f431d5b
No known key found for this signature in database
GPG Key ID: AC1D9B6E48E16AC1

View File

@ -20,6 +20,21 @@ Usage:
NOTE: Always run this script with privileged permissions (currently not)
```
## Some useful commands
- `ps` of processes
```sh
sudo ip netns pids $netns_name | xargs ps
```
- run firefox
```sh
./split-vpn-manager.sh run $netns_name firefox -P $profile --new-session
```
## Exit codes
```