From 6286c6c844fd12ea9f6fc72c193071baddd811eb Mon Sep 17 00:00:00 2001 From: Solene Rapenne Date: Fri, 1 Oct 2021 19:06:37 +0200 Subject: [PATCH 01/13] Add ideas --- issues/IDEAS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/issues/IDEAS b/issues/IDEAS index f02b2ca..c446642 100644 --- a/issues/IDEAS +++ b/issues/IDEAS @@ -17,6 +17,7 @@ My Fanless OpenBSD Desktop https://jcs.org/2021/07/19/desktop Bluetooth audio on OpenBSD https://jcs.org/2020/11/18/openbsd_btaudio Installing OpenBSD on Linode https://text.causal.agency/027-openbsd-linode.txt Why OpenBSD Rocks https://why-openbsd.rocks/fact +bcallah@ interview https://www.bsdnow.tv/422 Communities ----------- @@ -25,3 +26,7 @@ List various communitis around OpenBSD : * [Mailing lists (of course)](https://www.openbsd.org/mail.html) * IRC: #OpenBSD on irc.libera.chat * XMPP : OpenBSD on openbsd@chat.si3t.ch ? + +Artworks +-------- +https://bsd.network/@prahou/107026745346972847 From ffbba7788aa435d9378b75ccb4c495d2d01603f1 Mon Sep 17 00:00:00 2001 From: Solene Rapenne Date: Fri, 1 Oct 2021 19:24:00 +0200 Subject: [PATCH 02/13] Add a TIP for issue2 --- issues/issue-2/50_TIPS.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/issues/issue-2/50_TIPS.html b/issues/issue-2/50_TIPS.html index a05e33b..b8a750a 100644 --- a/issues/issue-2/50_TIPS.html +++ b/issues/issue-2/50_TIPS.html @@ -1,5 +1,7 @@

Shell tips

-

+

OpenBSD 7.0 comes with a new utility named timeout to run a command and stop it after an user defined time. The is available for full information. +While it was possible to achieve this in shell using a child process sleeping for some time and stopping the main process if it wasn't finished yet, timeout makes this job very easy. +One simple real world use case would be a lazy site-to-site synchronization using a rsync job run every night when the Internet uplink can be fully used and stop it right before people will need the network. Such a scenario can be done with timeout 8h rsync -a /data/ remote:/data/ and started from a cron job at 00h00. In this case rsync would run at midnight and timeout would stop it at 8h00 if the job is not finished.

From c9f20e68be57af9f96efb4a0814f06ca48c62756 Mon Sep 17 00:00:00 2001 From: Solene Rapenne Date: Fri, 1 Oct 2021 19:25:29 +0200 Subject: [PATCH 03/13] Add a quote --- issues/issue-2/91_QUOTES.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/issues/issue-2/91_QUOTES.html b/issues/issue-2/91_QUOTES.html index 77ee880..0ff6711 100644 --- a/issues/issue-2/91_QUOTES.html +++ b/issues/issue-2/91_QUOTES.html @@ -1,7 +1,7 @@ -

Quote

- glub. - -- Puffy - + Boredom is a powerful driving force. + -- solene@openbsd +
From d3ccb3a36439c718c2f93e17b45a0a7d093a4b07 Mon Sep 17 00:00:00 2001 From: Solene Rapenne Date: Fri, 1 Oct 2021 19:25:37 +0200 Subject: [PATCH 04/13] Change comment appearance --- issues/issue-2/60_COMMENTS.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/issues/issue-2/60_COMMENTS.html b/issues/issue-2/60_COMMENTS.html index 7753f4f..ff1e586 100644 --- a/issues/issue-2/60_COMMENTS.html +++ b/issues/issue-2/60_COMMENTS.html @@ -2,5 +2,5 @@

Reader comments

Nice! -Said by jcs@openbsd + - jcs@openbsd

From 456539c318b8194593b5389896a8132061ea2370 Mon Sep 17 00:00:00 2001 From: tom Date: Fri, 1 Oct 2021 21:19:01 +0200 Subject: [PATCH 05/13] Added og: title, description, url, type, locale left out since we there is no "logo" image for the zine yet --- issues/_common/header | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/issues/_common/header b/issues/_common/header index bd404f7..2c725bc 100644 --- a/issues/_common/header +++ b/issues/_common/header @@ -6,6 +6,11 @@ + + + + + OpenBSD_WEBZINE_ISSUE #__ISSUE__