aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--locale/eo/LC_MESSAGES/_screencasts/2021-02-07-autoqemu-automate-installation-and-ssh-setup-of-iso-os-images.po73
-rw-r--r--locale/fr/LC_MESSAGES/_screencasts/2021-02-07-autoqemu-automate-installation-and-ssh-setup-of-iso-os-images.po73
-rw-r--r--locale/pt/LC_MESSAGES/_screencasts/2021-02-07-autoqemu-automate-installation-and-ssh-setup-of-iso-os-images.po73
-rw-r--r--scripts/spelling/international.txt2
4 files changed, 221 insertions, 0 deletions
diff --git a/locale/eo/LC_MESSAGES/_screencasts/2021-02-07-autoqemu-automate-installation-and-ssh-setup-of-iso-os-images.po b/locale/eo/LC_MESSAGES/_screencasts/2021-02-07-autoqemu-automate-installation-and-ssh-setup-of-iso-os-images.po
new file mode 100644
index 0000000..2b3ab25
--- /dev/null
+++ b/locale/eo/LC_MESSAGES/_screencasts/2021-02-07-autoqemu-automate-installation-and-ssh-setup-of-iso-os-images.po
@@ -0,0 +1,73 @@
+#
+msgid ""
+msgstr ""
+
+msgid "title: AutoQEMU - automate installation and SSH setup of ISO OS images"
+msgstr ""
+
+msgid "date: 2021-02-07"
+msgstr ""
+
+msgid "layout: post"
+msgstr ""
+
+msgid "lang: en"
+msgstr ""
+
+msgid "ref: autoqemu-automate-installation-and-ssh-setup-of-iso-os-images"
+msgstr ""
+
+msgid "video: true"
+msgstr ""
+
+msgid ""
+"After reading begriffs \"[Tips for stable and portable "
+"software](https://begriffs.com/posts/2020-08-31-portable-stable-"
+"software.html)\", the \"Begriffs Buildfarm?\" section caught my attention, "
+"as this is something I would be interested in."
+msgstr ""
+
+msgid ""
+"After emailing the author, a [public "
+"thread](https://talk.begriffs.com/pipermail/friends/2021-February/001263.html)"
+" began on the subject."
+msgstr ""
+
+msgid ""
+"As we discussed how it could be done, I decided to experiment with the idea "
+"of automating the setup of virtual environments with QEMU."
+msgstr ""
+
+msgid ""
+"This screencast is a simple demo of automating the installation of Alpine "
+"Linux 3.12.3 standard x86_64 with "
+"[AutoQEMU](https://git.euandreh.xyz/autoqemu), which is nothing more than "
+"POSIX sh, [expect](https://core.tcl-lang.org/expect/index) scripts and "
+"Makefiles glued together."
+msgstr ""
+
+msgid ""
+"As of this writing, I just worked on it for 2~3 days, so everything is still"
+" pretty ad-hoc."
+msgstr ""
+
+msgid "The commands from the screencast were[^script-command]:"
+msgstr ""
+
+msgid ""
+"[^script-command]: Only now, writing again what I ran on the screencast I "
+"thought that I should have tried something like "
+"[script](https://www.man7.org/linux/man-pages/man1/script.1.html). Maybe "
+"next time (thanks [klaatu](https://gnuworldorder.info/) for the tip!)."
+msgstr ""
+
+msgid ""
+"pushd `mktemp -d`\n"
+"git clone https://git.euandreh.xyz/autoqemu .\n"
+"./configure --prefix=$HOME/.local\n"
+"make install\n"
+"autoqemu ssh alpine\n"
+msgstr ""
+
+msgid "It assumes that `$HOME/.local/bin` is in `$PATH`."
+msgstr ""
diff --git a/locale/fr/LC_MESSAGES/_screencasts/2021-02-07-autoqemu-automate-installation-and-ssh-setup-of-iso-os-images.po b/locale/fr/LC_MESSAGES/_screencasts/2021-02-07-autoqemu-automate-installation-and-ssh-setup-of-iso-os-images.po
new file mode 100644
index 0000000..2b3ab25
--- /dev/null
+++ b/locale/fr/LC_MESSAGES/_screencasts/2021-02-07-autoqemu-automate-installation-and-ssh-setup-of-iso-os-images.po
@@ -0,0 +1,73 @@
+#
+msgid ""
+msgstr ""
+
+msgid "title: AutoQEMU - automate installation and SSH setup of ISO OS images"
+msgstr ""
+
+msgid "date: 2021-02-07"
+msgstr ""
+
+msgid "layout: post"
+msgstr ""
+
+msgid "lang: en"
+msgstr ""
+
+msgid "ref: autoqemu-automate-installation-and-ssh-setup-of-iso-os-images"
+msgstr ""
+
+msgid "video: true"
+msgstr ""
+
+msgid ""
+"After reading begriffs \"[Tips for stable and portable "
+"software](https://begriffs.com/posts/2020-08-31-portable-stable-"
+"software.html)\", the \"Begriffs Buildfarm?\" section caught my attention, "
+"as this is something I would be interested in."
+msgstr ""
+
+msgid ""
+"After emailing the author, a [public "
+"thread](https://talk.begriffs.com/pipermail/friends/2021-February/001263.html)"
+" began on the subject."
+msgstr ""
+
+msgid ""
+"As we discussed how it could be done, I decided to experiment with the idea "
+"of automating the setup of virtual environments with QEMU."
+msgstr ""
+
+msgid ""
+"This screencast is a simple demo of automating the installation of Alpine "
+"Linux 3.12.3 standard x86_64 with "
+"[AutoQEMU](https://git.euandreh.xyz/autoqemu), which is nothing more than "
+"POSIX sh, [expect](https://core.tcl-lang.org/expect/index) scripts and "
+"Makefiles glued together."
+msgstr ""
+
+msgid ""
+"As of this writing, I just worked on it for 2~3 days, so everything is still"
+" pretty ad-hoc."
+msgstr ""
+
+msgid "The commands from the screencast were[^script-command]:"
+msgstr ""
+
+msgid ""
+"[^script-command]: Only now, writing again what I ran on the screencast I "
+"thought that I should have tried something like "
+"[script](https://www.man7.org/linux/man-pages/man1/script.1.html). Maybe "
+"next time (thanks [klaatu](https://gnuworldorder.info/) for the tip!)."
+msgstr ""
+
+msgid ""
+"pushd `mktemp -d`\n"
+"git clone https://git.euandreh.xyz/autoqemu .\n"
+"./configure --prefix=$HOME/.local\n"
+"make install\n"
+"autoqemu ssh alpine\n"
+msgstr ""
+
+msgid "It assumes that `$HOME/.local/bin` is in `$PATH`."
+msgstr ""
diff --git a/locale/pt/LC_MESSAGES/_screencasts/2021-02-07-autoqemu-automate-installation-and-ssh-setup-of-iso-os-images.po b/locale/pt/LC_MESSAGES/_screencasts/2021-02-07-autoqemu-automate-installation-and-ssh-setup-of-iso-os-images.po
new file mode 100644
index 0000000..2b3ab25
--- /dev/null
+++ b/locale/pt/LC_MESSAGES/_screencasts/2021-02-07-autoqemu-automate-installation-and-ssh-setup-of-iso-os-images.po
@@ -0,0 +1,73 @@
+#
+msgid ""
+msgstr ""
+
+msgid "title: AutoQEMU - automate installation and SSH setup of ISO OS images"
+msgstr ""
+
+msgid "date: 2021-02-07"
+msgstr ""
+
+msgid "layout: post"
+msgstr ""
+
+msgid "lang: en"
+msgstr ""
+
+msgid "ref: autoqemu-automate-installation-and-ssh-setup-of-iso-os-images"
+msgstr ""
+
+msgid "video: true"
+msgstr ""
+
+msgid ""
+"After reading begriffs \"[Tips for stable and portable "
+"software](https://begriffs.com/posts/2020-08-31-portable-stable-"
+"software.html)\", the \"Begriffs Buildfarm?\" section caught my attention, "
+"as this is something I would be interested in."
+msgstr ""
+
+msgid ""
+"After emailing the author, a [public "
+"thread](https://talk.begriffs.com/pipermail/friends/2021-February/001263.html)"
+" began on the subject."
+msgstr ""
+
+msgid ""
+"As we discussed how it could be done, I decided to experiment with the idea "
+"of automating the setup of virtual environments with QEMU."
+msgstr ""
+
+msgid ""
+"This screencast is a simple demo of automating the installation of Alpine "
+"Linux 3.12.3 standard x86_64 with "
+"[AutoQEMU](https://git.euandreh.xyz/autoqemu), which is nothing more than "
+"POSIX sh, [expect](https://core.tcl-lang.org/expect/index) scripts and "
+"Makefiles glued together."
+msgstr ""
+
+msgid ""
+"As of this writing, I just worked on it for 2~3 days, so everything is still"
+" pretty ad-hoc."
+msgstr ""
+
+msgid "The commands from the screencast were[^script-command]:"
+msgstr ""
+
+msgid ""
+"[^script-command]: Only now, writing again what I ran on the screencast I "
+"thought that I should have tried something like "
+"[script](https://www.man7.org/linux/man-pages/man1/script.1.html). Maybe "
+"next time (thanks [klaatu](https://gnuworldorder.info/) for the tip!)."
+msgstr ""
+
+msgid ""
+"pushd `mktemp -d`\n"
+"git clone https://git.euandreh.xyz/autoqemu .\n"
+"./configure --prefix=$HOME/.local\n"
+"make install\n"
+"autoqemu ssh alpine\n"
+msgstr ""
+
+msgid "It assumes that `$HOME/.local/bin` is in `$PATH`."
+msgstr ""
diff --git a/scripts/spelling/international.txt b/scripts/spelling/international.txt
index 29ed54a..bb64d1c 100644
--- a/scripts/spelling/international.txt
+++ b/scripts/spelling/international.txt
@@ -28,6 +28,7 @@ Begriffs
Binet
Bitbucket
BobAlice
+Buildfarm
CDN
CI
CLI
@@ -111,6 +112,7 @@ Petrov
Pittet
PoC
PouchDB
+QEMU
RDF
README
RPC