aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-05-01 13:38:30 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-05-01 13:38:30 -0300
commitf55cddad9155f1b04d1fb18972f6be1e3f4a5468 (patch)
treee2cdf7dc90e33cabd1a51cdda10b6392b21f1eba
parent32327eb613ba9916f18e7c192577036fe3c1e637 (diff)
downloadblog-f55cddad9155f1b04d1fb18972f6be1e3f4a5468.tar.gz
blog-f55cddad9155f1b04d1fb18972f6be1e3f4a5468.tar.bz2
research and books
-rw-r--r--books/filosofia/metodo.mdwn2
-rw-r--r--research/archive.mdwn11
-rw-r--r--research/devops.mdwn17
-rw-r--r--research/openwrt.mdwn1
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).