About Cacher
Web App
Download
Sign In
Sign Up
menu
Cacher is the code snippet organizer for pro developers
We empower you and your team to get more done, faster
Learn More
martinrusev
10/16/2013 - 2:19 PM
share
Share
add_circle_outline
Save
Kill process on port
Kill process on port
kill_port
content_copy
file_download
sudo kill -9 `sudo fuser -n tcp 8000 2> /dev/null`
clear