One Paragraph of project description goes here
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Options +FollowSymlinks | |
RewriteEngine on | |
rewriterule ^wp-content/uploads/(.*)$ http://[cloudfrontURL]/$1 [r=301,nc] | |
# BEGIN WordPress | |
# END WordPress |
API | |
Postman | |
Terminal | |
iterm | |
itermocil | |
zsh | |
prezto or oh-my-zsh | |
DB | |
Robomongo |
<join> | |
<multicast enabled="false"> | |
<multicast-group>224.2.2.3</multicast-group> | |
<multicast-port>54327</multicast-port> | |
</multicast> | |
<tcp-ip enabled="true"> | |
<member>10.200.12.66:5701</member> | |
<member>10.200.12.67:5701</member> | |
<member>10.200.12.68:5701</member> | |
<member>10.200.12.69:5701</member> |
To have launchd start elasticsearch at login: | |
ln -sfv /usr/local/opt/elasticsearch/*.plist ~/Library/LaunchAgents | |
Then to load elasticsearch now: | |
launchctl load ~/Library/LaunchAgents/homebrew.mxcl.elasticsearch.plist | |
Or, if you don't want/need launchctl, you can just run: | |
elasticsearch --config=/usr/local/opt/elasticsearch/config/elasticsearch.yml | |
Logstash 1.4 emits an unhelpful error if you try to start it without config. | |
Please read the getting started guide located at: | |
http://logstash.net/docs/latest/tutorials/getting-started-with-logstash |
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |