aboutsummaryrefslogtreecommitdiff
path: root/research/devops.mdwn
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-09-30 14:06:22 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-09-30 14:06:22 -0300
commit23ac9f57b9b4c761cb8edc5bfa0c0de77ec89326 (patch)
tree3dab0ec66d67cd62b7e815fea4d62da481042b7b /research/devops.mdwn
parent9c21d35c535a4956960851d3c438d58af5f67d92 (diff)
downloadblog-23ac9f57b9b4c761cb8edc5bfa0c0de77ec89326.tar.gz
blog-23ac9f57b9b4c761cb8edc5bfa0c0de77ec89326.tar.bz2
Change extension to .md
Diffstat (limited to 'research/devops.mdwn')
-rw-r--r--research/devops.mdwn36
1 files changed, 0 insertions, 36 deletions
diff --git a/research/devops.mdwn b/research/devops.mdwn
deleted file mode 100644
index ec45fbd..0000000
--- a/research/devops.mdwn
+++ /dev/null
@@ -1,36 +0,0 @@
-[[!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).