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
# Filename: $HOME/.screenrc | |
# Purpose: Setup file for program "(GNU) screen" | |
# Latest change: Mon Jan 26 10:51:50 CET 2004 | |
# Author: Michael Prokop / <[email protected]> / www.michael-prokop.at | |
# =============================================================== | |
# | |
# =============================================================== | |
# SEE ALSO: | |
# =============================================================== | |
# SCREEN Pages: |
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
curl -XGET 'http://localhost:9200/_cluster/health?pretty=true' | |
curl -XGET 'http://localhost:9200/_cluster/health/twitter?level=shards' |
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
In chromeo dev tool console, execute | |
$.ajax({url: "http://...", success: function(result){console.log("done")}}) |