Skip to content
Snippets Groups Projects
Unverified Commit f55cddad authored by rhatto's avatar rhatto
Browse files

research and books

parent 32327eb6
No related branches found
No related tags found
No related merge requests found
...@@ -1106,6 +1106,8 @@ Sujeito (220): ...@@ -1106,6 +1106,8 @@ Sujeito (220):
## Volume IV ## Volume IV
* Cultura como um megacomputador, 20.
Assim, a cultura não é nem "superestrutura" nem "infra-estrutura", termos Assim, a cultura não é nem "superestrutura" nem "infra-estrutura", termos
impróprios em uma organização recursiva onde o que é produzido e gerado impróprios em uma organização recursiva onde o que é produzido e gerado
torna-se produtor e gerador daquilo que o produz ou gera. torna-se produtor e gerador daquilo que o produz ou gera.
......
...@@ -35,3 +35,14 @@ Currently archived research. ...@@ -35,3 +35,14 @@ Currently archived research.
* [Apache Drill](https://drill.apache.org/), [presto](https://github.com/prestodb/presto), hadoop, etc. * [Apache Drill](https://drill.apache.org/), [presto](https://github.com/prestodb/presto), hadoop, etc.
* machine learning: * machine learning:
* [TensorFlow](https://www.tensorflow.org/). * [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
...@@ -8,18 +8,13 @@ DevOps research: ...@@ -8,18 +8,13 @@ DevOps research:
* puppet: * puppet:
* deploy: multiple module paths: https://docs.puppet.com/puppet/3.6/dirs_modulepath.html * 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? * 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:
* kvm-manager improvements (systemd support, packaging, docs). * kvm-manager improvements (systemd support, packaging, docs).
* env params. * env params.
* FDE using bootless image. * FDE using bootless image.
* php7-fpm: * dynamic DNS with proper zone/domain access control:
* https://serversforhackers.com/video/apache-and-php-fpm * http://www.cheshirekow.com/wordpress/?p=457
* http://www.binarytides.com/setup-apache-php-fpm-mod-proxy-fcgi-ubuntu/ * 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/
<FilesMatch \.php$> * http://linux.yyz.us/nsupdate/
SetHandler "proxy:unix:/run/php/php7.1-fpm.sock|fcgi://localhost:9000"; * https://debian-administration.org/article/591/Using_the_dynamic_DNS_editor_nsupdate
</FilesMatch>
...@@ -36,3 +36,4 @@ Configuração ...@@ -36,3 +36,4 @@ Configuração
* [Bridged AP [OpenWrt Wiki]](https://wiki.openwrt.org/doc/recipes/bridgedap). * [Bridged AP [OpenWrt Wiki]](https://wiki.openwrt.org/doc/recipes/bridgedap).
* [Client Mode Wireless [OpenWrt Wiki]](https://wiki.openwrt.org/doc/howto/clientmode). * [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).
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment