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

more bookmarks

This commit is contained in:
Aiko Mastboom 2015-04-09 18:35:16 +02:00
parent 7cdce9c3e3
commit 1e4512bd87
11 changed files with 146 additions and 0 deletions

View File

@ -0,0 +1,10 @@
created: 20150409091208232
creator: user
modified: 20150409091255020
modifier: user
tags:
title: Arduino
type: text/vnd.tiddlywiki
* http://www.bitscope.com/product/BS05/
* http://arduino.cc/en/Tutorial/HomePage

View File

@ -0,0 +1,10 @@
created: 20150409091101542
creator: user
modified: 20150409091257146
modifier: user
tags:
title: Co-Sleeper
type: text/vnd.tiddlywiki
* http://www.zoombee.nl/contents/nl/d106_Medicare_babybay.html
* http://www.kidsbiz.nl/wiegje/co-slapers/babybay-co-sleeper-midi

View File

@ -0,0 +1,14 @@
created: 20150409094040493
creator: user
modified: 20150409094240385
modifier: user
tags:
title: Cookie Sessions
type: text/vnd.tiddlywiki
* https://github.com/senchalabs/connect#readme
* http://www.senchalabs.org/connect/cookieSession.html
* https://github.com/caolan/cookie-sessions/blob/master/lib/cookie-sessions.js
* http://www.alexehrnschwender.com/2013/07/client-side-auth-session-mgmt-backbone-node/
* https://github.com/mozilla/node-client-sessions
* https://stormpath.com/blog/everything-you-ever-wanted-to-know-about-node-dot-js-sessions/

View File

@ -0,0 +1,36 @@
created: 20150402085714716
creator: user
modified: 20150402090251987
modifier: user
tags:
title: DNS flushing
type: text/vnd.tiddlywiki
; OS X Yosemite (10.10)
: `sudo discoveryutil mdnsflushcache
sudo discoveryutil udnsflushcaches`
; OS X Mavericks (10.9)
: `dscacheutil -flushcache; sudo killall -HUP mDNSResponder`
; OS X Mountain Lion (10.8)
: `sudo killall -HUP mDNSResponder`
; OS X Lion (10.7)
: `sudo killall -HUP mDNSResponder`
; OS X Snow Leopard (10.6)
: `sudo dscacheutil -flushcache`
; OS X Leopard (10.5)
: `sudo dscacheutil -flushcache`
; OS X Tiger (10.4)
: `lookupd -flushcache`
; Windows
: `ipconfig /flushdns`
; Linux (depending on what youre running)
: `/etc/init.d/named restart
/etc/init.d/nscd restart`

View File

@ -0,0 +1,12 @@
created: 20150409091343903
creator: user
modified: 20150409091719780
modifier: user
tags:
title: Naam Labels
type: text/vnd.tiddlywiki
* http://www.foppiez.nl/naamlabels-naamlabels-naamstickers/label-met-naam-plaklabel-medium-2-x-8.html
* https://www.goedgemerkt.nl/edit-product.asp?ordernumber=277
* https://www.mynametags.nl/nametagseditor_handler
* http://www.cottontrends.nl/catalog/strijklabels-kledinglabels-maken-naamlabels-kleding-p-126.html?action=add_product

View File

@ -0,0 +1,10 @@
created: 20150402085003882
creator: user
modified: 20150402085711251
modifier: user
tags:
title: OSX Bugs
type: text/vnd.tiddlywiki
; App store crashes after upgrading to yosemite
: https://discussions.apple.com/thread/6630308

View File

@ -0,0 +1,9 @@
created: 20150402084942417
creator: user
modified: 20150402085000022
modifier: user
tags:
title: OSX Hacks
type: text/vnd.tiddlywiki
* http://www.cultofmac.com/229546/four-tricks-to-master-the-dock-on-your-os-x-mac-feature/

View File

@ -0,0 +1,12 @@
created: 20150402090310629
creator: user
modified: 20150402090510621
modifier: user
tags:
title: Port listening
type: text/vnd.tiddlywiki
;OSX
```sh
sudo lsof -i -P | grep LISTEN | grep ${PORT}
```

View File

@ -0,0 +1,10 @@
created: 20150409090953390
creator: user
modified: 20150409091259374
modifier: user
tags:
title: Raspberry PI
type: text/vnd.tiddlywiki
* http://blog.oscarliang.net/raspberry-pi-arduino-connected-i2c/
* http://issuu.com/themagpi/docs/issue26final/27

View File

@ -0,0 +1,11 @@
created: 20150409093920606
creator: user
modified: 20150409094036949
modifier: user
tags:
title: Sails JS
type: text/vnd.tiddlywiki
* https://github.com/balderdashy/activity-overlord-2-preview
* http://irlnathan.github.io/sailscasts/
* http://stackoverflow.com/questions/17365444/sails-js-passport-js-authentication-through-websockets

View File

@ -0,0 +1,12 @@
created: 20150323100611514
creator: user
modified: 20150323110052482
modifier: user
tags:
title: troubleshooting AWS
type: text/vnd.tiddlywiki
* http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/TroubleshootingInstances.html
! fsck /root
* http://cloudavail.com/2014/03/05/running-fsck-on-ec2-part-1/