]> gitweb.fluxo.info Git - blog.git/commitdiff
research and books
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 1 May 2017 16:38:30 +0000 (13:38 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 1 May 2017 16:38:30 +0000 (13:38 -0300)
books/filosofia/metodo.mdwn
research/archive.mdwn
research/devops.mdwn
research/openwrt.mdwn

index 61c576115d7932c4d6226e3905368d3c8f4fdd50..729d1c2ee2c9a9e0e2391bc7384e0264e20624fc 100644 (file)
@@ -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.
index 49cb93a4d5ce4656b1b2dff210cd8f3a4a9db8bd..8e7af061db41967b52461d3369ea602f04ef0b47 100644 (file)
@@ -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
index 58bf471a3cd6624a3de0a594b4dbbaa34e894ba6..118f50e3a3247b57497fd41e85118a362010f531 100644 (file)
@@ -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
index 5f2fa85115479f58255bf133ba6f3214f47ce0f9..37d5a4011931ef2c52d50dbbeaf53ddb128a17cb 100644 (file)
@@ -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).