Last active
July 25, 2016 19:25
-
-
Save AnthonyClink/74a986d7771ccf042edd890ffddc0c03 to your computer and use it in GitHub Desktop.
Random Commands
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kibana stack | |
bin/logstash -ftest-conf.conf -w1 > "../stack-logs/logstash.log" 2>&1 & | |
bin/kibana > "../stack-logs/kibana.log" 2>&1 & | |
bin/elasticsearch -d -p pid | |
sudo launchctl load /Library/LaunchDaemons/org.jenkins-ci.plist | |
sudo launchctl unload /Library/LaunchDaemons/org.jenkins-ci.plist |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment