diff --git a/README.md b/README.md index a6bba14..96e35d0 100644 --- a/README.md +++ b/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 ```