issue-5 wip

This commit is contained in:
prx 2021-11-24 14:52:30 +01:00
parent fae05665ac
commit f0e2b6fd76
6 changed files with 15 additions and 11 deletions

View File

@ -5,8 +5,8 @@ how to use openrsync from base system
/tmp in mfs
shortcuts in shell (emacs mode)
how to mimic lsblk on Linux
vi mode in the shell
pkg-readmes
ksh autocompletion examples
Article
-------
@ -31,4 +31,3 @@ Artworks
Readers comments
----------------
https://social.tchncs.de/@pkotrcka/107259557921442881
https://bsd.network/@jaywilliams/107259666091218206

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

View File

@ -2,5 +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:
</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.
</article>

View File

@ -2,7 +2,7 @@
<div class="puffies" aria-hidden="true">🐡🐡🐡</div>
<h2>Reader comments</h2>
<p>
<em>Message received from XXX: </em>
<quote>blabla.</quote>
<em>Message received from Jay Williams: </em>
<quote>Best issue yet! The interview was great to read, and I learned a new ksh trick.</quote>
</p>
</article>

View File

@ -2,6 +2,6 @@
<div class="puffies" aria-hidden="true">🐡🐡🐡</div>
<h2>Going further</h2>
<ul>
<li><a class="permalink" href=""></a></li>
<li><a class="permalink" href="http://fuguita.org/">FuguIta - OpenBSD-based Live Systam</a></li>
</ul>
</article>

View File

@ -1,15 +1,13 @@
<!-- 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/openbsd-puffy-crypto.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/openbsd-puffy-crypto.gif"
alt="A happy Puffy jumping over a pile of paper sheets handling keys" />
</picture>
</a>
<figcaption>MASCOT</figcaption>
<figcaption>Happy Puffy -- unknown author</figcaption>
</figure>
</article>
END HTML Comment -->