diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2017-05-01 13:38:30 -0300 | 
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2017-05-01 13:38:30 -0300 | 
| commit | f55cddad9155f1b04d1fb18972f6be1e3f4a5468 (patch) | |
| tree | e2cdf7dc90e33cabd1a51cdda10b6392b21f1eba /research | |
| parent | 32327eb613ba9916f18e7c192577036fe3c1e637 (diff) | |
| download | blog-f55cddad9155f1b04d1fb18972f6be1e3f4a5468.tar.gz blog-f55cddad9155f1b04d1fb18972f6be1e3f4a5468.tar.bz2  | |
research and books
Diffstat (limited to 'research')
| -rw-r--r-- | research/archive.mdwn | 11 | ||||
| -rw-r--r-- | research/devops.mdwn | 17 | ||||
| -rw-r--r-- | research/openwrt.mdwn | 1 | 
3 files changed, 18 insertions, 11 deletions
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).  | 
