Skip to content

Instantly share code, notes, and snippets.

@BonfaceKilz
Created December 29, 2016 05:49
Show Gist options
  • Save BonfaceKilz/c8f558fb3d9295f4bb22a08b488bd9f5 to your computer and use it in GitHub Desktop.
Save BonfaceKilz/c8f558fb3d9295f4bb22a08b488bd9f5 to your computer and use it in GitHub Desktop.
Working with Jekyll

To kill a server instance, just run kill -9 1234 where 1234 is the pid of the server(ps aux | grep jekyll | cut -d" " -f3)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment