Newer
Older
[[!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/
<FilesMatch \.php$>
SetHandler "proxy:unix:/run/php/php7.1-fpm.sock|fcgi://localhost:9000";
</FilesMatch>