I hereby claim:
- I am orweinberger on github.
- I am orweinberger (https://keybase.io/orweinberger) on keybase.
- I have a public key whose fingerprint is BAE5 9C9A AA7B A487 F99D 19EC AFE2 5EC6 4146 9280
To claim this, I am signing this object:
1. telint 3 | |
2. mv /etc/X11/xorg.conf /etc/X11/xorg.conf.bak | |
3. nano /etc/grub.conf # find and remove all mentions of 'nomodeset' | |
4. reboot |
Follow this manual: | |
http://docs.mongodb.org/manual/tutorial/deploy-shard-cluster/ | |
The sharding structure requires: | |
1. 3 config servers | |
2. a minimum of 2 mongoS instances (the mongoS is the server that does the balancing between the different mongods) | |
3. 9(!) mongod instances, 3 'standalone' mongods and for each standalone there are 3 replica sets for redundancy. | |
4. You cannot play with the above structure, yes, you really need 9 mongods. |
stat -c "%a %n" <PATH> |
doctype html | |
html | |
head | |
meta(charset="utf-8") | |
meta(name="viewport", content="width=device-width, initial-scale=1") | |
meta(name="description", content="") | |
meta(name="author", content="") | |
link(rel="shortcut icon", href="ico/favicon.ico") | |
title #{pageTitle} | |
link(href="css/bootstrap.min.css", rel="stylesheet") |
/*------------------------------------------------------------------ | |
Project: Paperclip | |
Author: Yevgeny S. | |
URL: https://twitter.com/YevSim | |
Version: 1.0 | |
Created: 11/03/2014 | |
Last change: 01/04/2014 | |
-------------------------------------------------------------------*/ | |
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */ | |
html { |
server { | |
listen 80; | |
server_name example.com www.example.com; | |
access_log /var/log/nginx/example.access.log; | |
rewrite ^ https://$server_name$request_uri? permanent; | |
location / { | |
proxy_pass http://127.0.0.1:8080/; | |
proxy_http_version 1.1; | |
proxy_set_header Upgrade $http_upgrade; | |
proxy_set_header Connection $connection_upgrade; |
I hereby claim:
To claim this, I am signing this object:
var insight = require('insight-api'); |