From e3fb5895b11d343283cf10848cb0103bf7cec322 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 28 Apr 2017 09:35:40 -0300 Subject: Research: pulverize --- research/devops.mdwn | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 research/devops.mdwn (limited to 'research/devops.mdwn') diff --git a/research/devops.mdwn b/research/devops.mdwn new file mode 100644 index 0000000..58bf471 --- /dev/null +++ b/research/devops.mdwn @@ -0,0 +1,25 @@ +[[!meta title="DevOps"]] + +DevOps research: + +* [Simet](http://simet.nic.br). +* auto start user screen sessions. +* backups: snapshots with remote transfer support. +* 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/ + + + SetHandler "proxy:unix:/run/php/php7.1-fpm.sock|fcgi://localhost:9000"; + -- cgit v1.2.3