Skip to content

Instantly share code, notes, and snippets.

@richsoni
Created September 13, 2013 14:18
Show Gist options
  • Save richsoni/6551351 to your computer and use it in GitHub Desktop.
Save richsoni/6551351 to your computer and use it in GitHub Desktop.
Remove Elastic from vbox
> ds s
$ sudo -s
$ sudo service elasticsearch stop
$ rm -rf /usr/local/elasticsearch
$ cd /etc/init.d/
$ rm elastic*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment