A simple cli tool that can tell you what process is occupying what port, and optionally kill the process.
NOTE TO REVIEWER: I recieved feedback that my site wasnt working but i checked with multiple devices and it does? So please download here if you still cant access the site:
https://github.com/Yusufumben08/portinfo/raw/refs/heads/main/docs/portinfo.zip
NOTE 2: this script needs lsof to work. On arch based distros, do “sudo pacman -S lsof”, for others look it up
Used github copilot for debugging and code completion