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

seen from United States
seen from China
seen from China
seen from United States
seen from Australia
seen from Germany

seen from United States
seen from United States

seen from Argentina
seen from Argentina

seen from Germany

seen from Argentina

seen from France

seen from Serbia

seen from Argentina

seen from Sweden
seen from China

seen from T1

seen from South Africa
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