From b5e3d155012558b5fc20a299aacc6219e77cccf6 Mon Sep 17 00:00:00 2001 From: Aiko Mastboom Date: Wed, 7 Sep 2016 09:51:31 +0200 Subject: [PATCH] recent changes --- mywiki/tiddlers/Arduino.tid | 10 ++++++++-- mywiki/tiddlers/Domotica.tid | 11 +++++++++-- mywiki/tiddlers/Raspberry PI.tid | 14 ++++++++++++-- mywiki/tiddlers/SSH copy key.tid | 13 +++++++++++++ mywiki/tiddlers/use usb stick with docker.tid | 7 +++++-- 5 files changed, 47 insertions(+), 8 deletions(-) create mode 100644 mywiki/tiddlers/SSH copy key.tid diff --git a/mywiki/tiddlers/Arduino.tid b/mywiki/tiddlers/Arduino.tid index 9003cfd..c979b25 100644 --- a/mywiki/tiddlers/Arduino.tid +++ b/mywiki/tiddlers/Arduino.tid @@ -1,6 +1,6 @@ created: 20150409091208232 creator: user -modified: 20160812073004307 +modified: 20160906201342662 modifier: user tags: title: Arduino @@ -29,4 +29,10 @@ Battery Powered: : http://www.home-automation-community.com/arduino-low-power-how-to-run-atmega328p-for-a-year-on-coin-cell-battery/ ; a 9V battery is NOT a good power source -: http://cybergibbons.com/uncategorized/arduino-misconceptions-6-a-9v-battery-is-a-good-power-source/ \ No newline at end of file +: http://cybergibbons.com/uncategorized/arduino-misconceptions-6-a-9v-battery-is-a-good-power-source/ + +; [TIPS] battery powered sensors +: https://forum.pimatic.org/topic/383/tips-battery-powered-sensors + +; readVcc +: https://github.com/sweebee/Arduino-home-automation/tree/master/libraries/readVcc \ No newline at end of file diff --git a/mywiki/tiddlers/Domotica.tid b/mywiki/tiddlers/Domotica.tid index ad1e44d..caad717 100644 --- a/mywiki/tiddlers/Domotica.tid +++ b/mywiki/tiddlers/Domotica.tid @@ -1,6 +1,6 @@ created: 20160405202927748 creator: user -modified: 20160822073556560 +modified: 20160906201522511 modifier: user tags: title: Domotica @@ -38,4 +38,11 @@ $ docker run --cap-add=SYS_RAWIO --device=/dev/vchiq --device=/dev/ttyUSB0 -e LD : http://math.stackexchange.com/questions/461076/converting-realtive-humidity-and-temperature-to-an-absolute-value ; dzEvents -: https://github.com/dannybloe/dzVents \ No newline at end of file +: https://github.com/dannybloe/dzVents + + +; OpenTherm +: http://otgw.tclcode.com/download.html + +; OpenRemote +: http://www.openremote.org/display/docs/OpenRemote+2.0+How+To+-+Install+Controller+on+Raspberry+Pi \ No newline at end of file diff --git a/mywiki/tiddlers/Raspberry PI.tid b/mywiki/tiddlers/Raspberry PI.tid index 5681fea..2dffc23 100644 --- a/mywiki/tiddlers/Raspberry PI.tid +++ b/mywiki/tiddlers/Raspberry PI.tid @@ -1,6 +1,6 @@ created: 20150409090953390 creator: user -modified: 20160608073512698 +modified: 20160906200513636 modifier: user tags: [[raspberry pi]] title: Raspberry PI @@ -11,4 +11,14 @@ type: text/vnd.tiddlywiki * http://raspberrypi.stackexchange.com/questions/9105/raspberry-pi-onboard-temp-sensors-in-raspbianwheezy ; Broken Corrupted Raspberry Pi SD Card -: https://raymii.org/s/blog/Broken_Corrupted_Raspberry_Pi_SD_Card.html \ No newline at end of file +: https://raymii.org/s/blog/Broken_Corrupted_Raspberry_Pi_SD_Card.html + +; HOWTO: Move the filesystem to a USB stick/Drive +: https://www.raspberrypi.org/forums/viewtopic.php?f=29&t=44177 + +; Pi to Go? 3 Ways of Powering a Raspberry Pi for Portable Projects +: http://www.makeuseof.com/tag/pi-go-x-ways-powering-raspberry-pi-portable-projects/ + +; MoPi: Mobile Power for the Raspberry Pi +: https://shop.pimoroni.com/products/mopi-mobile-pi-power +: https://pi.gate.ac.uk/pages/mopi.html diff --git a/mywiki/tiddlers/SSH copy key.tid b/mywiki/tiddlers/SSH copy key.tid new file mode 100644 index 0000000..b282221 --- /dev/null +++ b/mywiki/tiddlers/SSH copy key.tid @@ -0,0 +1,13 @@ +created: 20160906195305967 +creator: user +modified: 20160906195401176 +modifier: user +tags: +title: SSH copy key +type: text/vnd.tiddlywiki + +: http://askubuntu.com/questions/4830/easiest-way-to-copy-ssh-keys-to-another-machine + +```sh +cat ~/.ssh/id_rsa.pub | ssh @ 'umask 0077; mkdir -p .ssh; cat >> .ssh/authorized_keys && echo "Key copied"' +``` \ No newline at end of file diff --git a/mywiki/tiddlers/use usb stick with docker.tid b/mywiki/tiddlers/use usb stick with docker.tid index b995c20..8f9fe17 100644 --- a/mywiki/tiddlers/use usb stick with docker.tid +++ b/mywiki/tiddlers/use usb stick with docker.tid @@ -1,6 +1,6 @@ created: 20150511071117085 creator: user -modified: 20160904090814606 +modified: 20160906194802130 modifier: user tags: title: use usb stick with docker @@ -77,7 +77,10 @@ proc /proc proc defaults 0 0 /dev/mmcblk0p1 /boot vfat defaults 0 0 /dev/mmcblk0p2 / ext4 noatime 0 1 UUID=16e0972d-6abf-4369-be0e-5fd2e10a070a /mnt/usb ext4 commit=600,noatime 0 0 -``` +#none /var/run tmpfs size=1M,noatime 0 0 +none /var/log tmpfs size=1M,noatime 0 0 +none /var/tmp tmpfs size=1M,noatime 0 0 +none /tmp tmpfs size=12M,noatime 0 0``` ``` tune2fs -c 1 /dev/disk/by-uuid/16e0972d-6abf-4369-be0e-5fd2e10a070a