Killport is a Linux command-line tool that allows users to quickly kill processes listening to a single or multiple ports.
seen from China
seen from China
seen from Jordan

seen from Malaysia
seen from United States
seen from Italy

seen from United States
seen from Brazil
seen from New Zealand
seen from United States

seen from United States

seen from Germany
seen from Spain
seen from Israel
seen from Russia

seen from Singapore
seen from Italy
seen from Germany
seen from Singapore

seen from Malaysia
Killport is a Linux command-line tool that allows users to quickly kill processes listening to a single or multiple ports.

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch • No registration required • HD streaming
Useful bash scripts
killport kill the process that is running on a given port lsof -nP -i4TCP | grep $1 | while read first pid line do kill -9 $pid done Usage: killport 8080 listport list the process that is running on a given port lsof -nP -i4TCP | grep $1 | while read first pid line do echo $first $pid $line done Usage: listport 8080
View On WordPress