<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>~yzs</title>
  <id>https://www.yizishun.com/</id>
  <updated>2026-09-07T17:16:49+08:00</updated>
  <link href="https://www.yizishun.com/" />
  <link href="https://www.yizishun.com/atom.xml" rel="self" />
  <author><name>~yzs</name></author>
  <entry>
    <title>欢迎来到 yzs 的 blog</title>
    <id>https://www.yizishun.com/help/</id>
    <link href="https://www.yizishun.com/help/" />
    <updated>2026-09-07T17:16:49+08:00</updated>
    <summary>这里既是个人博客，也是一个真实、临时的 FreeBSD jail。你可以像使用普通终端一样阅读、 浏览和留言；退出后，本次会话中创建的文件会被丢弃。</summary>
    <content type="html">&lt;p&gt;这里既是个人博客，也是一个真实、临时的 FreeBSD jail。你可以像使用普通终端一样阅读、
浏览和留言；退出后，本次会话中创建的文件会被丢弃。&lt;/p&gt;
&lt;p&gt;English version: &lt;code&gt;blog help-en.md&lt;/code&gt;&lt;/p&gt;
&lt;h2&gt;快速开始&lt;/h2&gt;
&lt;pre&gt;&lt;code class=&quot;language-sh&quot;&gt;blog                  # 列出文章
blog help.md          # 阅读中文帮助
blog help-en.md       # Read the English guide
less ~/help.md        # 查看 Markdown 原文
play                  # 列出终端录像
play demo             # 播放本站演示
cat /proc/stat        # 查看根目录的访问、访客和评论统计快照
exit                  # 结束会话
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;阅读文章时按 &lt;code&gt;j&lt;/code&gt;/&lt;code&gt;k&lt;/code&gt; 向下/向上滚动，按 &lt;code&gt;q&lt;/code&gt; 返回终端。播放录像时，
按 Space 暂停或继续，暂停时按 &lt;code&gt;.&lt;/code&gt; 单步播放，按 &lt;code&gt;q&lt;/code&gt; 或 Ctrl-C 停止。&lt;/p&gt;
&lt;h2&gt;留言与回复&lt;/h2&gt;
&lt;p&gt;每次打开并写入当前目录的 &lt;code&gt;comment&lt;/code&gt; FIFO，会提交一条留言：&lt;/p&gt;
&lt;pre&gt;&lt;code class=&quot;language-sh&quot;&gt;echo &apos;alice: hello&apos; &amp;gt; ~/comment
echo &apos;bob: #1: thanks for sharing&apos; &amp;gt; ~/comment
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;格式是 &lt;code&gt;名字: 内容&lt;/code&gt;；省略名字时会显示为 &lt;code&gt;guest&lt;/code&gt;。&lt;code&gt;#1&lt;/code&gt; 是当前目录中已公开留言的局部
编号，上面的第二条命令会回复第 1 条留言。也可以先编辑一个多行文件，再提交一次：&lt;/p&gt;
&lt;pre&gt;&lt;code class=&quot;language-text&quot;&gt;bob: #1: How can I comment/reply with multiple lines?
1. Write a file. 2. cat file &amp;gt; comment.
&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code class=&quot;language-sh&quot;&gt;cat reply.txt &amp;gt; ~/comment
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;一次 &lt;code&gt;cat&lt;/code&gt; 的完整内容只会成为一条留言，文件中的换行会原样保留。每条留言最多 512
字节，提交后先进入审核队列；当前会话中的评论与统计都是启动时的快照，审核通过后请
重新连接查看。&lt;/p&gt;
&lt;h2&gt;图片&lt;/h2&gt;
&lt;p&gt;这是我的博客的图片演示。&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;/demo.png&quot; alt=&quot;termblog 图片演示&quot; width=&quot;954&quot; height=&quot;955&quot; loading=&quot;lazy&quot; decoding=&quot;async&quot; /&gt;&lt;/p&gt;
</content>
  </entry>
  <entry>
    <title>Welcome to yzs&apos;s blog</title>
    <id>https://www.yizishun.com/help-en/</id>
    <link href="https://www.yizishun.com/help-en/" />
    <updated>2026-09-07T17:16:49+08:00</updated>
    <summary>This is both a personal blog and a real, temporary FreeBSD jail. Read, explore, and leave a message as you would in a normal terminal. Files created during your…</summary>
    <content type="html">&lt;p&gt;This is both a personal blog and a real, temporary FreeBSD jail. Read, explore, and leave a
message as you would in a normal terminal. Files created during your session disappear when
you exit.&lt;/p&gt;
&lt;p&gt;Chinese guide: &lt;code&gt;blog help.md&lt;/code&gt;&lt;/p&gt;
&lt;h2&gt;Quick start&lt;/h2&gt;
&lt;pre&gt;&lt;code class=&quot;language-sh&quot;&gt;blog                  # List articles
blog help.md          # Read the Chinese guide
blog help-en.md       # Read this English guide
less ~/help-en.md     # View the Markdown source
play                  # List terminal recordings
play demo             # Play the site demo
cat /proc/stat        # View the root scope&apos;s frozen statistics snapshot
exit                  # End the session
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;While reading, press &lt;code&gt;j&lt;/code&gt;/&lt;code&gt;k&lt;/code&gt; to scroll down/up and &lt;code&gt;q&lt;/code&gt; to return to the shell. During playback,
Space pauses or resumes, &lt;code&gt;.&lt;/code&gt; advances one frame while paused, and &lt;code&gt;q&lt;/code&gt; or Ctrl-C stops playback.&lt;/p&gt;
&lt;h2&gt;Comments and replies&lt;/h2&gt;
&lt;p&gt;Each time you open and write the current directory&apos;s &lt;code&gt;comment&lt;/code&gt; FIFO, one comment is submitted:&lt;/p&gt;
&lt;pre&gt;&lt;code class=&quot;language-sh&quot;&gt;echo &apos;alice: hello&apos; &amp;gt; ~/comment
echo &apos;bob: #1: thanks for sharing&apos; &amp;gt; ~/comment
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;The format is &lt;code&gt;name: message&lt;/code&gt;; without a name, the author is &lt;code&gt;guest&lt;/code&gt;. &lt;code&gt;#1&lt;/code&gt; is the local number
of an approved comment in this directory, so the second command replies to comment 1. You can
also prepare a multiline file and submit it once:&lt;/p&gt;
&lt;pre&gt;&lt;code class=&quot;language-text&quot;&gt;bob: #1: How can I comment/reply with multiple lines?
1. Write a file. 2. cat file &amp;gt; comment.
&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code class=&quot;language-sh&quot;&gt;cat reply.txt &amp;gt; ~/comment
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;The complete contents of one &lt;code&gt;cat&lt;/code&gt; command become one comment, with internal newlines preserved.
A comment may contain at most 512 bytes. Submissions enter a moderation queue. Comments and
statistics in this session are frozen at connection time, so reconnect after approval to see
changes.&lt;/p&gt;
&lt;h2&gt;Images&lt;/h2&gt;
&lt;p&gt;This is an image demo for my blog.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;/demo.png&quot; alt=&quot;termblog image demo&quot; width=&quot;954&quot; height=&quot;955&quot; loading=&quot;lazy&quot; decoding=&quot;async&quot; /&gt;&lt;/p&gt;
</content>
  </entry>
  <entry>
    <title>FreeBSD</title>
    <id>https://www.yizishun.com/freebsd/empty/</id>
    <link href="https://www.yizishun.com/freebsd/empty/" />
    <updated>2026-09-07T15:45:51+08:00</updated>
    <summary>This section is temporarily empty.</summary>
    <content type="html">&lt;p&gt;This section is temporarily empty.&lt;/p&gt;
</content>
  </entry>
</feed>
