Skip to content

Instantly share code, notes, and snippets.

@mishazawa
Last active May 12, 2020 08:16
Show Gist options
  • Select an option

  • Save mishazawa/3a988eaa23d0dfbbba6204018fb0e9c2 to your computer and use it in GitHub Desktop.

Select an option

Save mishazawa/3a988eaa23d0dfbbba6204018fb0e9c2 to your computer and use it in GitHub Desktop.
My useful command combinations

Kill vlc

sudo kill -9 $(pgrep -f vlc)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment