Free a stuck port lsof

Kill whatever owns a port; -t prints bare PIDs, -r avoids running kill on empty input

lsof -t -i:<port> | xargs -r kill