mirror of
/repos/dotTiddlywiki.git
synced 2025-12-30 07:31:33 +01:00
updates
This commit is contained in:
parent
e8463dae2a
commit
6b189a566a
8
mywiki/tiddlers/$__SiteSubtitle.tid
Normal file
8
mywiki/tiddlers/$__SiteSubtitle.tid
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
created: 20150311103529021
|
||||||
|
creator: user
|
||||||
|
modified: 20150311103639500
|
||||||
|
modifier: user
|
||||||
|
title: $:/SiteSubtitle
|
||||||
|
type: text/vnd.tiddlywiki
|
||||||
|
|
||||||
|
food 4 thought & reflexion
|
||||||
8
mywiki/tiddlers/$__SiteTitle.tid
Normal file
8
mywiki/tiddlers/$__SiteTitle.tid
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
created: 20150311103351801
|
||||||
|
creator: user
|
||||||
|
modified: 20150311103510521
|
||||||
|
modifier: user
|
||||||
|
title: $:/SiteTitle
|
||||||
|
type: text/vnd.tiddlywiki
|
||||||
|
|
||||||
|
Cookie Jar
|
||||||
12
mywiki/tiddlers/Git Cheats.tid
Normal file
12
mywiki/tiddlers/Git Cheats.tid
Normal 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
|
||||||
16
mywiki/tiddlers/Scaling MongoDB.tid
Normal file
16
mywiki/tiddlers/Scaling MongoDB.tid
Normal 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/
|
||||||
|
|
||||||
10
mywiki/tiddlers/Scaling websockets.tid
Normal file
10
mywiki/tiddlers/Scaling websockets.tid
Normal 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
|
||||||
@ -1,6 +1,6 @@
|
|||||||
created: 20150304162605686
|
created: 20150304162605686
|
||||||
creator: user
|
creator: user
|
||||||
modified: 20150304163654658
|
modified: 20150313170654627
|
||||||
modifier: user
|
modifier: user
|
||||||
tags: docker
|
tags: docker
|
||||||
title: docker registry
|
title: docker registry
|
||||||
@ -8,3 +8,14 @@ type: text/vnd.tiddlywiki
|
|||||||
|
|
||||||
* http://blog.docker.com/2013/07/how-to-use-your-own-registry/
|
* 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
|
||||||
Loading…
x
Reference in New Issue
Block a user