-
Retrieve ISO. I used http://www.gtlib.gatech.edu/pub/centos/6.4/isos/x86_64/CentOS-6.4-x86_64-minimal.iso.
-
Create new VBox guest
- Pick Red Hat (64 bit) as the OS type.
- Configure the first network adapter as host-only vboxnet0, and a second as NAT.
- Attach the VBoxGuestAdditions.iso (for Debian host it's available
in
/usr/share/virtualbox).
This file contains hidden or 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 -s -XDELETE localhost:9200/foo >/dev/null | |
| curl -s -XPUT localhost:9200/foo/t/1 -d' | |
| { | |
| "collections": [ | |
| 32423, | |
| 232, | |
| 434 | |
| ], | |
| "text": "the quick brown fox jumped over the lazy moon" |
This file contains hidden or 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
| #!/bin/sh | |
| curl -s 'localhost:9200/wiki/_search?search_type=scan&scroll=1m' -d' | |
| { | |
| "query": { | |
| "terms": { | |
| "_id": [ | |
| 2018958, | |
| 2018961, | |
| 2018967, |
This file contains hidden or 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
| 2013-04-04 12:39:15,957 INFO [main] [lifecycle] Starting Bamboo 4.4.5 (build #3507 Wed Mar 27 07:21:06 CDT 2013) using Java 1.7.0_17 from Oracle Corporation | |
| 2013-04-04 12:39:15,957 INFO [main] [lifecycle] Real path of servlet context: /tmp/jetty-0.0.0.0-8080-bamboo.war-_bamboo-any-/webapp | |
| 2013-04-04 12:39:16,039 INFO [main] [lifecycle] Using bamboo.home: /tmp/bamboo | |
| 2013-04-04 12:39:16,073 INFO [main] [UpgradeLauncher] UpgradeLauncher not performed since the application has not been setup yet. | |
| 2013-04-04 12:39:16,111 INFO [main] [DefaultConfiguration] Loading global messages from com.atlassian.bamboo.ww2.BambooActionSupport | |
| 2013-04-04 12:39:16,111 INFO [main] [DefaultConfiguration] Loading global messages from help-paths | |
| 2013-04-04 12:39:16,219 INFO [main] [AccessLogFilter] AccessLogFilter initialized. Format is: <user> <url> <starting memory free (kb)> +- <difference in free mem (kb)> <query time (ms)> | |
| 2013-04-04 12:40:31,122 INFO [qtp1749190291-18] [JohnsonFilter] The application is not yet setup. Redirect |
This file contains hidden or 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
| ** clear es caches | |
| aardvark1 took 431 hits 2 | |
| aardvark1 took 2 hits 2 | |
| aardvark1 took 2 hits 2 | |
| aardvark1 took 2 hits 2 | |
| aardvark1 took 1 hits 2 | |
| aardvark1 took 3 hits 2 | |
| aardvark1 took 1 hits 2 | |
| aardvark1 took 2 hits 2 | |
| aardvark1 took 2 hits 2 |
This file contains hidden or 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
| #!/bin/sh | |
| curl -s -XPUT localhost:9200/_template/test -d ' | |
| { | |
| "mappings": { | |
| "_default_": { | |
| "_all": { | |
| "enabled": false | |
| } | |
| }, |
This file contains hidden or 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
| #!/bin/sh | |
| curl -s -XDELETE localhost:9200/test >/dev/null | |
| curl -s -XPOST localhost:9200/test -d' | |
| { | |
| "mappings": { | |
| "t": { | |
| "properties": { | |
| "application": { |
This file contains hidden or 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
| { | |
| "bytes": 2953, | |
| "contributors": null, | |
| "coordinates": { | |
| "coordinates": [ | |
| -91.09631538, | |
| 30.3799838 | |
| ], | |
| "type": "Point" | |
| }, |
This file contains hidden or 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
| -- | |
| -- https://raw.github.com/strangeloop/lambdajam2013/master/jams/learning/Lambda-Jam.txt | |
| -- | |
| -- ghc --make mljam.hs -O2 -threaded | |
| -- ./mljam +RTS -N3 | |
| -- | |
| module Main where | |
| import Text.CSV |
This file contains hidden or 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
| { | |
| "title": "Twitters", | |
| "rows": [ | |
| { | |
| "title": "Options", | |
| "height": "50px", | |
| "editable": true, | |
| "collapse": false, | |
| "collapsable": true, | |
| "panels": [ |