update for #4

This commit is contained in:
Solene Rapenne 2021-11-10 21:59:38 +01:00
parent bca0e16898
commit 8cd10777b0
12 changed files with 29 additions and 39 deletions

View File

@ -3,10 +3,14 @@ Tips
webzine has a dark mode, how to enable it in firefox / chrome
how to use openrsync from base system
/tmp in mfs
$ chmod 700 $(userinfo $(whoami) | grep dir | awk '{print $2}')
shortcuts in shell (emacs mode)
difference between zzz and ZZZ
how to mimic lsblk on Linux
vi mode in the shell
pkg-readmes
Article
-------
difference between zzz and ZZZ
Current changes
---------------
@ -21,7 +25,6 @@ Artworks
--------
- https://bsd.network/@prahou/106965372352267989
- https://si3t.ch/img/gifs/openbsd-puffy-crypto.gif (unkown author)
- https://si3t.ch/img/gifs/openbsd-puffy.gif (unkown author)
- https://si3t.ch/img/wallpapers/isotopwall.jpg (by Péhä)
- https://si3t.ch/img/peha/puffybsdpeha.png (by Péhä)

View File

@ -1,8 +1,9 @@
<article id="issues">
<h2>Issues published</h2>
<ul>
<li>Issue #3 <a class="permalink" href="issue-3.html">[html]</a></li>
<li>Issue #2 <a class="permalink" href="issue-2.html">[html]</a></li>
<li>Issue #1 <a class="permalink" href="issue-1.html">[html]</a></li>
<li>Issue #4 <a class="permalink" href="issue-4.html">[html]</a> (2021-11-11)</li>
<li>Issue #3 <a class="permalink" href="issue-3.html">[html]</a> (2021-10-27)</li>
<li>Issue #2 <a class="permalink" href="issue-2.html">[html]</a> (2021-10-15)</li>
<li>Issue #1 <a class="permalink" href="issue-1.html">[html]</a> (2021-09-30)</li>
</ul>
</article>

Binary file not shown.

After

Width:  |  Height:  |  Size: 350 KiB

View File

@ -3,5 +3,7 @@
<ul>
<li>xterm mouse support disabled</li>
<li>four erratas for 7.0-stable</li>
<li>wayland makes it place into the ports tree</li>
<li>lot of hardware setup news</li>
</ul>
</article>

View File

@ -1,9 +1 @@
<!--
<article id="jobs">
<div class="puffies" aria-hidden="true">🐡🐡🐡</div>
<h1>Job offers</h1>
<ul>
<li><a class="permalink" href=""></a></li>
</ul>
</article>
-->

View File

@ -2,10 +2,10 @@
<div class="puffies" aria-hidden="true">🐡🐡🐡</div>
<h2>Recent -current changes</h2>
<ul>
<li>xterm mouse support disabled</li>
<li>CPU frequency set to maximum when not on battery (<a href="https://marc.info/?l=openbsd-tech&m=163587799015404&w=2" class="permalink">this doesn't mean it will draw a lot more power</a>)</li>
<li>Changes in the installer to support WiFi passwords starting with a ! character</li>
<li>xterm mouse support disabled (<a href="https://marc.info/?l=openbsd-cvs&m=163570554325770&w=2" class="permalink">commit message</a>)</li>
<li>CPU frequency set to maximum when not on battery (<a href="https://marc.info/?l=openbsd-tech&m=163587799015404&w=2" class="permalink">this doesn't mean it will draw a lot more power</a>). This will result in more responsive computers when not on battery.</li>
<li>Changes in the installer to support WiFi passwords starting with a ! character (<a href="https://marc.info/?l=openbsd-cvs&m=163587206111387&w=2" class="permalink">commit message</a>)</li>
<li>Many improvements in the cryptography library</li>
<li>wayland imported in ports with its own category! (it's a dependency for KDE/Plasma, it's not working yet)</li>
<li>wayland imported in the ports tree within its own new wayland category! (it's currently used as a dependency for KDE/Plasma but not working yet)</li>
</ul>
</article>

View File

@ -2,7 +2,7 @@
<div class="puffies" aria-hidden="true">🐡🐡🐡</div>
<h2>7.0-stable updates (since last webzine issue)</h2>
<ul>
<li>Syspatches: 001, 002, 003, 004. They are all for all architectures.</li>
<li>Packages updates: php, libgfbgraph, asterisk, firefox, firefox-esr, clamav, thunderbird, barrier, routinator</li>
<li><strong>Syspatches</strong>: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/7.0/common/001_nsd.patch.sig" class="permalink">001</a>, <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/7.0/common/002_bpf.patch.sig" class="permalink">002</a>, <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/7.0/common/003_uipc.patch.sig" class="permalink">003</a>, <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/7.0/common/004_rpki.patch.sig" class="permalink">004</a>. They are for all architectures.</li>
<li><strong>pkg security fixes</strong>: php, libgfbgraph, asterisk, firefox, firefox-esr, clamav, thunderbird, barrier, routinator</li>
</ul>
</article>

View File

@ -28,7 +28,7 @@ For this issue <strong>thfr@</strong> accepted an short interview for the webzin
<h3>In your opinion what is your greatest contribution to the project?</h3>
<blockquote>
<p>I hope that my work on OpenBSD has helped veteran users expand their use of the operating system and proved assumptions wrong that OpenBSD is "only for servers and routers".</p>
<p>I maintain a (stylistically unambitious) gemini capsule and webpage at playonbsd.com intended to help people who want to play games on OpenBSD find something that they would enjoy.</p>
<p>I maintain a (stylistically unambitious) gemini capsule and web page at playonbsd.com intended to help people who want to play games on OpenBSD find something that they would enjoy.</p>
</p>
</blockquote>

View File

@ -1,7 +1,5 @@
<article id="tips">
<div class="puffies" aria-hidden="true">🐡🐡🐡</div>
<h2>Shell tips</h2>
<p>
Enter "<code>r</code>" in a ksh shell to repeat the last command. This is actually an alias to "<code>fc -s</code>" as you can notice by typing "<code>type r</code>".
</p>
<p>With default ksh settings, you can type and validate "<code>r</code>" to repeat the last command. This is actually an alias to "<code>fc -s</code>" as you can notice by typing "<code>type r</code>" in your shell. </p>
</article>

View File

@ -1,15 +1,15 @@
<!-- section commented
<article id="artwork">
<div class="puffies" aria-hidden="true">🐡🐡🐡</div>
<h2>Artworks of the moment</h2>
<figure>
<a href="static/images/puffer_city_original.jpg">
<a href="images/artwork-issue4.gif">
<picture>
<img src="static/images/puffer_city_small.jpg"
alt="A drawing featuring a city viewed from some altitude with many characters looking like OpenBSD mascot." />
<img src="images/artwork-issue4.gif"
alt="An animated picture featuring a cartoon happy puffer fish typing fast on a laptop keyboard with a bubble text showing 0 and 1 scrolling indefinitely." />
</picture>
</a>
<figcaption>MASCOT</figcaption>
<figcaption>
<p>We don't know the author, if you happen to know them we will be happy to credit them and learn more about the artist.</p>
</figcaption>
</figure>
</article>
END HTML Comment -->

View File

@ -1,7 +1 @@
<article id="socials">
<div class="puffies" aria-hidden="true">🐡🐡🐡</div>
<h2>On social media</h2>
<ul>
<li><a class="permalink" href=""></a></li>
</ul>
</article>

View File

@ -1 +1 @@
PUBLISHED_DATE="2021-11-10T10:10:10Z"
PUBLISHED_DATE="2021-11-11T11:11:11Z"