1
0
mirror of /repos/dotTiddlywiki.git synced 2025-12-30 07:31:33 +01:00
This commit is contained in:
Aiko Mastboom 2015-03-16 07:57:16 +01:00
parent e8463dae2a
commit 6b189a566a
6 changed files with 67 additions and 2 deletions

View File

@ -0,0 +1,8 @@
created: 20150311103529021
creator: user
modified: 20150311103639500
modifier: user
title: $:/SiteSubtitle
type: text/vnd.tiddlywiki
food 4 thought & reflexion

View File

@ -0,0 +1,8 @@
created: 20150311103351801
creator: user
modified: 20150311103510521
modifier: user
title: $:/SiteTitle
type: text/vnd.tiddlywiki
Cookie Jar

View File

@ -0,0 +1,12 @@
created: 20150312123759865
creator: user
modified: 20150312123927681
modifier: user
tags: git
title: Git Cheats
type: text/vnd.tiddlywiki
* http://git-scm.com/blog/2010/03/02/undoing-merges.html
* https://github.com/k88hudson/git-flight-rules
* http://blackbe.lt/common-git-problems-and-solutions/
* http://stackoverflow.com/questions/2389361/undo-a-git-merge

View File

@ -0,0 +1,16 @@
created: 20150311105337929
creator: user
modified: 20150311105827887
modifier: user
tags: mongodb
title: Scaling MongoDB
type: text/vnd.tiddlywiki
* https://blog.compose.io/the-mongodb-oplog-and-node-js/
* https://github.com/TorchlightSoftware/mongo-watch
* http://www.kchodorow.com/blog/2010/10/12/replication-internals/
* http://www.kchodorow.com/blog/2010/10/14/getting-to-know-your-oplog/
* http://www.kchodorow.com/blog/2010/10/27/bending-the-oplog-to-your-will/

View File

@ -0,0 +1,10 @@
created: 20150311093814586
creator: user
modified: 20150311103855462
modifier: user
tags: websocket
title: Scaling websockets
type: text/vnd.tiddlywiki
* http://blog.fanout.io/2015/03/09/stateless-websockets-with-express-and-pushpin/
* https://nodejs.org/api/cluster.html

View File

@ -1,10 +1,21 @@
created: 20150304162605686
creator: user
modified: 20150304163654658
modified: 20150313170654627
modifier: user
tags: docker
title: docker registry
type: text/vnd.tiddlywiki
* http://blog.docker.com/2013/07/how-to-use-your-own-registry/
* https://github.com/docker/docker-registry
* https://github.com/docker/docker-registry
```
docker run \
-e SETTINGS_FLAVOR=local \
-e STORAGE_PATH=/registry \
-p 5000:5000 \
-v /registry:/registry
registry
```
* http://stackoverflow.com/questions/26710153/remote-access-to-a-private-docker-registry