start new:
tmux
start new with session name:
tmux new -s myname
Hi there!
The docker cheat sheet has moved to a Github project under https://github.com/wsargent/docker-cheat-sheet.
Please click on the link above to go to the cheat sheet.
| { | |
| // http://eslint.org/docs/rules/ | |
| "ecmaFeatures": { | |
| "binaryLiterals": false, // enable binary literals | |
| "blockBindings": false, // enable let and const (aka block bindings) | |
| "defaultParams": false, // enable default function parameters | |
| "forOf": false, // enable for-of loops | |
| "generators": false, // enable generators | |
| "objectLiteralComputedProperties": false, // enable computed object literal property names |
| #5 Aggregations in 5 Minutes: The Nickel Tour of the Aggregation Framework | |
| ###Sample Document | |
| ``` | |
| mongos> db.logs.findOne() | |
| { | |
| "_id" : ObjectId("556172a53004b760dde8a488"), | |
| "d_id" : ObjectId("556172a53004b760dde8a443"), | |
| "v" : 6205, | |
| "timestamp" : ISODate("3129-12-13T02:03:17.906Z"), |