Mac app that shows all open files, directories, sockets, pipes and devices in use by all running processes. Nice GUI for lsof.
List network addresses used by your apps
An Alfred 2/3 workflow that easily find and kill the process that is binding the given service name or port number
a Python package that allows you to monitor active TCP ports used by a specific process (PID) in real-time
This is the summarize of unix program homework.
🛠️ 2022 Spring NCTU CS Advanced Programming in the UNIX Environment
CLI utility to parse the output from `lsof` and provide smart analysis/reporting.
killport-npm package would take a port number as an argument and then find the process using that port. After identifying the process, it would terminate it, effectively "killing" the port and freeing...