started issue 10

This commit is contained in:
prx 2022-05-27 15:23:33 +02:00
parent 243e81e566
commit cd904b351f
14 changed files with 127 additions and 4 deletions

View File

@ -2,7 +2,6 @@ Tips
----
webzine has a dark mode, how to enable it in firefox / chrome
how to use openrsync from base system
/tmp in mfs
how to mimic lsblk on Linux
Article
@ -11,9 +10,8 @@ difference between zzz and ZZZ
Current changes
---------------
new ports: aerc, gmid, fheroes2, fd, sdorfehs, qpdfview
new ports:
python3 and libreoffice built with LTO, +40% to +70% perf improve for python
pkg_add -u super fast
forwarding is now parallel
Questions
@ -22,7 +20,6 @@ how to help and contribute? Where to start? Is there a todo list?
Links
-----
https://text.causal.agency/016-using-openbsd.txt
Communities
-----------

View File

@ -0,0 +1,8 @@
<header>
<h2 id="title"><a href="https://webzine.puffy.cafe"><span id="open">Open</span><span id="bsd">BSD</span> Webzine</a></h2>
<div id="banner">
<p>ISSUE #__ISSUE__</p>
<p><time datetime="__DATETIME__">__HUMAN_DATE__</time></p>
</div>
</header>
<main>

View File

@ -0,0 +1,6 @@
<article id="headlines">
<h2>TL;DR</h2>
<ul>
<li>OpenBSD 7.0 release very soon</li>
</ul>
</article>

View File

@ -0,0 +1,9 @@
<!--
<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

@ -0,0 +1,16 @@
<article id="current">
<div class="puffies" aria-hidden="true">🐡🐡🐡</div>
<h2>Recent -current changes</h2>
<ul>
<li>The <code>${rcexec}</code> variable used to start daemons with rc.d(8) has been replaced with a more complete rc_exec() function. Handcrafted rc.d(8) scripts must be modified to use this new function: <code># sed -i 's/\${rcexec}/rc_exec/' /etc/rc.d/myscript</code></li>
</ul>
<h2>Interesting new packages</h2>
<ul>
<li><a href="https://aerc-mail.org" class="permalink">aerc</a>, terminal email client</li>
<li><a href="https://gmid.omarpolo.com/" class="permalink">gmid</a>, simple gemini server </li>
<li><a href="https://ihhub.github.io/fheroes2/" class="permalink">fheroes2</a>, engine recreation for Heroes of Might and Magic 2 </li>
<li><a href="https://github.com/sharkdp/fd" class="permalink">fd</a>, simple, fast and user-friendly alternative to 'find'</li>
<li><a href="https://github.com/jcs/sdorfehs" class="permalink">sdorfehs</a>, tiling window manager with a weird name</li>
<li><a href="https://launchpad.net/qpdfview" class="permalink">qpdfview</a>, tabbed DjVu/PDF/PS document viewer</li>
</ul>
</article>

View File

@ -0,0 +1,10 @@
<article id="stable">
<div class="puffies" aria-hidden="true">🐡🐡🐡</div>
<h2>7.0-stable updates (since last webzine issue)</h2>
<ul>
<li><strong>Syspatch</strong>:
<a href="" class="permalink">015</a> (all architectures)
</li>
<li><strong>Package updates</strong>:</li>
</ul>
</article>

View File

@ -0,0 +1,10 @@
<article id="interview">
<div class="puffies" aria-hidden="true">🐡🐡🐡</div>
<h2>OpenBSD developer Interview</h2>
<div>
<p><strong>who question</strong>: question</p>
<p><strong>who answer</strong>: answer.</p>
</div>
</article>

View File

@ -0,0 +1,15 @@
<article id="tips">
<div class="puffies" aria-hidden="true">🐡🐡🐡</div>
<h2>Shell tips</h2>
<p>
To improve performances or avoid disk i/o, one may mount /tmp in memory (mfs). As example to create a /tmp using 10% of available RAM:
</p>
<pre>
# sed -i '/\/tmp /s/^/\#/' /etc/fstab
# printf "swap /tmp mfs rw,nodev,nosuid,-s=%sB 0 0\n" \
$(dmesg |awk '/avail mem/ { print $4 }') \
>> /etc/fstab
# chmod 1777 /tmp
# mount -a
</pre>
</article>

View File

@ -0,0 +1,8 @@
<article id="comments">
<div class="puffies" aria-hidden="true">🐡🐡🐡</div>
<h2>Reader comments</h2>
<p>
<em>Message received from XXX: </em>
<quote>blabla.</quote>
</p>
</article>

View File

@ -0,0 +1,9 @@
<article id="links">
<div class="puffies" aria-hidden="true">🐡🐡🐡</div>
<h2>Going further</h2>
<ul>
<li><a class="permalink" href="https://text.causal.agency/016-using-openbsd.txt">Using OpenBSD for real</a></li>
<li><a class="permalink" href="https://flak.tedunangst.com/post/compiling-an-openbsd-kernel-50-faster">compiling an openbsd kernel 50% faster</a></li>
<li><a class="permalink" href="https://confuzeus.com/shorts/openbsd-nuclear-apocalypse/">OpenBSD is the Perfect OS post Nuclear Apocalypse</a></li>
</ul>
</article>

View File

@ -0,0 +1,15 @@
<!-- section commented
<article id="artwork">
<div class="puffies" aria-hidden="true">🐡🐡🐡</div>
<h2>Artworks of the moment</h2>
<figure>
<a href="images/puffer_city_original.jpg">
<picture>
<img src="images/puffer_city_small.jpg"
alt="A drawing featuring a city viewed from some altitude with many characters looking like OpenBSD mascot." />
</picture>
</a>
<figcaption>MASCOT</figcaption>
</figure>
</article>
END HTML Comment -->

View File

@ -0,0 +1,7 @@
<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

@ -0,0 +1,12 @@
<!-- section commented
<article id="quotes">
<div class="puffies" aria-hidden="true">🐡🐡🐡</div>
<h2>Quote</h2>
<blockquote>
glub
<cite>&mdash; Puffy</cite>
</blockquote>
</article>
END HTML Comment -->

View File

@ -0,0 +1 @@
PUBLISHED_DATE="YYYY-mm-ddTHH:MM:SSZ"