From 23ac9f57b9b4c761cb8edc5bfa0c0de77ec89326 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 30 Sep 2017 14:06:22 -0300 Subject: Change extension to .md --- research/devops.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 research/devops.md (limited to 'research/devops.md') diff --git a/research/devops.md b/research/devops.md new file mode 100644 index 0000000..ec45fbd --- /dev/null +++ b/research/devops.md @@ -0,0 +1,36 @@ +[[!meta title="DevOps"]] + +DevOps research: + +* [Simet](http://simet.nic.br). +* spice-client-gtk: option to hide menubar: see `window_state_cb` at `spicy.c`. +* 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? +* kvm: + * kvm-manager improvements (systemd support, packaging, docs). + * env params. + * FDE using bootless image. +* 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 +* containers: + * https://packages.debian.org/stretch/bubblewrap + * https://packages.debian.org/stretch/runc + * https://github.com/projectatomic/bubblewrap + * https://github.com/opencontainers/runc + * https://github.com/thestinger/playpen + * https://github.com/omegaup/minijail +* misc: + * [leap-cli](https://leap.se) ([package](https://packages.debian.org/sid/leap-cli)). + * [bdsync](https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=724344). +* packaging: + * merge all `build-area` folders. + * deploy debian project as a ikiwiki with a git-annex'ed package repository. + * try an [AutomateBackports](https://wiki.debian.org/AutomateBackports) setup. + * set [SecurePbuilder](https://wiki.debian.org/SecurePbuilder). -- cgit v1.2.3