Porthole for Linux v0.1.2
Bug fix.
- Fix: Kill could hang the app. When a port's owning process couldn't be identified (e.g. it runs as another user, inside a container, or without sufficient privilege), the PID came back as 0. Killing PID 0 signals Porthole's own process group, so the app froze instead of killing the target. Porthole now refuses to signal PID 0 and only shows the Kill button when a real owning PID is known.
Install / update:
curl -fsSL https://raw.githubusercontent.com/ntd4996/Porthole/main/linux/setup-apt.sh | sudo bash # .deb + apt
# or AppImage:
curl -fsSL https://raw.githubusercontent.com/ntd4996/Porthole/main/linux/install.sh | bash