This commit is contained in:
Solene Rapenne 2021-11-25 21:20:03 +01:00
parent 5e08ed9cb8
commit 86aa08e4b9
9 changed files with 25 additions and 18 deletions

View File

@ -14,10 +14,10 @@ difference between zzz and ZZZ
Current changes
---------------
clang-tidy and clazy: https://twitter.com/sizeofvoid/status/1458112702388256770 and https://twitter.com/sizeofvoid/status/1458113588263100421
Links
-----
<li><a class="permalink" href="https://www.tumfatig.net/2021/running-the-searx-metasearch-engine-on-openbsd/">How to install searx on OpenBSD</a></li>
Communities
-----------

View File

@ -4,7 +4,8 @@
<p>
Display the current month calendar with current day highlighted:
<pre>now=$(date +%d); cal -m |\
sed "s/ $now /$(printf " \033[1;30;44m$now\033[0m ")/"</pre>
<pre>now=$(date +%d) ; /usr/bin/cal -m | \
sed -E "3,\\$s/( |^)($now)( |\\$)/\\1$(printf "\\033[7m")\\2$(printf "\\033[0m")\\3/"</pre>
</pre>
</p>
</article>

View File

@ -1,6 +1,8 @@
<article id="headlines">
<h2>TL;DR</h2>
<ul>
<li>OpenBSD 7.0 release very soon</li>
</ul>
<li>cland-tidy and clazy imported into the ports tree</li>
<li>syspatch released for 6.9 and 7.0</li>
<li>RFC6840 integration</li>
</ul>
</article>

View File

@ -2,6 +2,8 @@
<div class="puffies" aria-hidden="true">🐡🐡🐡</div>
<h2>Recent -current changes</h2>
<ul>
<li></li>
<li>RFC6840 support and integration into OpenBSD resolvers has been committed (<a href="https://marc.info/?l=openbsd-cvs&m=163761230920719&w=2" class="permalink">explanation of what this is in the commit</a>)</li>
<li>Callout to test a big unlock of the uvm (some part managing virtual memory) on <a href="https://marc.info/?l=openbsd-tech&m=163774913205533&w=2" class="permalink">tech@</a></li>
<li>X server updated, <a href="https://marc.info/?l=openbsd-tech&m=163674121630769&w=2" class="permalink">you may need to force DPI setting</a> if fonts are too big</li>
</ul>
</article>

View File

@ -1,7 +1,8 @@
<article id="stable">
<div class="puffies" aria-hidden="true">🐡🐡🐡</div>
<h2>6.9-stable changes</h2>
<h2>7.0-stable updates (since last webzine issue)</h2>
<ul>
<li></li>
<li><strong>Syspatch</strong>: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/7.0/common/005_unpcon.patch.sig" class="permalink">005</a> and <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/7.0/common/006_x509.patch.sig" class="permalink">006</a>. They are for all architectures.</li>
<li><strong>pkg security fixes</strong>: icinga-web2, roundcubemail, lldpd, thunderbird, nextcloud, isc-bind, tshark, wireshark, firefox, php, samba, rspamd</li>
</ul>
</article>

View File

@ -2,12 +2,12 @@
<div class="puffies" aria-hidden="true">🐡🐡🐡</div>
<h2>Shell tips</h2>
<p>
Enable "vi mode" in your ksh shell and embrace the superiority of vi shortcuts:
Enable "vi mode" in your ksh shell and embrace the feeling of vi shortcuts:
</p>
<pre>echo "set -o vi" >> $HOME/.kshrc</pre>
<p>In a new shell, you can navigate in history with <kbd>Esc</kbd> + <kbd>j</kbd> or <kbd>k</kbd></p>
<p>Move the cursor in a long command with <kbd>h</kbd> or <kbd>l</kbd></p>
<p>Search and filter in the history with <kbd>Esc</kbd> + <kbd>/</kbd></p>
Vi lovers, see <a href="https://github.com/alols/xcape" title="xcape">xcape port</a> to add <code>xcape -e 'Alt_L=Escape' &</code> to your "<code>$HOME/.xsession</code>" file.
Vi lovers, see <a href="https://github.com/alols/xcape" class="permalink">xcape</a> to add <code>xcape -e 'Alt_L=Escape' &</code> to your "<code>$HOME/.xsession</code>" file.
</article>

View File

@ -0,0 +1,7 @@
<article id="socials">
<div class="puffies" aria-hidden="true">🐡🐡🐡</div>
<h2>On social media</h2>
<ul>
<li>Peter Kotrčka said "[issue #4] <a href="https://social.tchncs.de/@pkotrcka/107259557921442881" class="permalink">a very solid issue of the magazine. I liked the interview</a> "about previous webzine issue! :)</li>
</ul>
</article>

View File

@ -2,6 +2,7 @@
<div class="puffies" aria-hidden="true">🐡🐡🐡</div>
<h2>Going further</h2>
<ul>
<li><a class="permalink" href="http://fuguita.org/">FuguIta - OpenBSD-based Live Systam</a></li>
<li><a class="permalink" href="http://fuguita.org/">FuguIta - OpenBSD-based Live System</a></li>
<li><a class="permalink" href="https://www.tumfatig.net/2021/running-the-searx-metasearch-engine-on-openbsd/">How to install searx on OpenBSD</a></li>
</ul>
</article>

View File

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