Skip to content

Instantly share code, notes, and snippets.

@BedirYilmaz
Last active October 3, 2018 03:53
Show Gist options
  • Save BedirYilmaz/5fd7b137442f4b38799cc5eaa80fa311 to your computer and use it in GitHub Desktop.
Save BedirYilmaz/5fd7b137442f4b38799cc5eaa80fa311 to your computer and use it in GitHub Desktop.
Kill the process that runs at the port 8888 (linux)
# https://stackoverflow.com/a/11596144/776348
fuser -k 8888/tcp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment