mirror of
https://github.com/GRFreire/split-vpn-manager.git
synced 2026-01-08 04:29:38 +00:00
add some useful commands in README.md
This commit is contained in:
parent
fdadef7025
commit
885f431d5b
15
README.md
15
README.md
@ -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
|
||||
|
||||
```
|
||||
|
||||
Loading…
Reference in New Issue
Block a user