[gl-como] [PATCH] QEMU user emulation and systemd-nspawn on debian wiki
fabrixxm
fabrixxm@kirgroup.net
Mar 10 Ago 2021 10:03:36 CEST
---
items/7eac081ed6fb491093eed4df9b623ff5.yaml | 10 ++++++++++
items/e8580b3298204946b018d637c97dbf57.yaml | 10 ++++++++++
settings.yaml | 7 +++++--
3 files changed, 25 insertions(+), 2 deletions(-)
create mode 100644 items/7eac081ed6fb491093eed4df9b623ff5.yaml
create mode 100644 items/e8580b3298204946b018d637c97dbf57.yaml
diff --git a/items/7eac081ed6fb491093eed4df9b623ff5.yaml b/items/7eac081ed6fb491093eed4df9b623ff5.yaml
new file mode 100644
index 0000000..d84ea80
--- /dev/null
+++ b/items/7eac081ed6fb491093eed4df9b623ff5.yaml
@@ -0,0 +1,10 @@
+title: QEMU User Emulation -Debian Wiki
+url: https://wiki.debian.org/QemuUserEmulation
+description: "how to setup and use QEMU user emulation in a \"transparent\" fashion,\
+ \ \nallowing execution of non-native target executables just like native ones"
+tags:
+- emulazione
+- chroot
+- debian
+added: 2021-08-10 07:53:18.735161
+updated: 2021-08-10 08:00:14.828962+00:00
diff --git a/items/e8580b3298204946b018d637c97dbf57.yaml b/items/e8580b3298204946b018d637c97dbf57.yaml
new file mode 100644
index 0000000..b67c289
--- /dev/null
+++ b/items/e8580b3298204946b018d637c97dbf57.yaml
@@ -0,0 +1,10 @@
+title: nspawn - Debian Wiki
+url: https://wiki.debian.org/nspawn
+description: systemd-nspawn may be used to run a command or OS in a light-weight namespace
+ container.
+tags:
+- chroot
+- systemd
+- container
+added: 2021-08-10 07:58:58.500176+00:00
+updated: 2021-08-10 07:59:45.989852+00:00
diff --git a/settings.yaml b/settings.yaml
index d490216..d7bfc05 100644
--- a/settings.yaml
+++ b/settings.yaml
@@ -21,10 +21,13 @@ fields:
- name: added
type: datetime
index: field
- sortable: True
+ sortable: true
auto: creation
- name: updated
type: datetime
index: field
- sortable: True
+ sortable: true
auto: update
+collector:
+ label: '{{ title }}'
+ subtitle: '{{ url }}'
--
2.32.0
Maggiori informazioni sulla lista
gl-como