pia port forward emby linux code example
Example 1: kill port ubuntu
sudo kill -9 `sudo lsof -t -i:9001`
Example 2: kill all screens linux
for scr in $(screen -ls | awk '{print $1}'); do screen -S $scr -X kill; done
sudo kill -9 `sudo lsof -t -i:9001`
for scr in $(screen -ls | awk '{print $1}'); do screen -S $scr -X kill; done