aboutsummaryrefslogtreecommitdiff
path: root/research
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-09-20 18:52:27 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-09-20 18:52:27 -0300
commita76ca61bc39375ba68897d3621b1ba6986c5a10b (patch)
tree35be152acb108ca6828163e2347fe42699e5add3 /research
parent732f4d0aaf27da23c8f7d469f35ded5554c54091 (diff)
downloadblog-a76ca61bc39375ba68897d3621b1ba6986c5a10b.tar.gz
blog-a76ca61bc39375ba68897d3621b1ba6986c5a10b.tar.bz2
Updates research
Diffstat (limited to 'research')
-rw-r--r--research/devops.mdwn16
1 files changed, 16 insertions, 0 deletions
diff --git a/research/devops.mdwn b/research/devops.mdwn
index 118f50e..ec45fbd 100644
--- a/research/devops.mdwn
+++ b/research/devops.mdwn
@@ -3,6 +3,7 @@
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:
@@ -18,3 +19,18 @@ DevOps research:
* 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).