From f55cddad9155f1b04d1fb18972f6be1e3f4a5468 Mon Sep 17 00:00:00 2001
From: Silvio Rhatto <rhatto@riseup.net>
Date: Mon, 1 May 2017 13:38:30 -0300
Subject: [PATCH] research and books

---
 books/filosofia/metodo.mdwn |  2 ++
 research/archive.mdwn       | 11 +++++++++++
 research/devops.mdwn        | 17 ++++++-----------
 research/openwrt.mdwn       |  1 +
 4 files changed, 20 insertions(+), 11 deletions(-)

diff --git a/books/filosofia/metodo.mdwn b/books/filosofia/metodo.mdwn
index 61c5761..729d1c2 100644
--- a/books/filosofia/metodo.mdwn
+++ b/books/filosofia/metodo.mdwn
@@ -1106,6 +1106,8 @@ Sujeito (220):
 
 ## Volume IV
 
+* Cultura como um megacomputador, 20.
+
     Assim, a cultura não é nem "superestrutura" nem "infra-estrutura", termos
     impróprios em uma organização recursiva onde o que é produzido e gerado
     torna-se produtor e gerador daquilo que o produz ou gera.
diff --git a/research/archive.mdwn b/research/archive.mdwn
index 49cb93a..8e7af06 100644
--- a/research/archive.mdwn
+++ b/research/archive.mdwn
@@ -35,3 +35,14 @@ Currently archived research.
   * [Apache Drill](https://drill.apache.org/), [presto](https://github.com/prestodb/presto), hadoop, etc.
 * machine learning:
   * [TensorFlow](https://www.tensorflow.org/).
+* php7-fpm:
+  * https://serversforhackers.com/video/apache-and-php-fpm
+  * http://www.binarytides.com/setup-apache-php-fpm-mod-proxy-fcgi-ubuntu/
+
+    <FilesMatch \.php$>
+      SetHandler "proxy:unix:/run/php/php7.1-fpm.sock|fcgi://localhost:9000";
+    </FilesMatch>
+* onion smtp:
+  * https://www.void.gr/kargig/blog/2014/05/10/smtp-over-hidden-services-with-postfix/
+  * https://tech.immerda.ch/2016/12/ehlo-onion/
+  * https://github.com/riseupnet/onionmx
diff --git a/research/devops.mdwn b/research/devops.mdwn
index 58bf471..118f50e 100644
--- a/research/devops.mdwn
+++ b/research/devops.mdwn
@@ -8,18 +8,13 @@ DevOps research:
 * puppet:
   * deploy: multiple module paths: https://docs.puppet.com/puppet/3.6/dirs_modulepath.html
   * default modules as submodules from the bootstrap repository, custom modules closer to the config folder?
-* onion smtp:
-  * https://www.void.gr/kargig/blog/2014/05/10/smtp-over-hidden-services-with-postfix/
-  * https://tech.immerda.ch/2016/12/ehlo-onion/
-  * https://github.com/riseupnet/onionmx
 * kvm:
   * kvm-manager improvements (systemd support, packaging, docs).
   * env params.
   * FDE using bootless image.
-* php7-fpm:
-  * https://serversforhackers.com/video/apache-and-php-fpm
-  * http://www.binarytides.com/setup-apache-php-fpm-mod-proxy-fcgi-ubuntu/
-
-    <FilesMatch \.php$>
-      SetHandler "proxy:unix:/run/php/php7.1-fpm.sock|fcgi://localhost:9000";
-    </FilesMatch>
+* dynamic DNS with proper zone/domain access control:
+  * http://www.cheshirekow.com/wordpress/?p=457
+  * https://www.erianna.com/nsupdate-dynamic-dns-updates-with-bind9
+  * https://blog.philippklaus.de/2013/01/updating-dns-entries-with-nsupdate-or-alternative-implementations-your-own-ddns/
+  * http://linux.yyz.us/nsupdate/
+  * https://debian-administration.org/article/591/Using_the_dynamic_DNS_editor_nsupdate
diff --git a/research/openwrt.mdwn b/research/openwrt.mdwn
index 5f2fa85..37d5a40 100644
--- a/research/openwrt.mdwn
+++ b/research/openwrt.mdwn
@@ -36,3 +36,4 @@ Configuração
 
 * [Bridged AP [OpenWrt Wiki]](https://wiki.openwrt.org/doc/recipes/bridgedap).
 * [Client Mode Wireless [OpenWrt Wiki]](https://wiki.openwrt.org/doc/howto/clientmode).
+* [OpenWrt OS upgrade procedure (LuCI or sysupgrade)](http://wiki.openwrt.org/doc/howto/generic.sysupgrade).
-- 
GitLab