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

seen from Germany
seen from Germany

seen from United Kingdom
seen from Germany
seen from Netherlands
seen from United States
seen from United Kingdom
seen from United Kingdom
seen from Japan

seen from Czechia
seen from United States

seen from Argentina
seen from United States

seen from Malaysia
seen from Russia
seen from Malaysia

seen from Germany

seen from United Kingdom
seen from Netherlands
seen from Algeria
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