1
0
mirror of /repos/dotTiddlywiki.git synced 2025-12-30 07:31:33 +01:00

recent changes

This commit is contained in:
Aiko Mastboom 2016-04-15 21:18:54 +02:00
parent cba05474c4
commit a8facf467e
16 changed files with 192 additions and 11 deletions

View File

@ -0,0 +1,10 @@
created: 20160406131419668
creator: user
modified: 20160406131446463
modifier: user
tags:
title: Bash Tips
type: text/vnd.tiddlywiki
; passing parameters to bash when executing a script fetched by curl
: http://stackoverflow.com/questions/4642915/passing-parameters-to-bash-when-executing-a-script-fetched-by-curl

View File

@ -1,6 +1,6 @@
created: 20160112093241657
creator: user
modified: 20160401202245120
modified: 20160405202052307
modifier: user
tags:
title: Blogging
@ -17,4 +17,7 @@ docker run --name ghost -p 2368:2368 -v /Users/aiko/.ghost/blog:/var/lib/ghost -
: http://node1.aiko.sh:2368
; Add code highlighting to your Ghost blog.
: http://www.incrediblemolk.com/add-code-highlighting-to-your-ghost-blog/
: http://www.incrediblemolk.com/add-code-highlighting-to-your-ghost-blog/
; How to Use Ghost
: http://support.ghost.org/how-to-use-ghost/

View File

@ -0,0 +1,20 @@
created: 20160405202927748
creator: user
modified: 20160405205940927
modifier: user
tags:
title: Domotica
type: text/vnd.tiddlywiki
; ~MySensors
: http://www.mysensors.org/
; Raspberry Pi, RFXCom and Domoticz
: https://agileek.github.io/home_automation/2015/12/05/home_automation_domoticz/
; Docker container for Domoticz
: https://hub.docker.com/r/quantumobject/docker-domoticz/
;
: http://www.orvibo.com/index_en.html

View File

@ -1,6 +1,6 @@
created: 20151217170123889
creator: user
modified: 20160114152541019
modified: 20160405202859420
modifier: user
tags:
title: Elixir
@ -50,3 +50,12 @@ type: text/vnd.tiddlywiki
; A Docker container for the Phoenix framework
: https://github.com/marcelocg/phoenix-docker
; Pub/Sub in 30 Lines of Elixir
: http://tech.noredink.com/post/141444822213/pubsub-in-30-lines-of-elixir
; IntelliJ Plugin for Elixir
: https://github.com/KronicDeth/intellij-elixir
; Static Code analysis tool (jshint like)
: https://github.com/rrrene/credo

View File

@ -0,0 +1,9 @@
created: 20160405203401788
creator: user
modified: 20160405203440796
modifier: user
tags:
title: GitHub
type: text/vnd.tiddlywiki
* https://github.com/aikomastboom

View File

@ -0,0 +1,10 @@
created: 20160405090533053
creator: user
modified: 20160405090611682
modifier: user
tags:
title: IDEA IntelliJ
type: text/vnd.tiddlywiki
; How to config intellij-idea not format some part of the code?
: http://stackoverflow.com/questions/14020200/how-to-config-intellij-idea-not-format-some-part-of-the-code

View File

@ -0,0 +1,25 @@
created: 20160405085056604
creator: user
modified: 20160408073845689
modifier: user
tags:
title: Jenkins
type: text/vnd.tiddlywiki
; Official Repository Jenkins
: https://hub.docker.com/_/jenkins/
; How to Set Up ~TravisCI-like Continuous Integration with Docker and Jenkins
: https://zapier.com/engineering/continuous-integration-jenkins-docker-github/
; GitHub Pull Request Builder Plugin
: https://github.com/jenkinsci/ghprb-plugin
; Docker Custom Build Environment Plugin
: https://github.com/jenkinsci/docker-custom-build-environment-plugin
; How to display the code coverage report using Jenkins Post-build actions.
: https://wiki.servoy.com/display/public/DOCS/Using+Istanbul+to+integrate+code+coverage+report+in+Jenkins
; GitHub about Webhooks
: https://help.github.com/articles/about-webhooks/

View File

@ -1,9 +1,16 @@
created: 20160225204139217
creator: user
modified: 20160225204153508
modified: 20160405195749171
modifier: user
tags:
title: Mail
type: text/vnd.tiddlywiki
http://blog.mobile-harddisk.nl/tutorials/synology-mailserver-instellen-met-fallback-server/
; Synology Mail Server instellen mét fallback server
: http://blog.mobile-harddisk.nl/tutorials/synology-mailserver-instellen-met-fallback-server/
; DKIM Core Technical Specification
: http://dkimcore.org/specification.html
; aiko.sh DNS
: https://www.transip.nl/cp/domein-hosting/domeinnaam/prm/1460720/aiko.sh/

View File

@ -1,10 +1,16 @@
created: 20151217170810197
creator: user
modified: 20151217170901779
modified: 20160405202235141
modifier: user
tags: docker
title: Rancher
type: text/vnd.tiddlywiki
; Docker Cloud - Your first service
: https://docs.docker.com/docker-cloud/getting-started/your_first_service/
; My Docker Cloud on black machine
: https://cloud.docker.com/container/service/4f127ef8-a6e9-4b34-a308-673812ceb89f/show/#container-endpoints
;In this guide, we will create a simple Rancher install, which is a single host installation that runs everything on a single Linux machine.
:http://docs.rancher.com/rancher/quick-start-guide/

View File

@ -1,6 +1,6 @@
created: 20160114152911183
creator: user
modified: 20160331132746816
modified: 20160405084940620
modifier: user
tags:
title: ReactJS
@ -12,6 +12,9 @@ type: text/vnd.tiddlywiki
; The Reactive Extensions for ~JavaScript
: https://github.com/Reactive-Extensions/RxJS
; RxJS-DOM/src/dom/websocket.js
: https://github.com/Reactive-Extensions/RxJS-DOM/blob/master/src/dom/websocket.js
; Interactive diagrams of Rx Observables
: http://rxmarbles.com
@ -22,4 +25,7 @@ type: text/vnd.tiddlywiki
: http://xgrommx.github.io/rx-book/
; The introduction to Reactive Programming you've been missing
: https://gist.github.com/staltz/868e7e9bc2a7b8c1f754
: https://gist.github.com/staltz/868e7e9bc2a7b8c1f754
; Learning Observable By Building Observable
: https://medium.com/@benlesh/learning-observable-by-building-observable-d5da57405d87

View File

@ -0,0 +1,17 @@
created: 20160405091836861
creator: user
modified: 20160405121445514
modifier: user
tags:
title: Schuberg Philis
type: text/vnd.tiddlywiki
* https://www.schubergphilis.com

View File

@ -0,0 +1,25 @@
created: 20160414083249241
creator: user
modified: 20160414083617669
modifier: user
tags: docker
title: Shipyard
type: text/vnd.tiddlywiki
; Shipyard
: http://shipyard-project.com
; Shipyard install guts script
: https://shipyard-project.com/deploy
```
curl -sSL https://shipyard-project.com/deploy | TLS_CERT_PATH=$(pwd)/.docker/machine/machines/boot2docker PORT=2380 PROXY_PORT=2377 bash -s
```
cleanup
```
docker ps -a |grep shipyard | awk '{print $1}' | xargs docker stop ; docker ps -a |grep shipyard | awk '{print $1}' | xargs docker rm
```

View File

@ -1,6 +1,6 @@
created: 20150304213240781
creator: user
modified: 20150505131004234
modified: 20160405202311217
modifier: user
tags: tiddlywiki
title: TiddlyWiki5
@ -14,4 +14,7 @@ type: text/vnd.tiddlywiki
* http://tiddlywiki.com/static/TiddlyWikiFolders.html
* http://tiddlyweb.tiddlyspace.com
* http://tiddlywiki.com/#Widgets%20in%20WikiText
* http://inmysocks.tiddlyspot.com/#What%20to%20do
* http://inmysocks.tiddlyspot.com/#What%20to%20do
; From Text Files to Evernote and Keep
: http://blog.htmlfusion.com/tiddlywiki-evernote-with-vim-and-markdown/

View File

@ -0,0 +1,19 @@
created: 20160405202356084
creator: user
modified: 20160405202609066
modifier: user
tags:
title: Zwenkgras 20
type: text/vnd.tiddlywiki
; Dakisolatie
: http://www.isolatie.net/dakisolatie/
; Taxus
: http://www.vergrootdehoop.nl
; Overzicht giftige tuinplanten
: http://www.baaij-hoveniers.nl/beplanting/giftige_planten.htm
; Bouw- en sloopafval
: http://gemeente.leiden.nl/themas/afval/bouw-en-sloopafval/

View File

@ -1,11 +1,13 @@
created: 20150929135639041
creator: user
modified: 20160112085221443
modified: 20160406134632426
modifier: user
tags:
title: docker images -t
type: text/vnd.tiddlywiki
tree view
```sh
docker run --rm -v /var/run/docker.sock:/var/run/docker.sock nate/dockviz images -t
```

10
mywiki/tiddlers/rkt.tid Normal file
View File

@ -0,0 +1,10 @@
created: 20160405203321221
creator: user
modified: 20160405203358646
modifier: user
tags:
title: rkt
type: text/vnd.tiddlywiki
; GitHub rkt
: https://github.com/coreos/rkt