<?xml version="1.0" encoding="utf-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><title>随风飞行</title><link>https://www.52nantong.net/</link><description>Good Luck To You!</description><item><title>windows 时间同步程序</title><link>https://www.52nantong.net/?id=629</link><description>&lt;p&gt;&lt;a href=&quot;https://www.52nantong.net/soft/nssm.exe&quot; target=&quot;_blank&quot;&gt;https://www.52nantong.net/soft/nssm.exe&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;https://www.52nantong.net/soft/TimeSync.exe&quot; target=&quot;_self&quot;&gt;https://www.52nantong.net/soft/TimeSync.exe&lt;/a&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;管理员使用 nssm install 命令&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;https://www.52nantong.net/soft/TimeSyncwin8.exe&quot; target=&quot;_blank&quot;&gt;https://www.52nantong.net/soft/TimeSyncwin8.exe&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;或者直接设置注册表直接更新间隔&lt;/p&gt;</description><pubDate>Mon, 03 Aug 2026 11:22:27 +0800</pubDate></item><item><title>esxi备份镜像大 恢复办法</title><link>https://www.52nantong.net/?id=628</link><description>&lt;p&gt;使用&lt;br/&gt;&lt;/p&gt;Diskgenius_Pro_x64_5.4.3_cn_v2 来恢复</description><pubDate>Fri, 03 Jul 2026 14:19:23 +0800</pubDate></item><item><title>呼号没法更新</title><link>https://www.52nantong.net/?id=627</link><description>&lt;p&gt;配置是 HBmonitor（也就是 hbmon.service）的核心配置文件。你遇到的现象非常经典：网关端口和网络链路修复后，HBLink 服务后台完全正常，但 HBMonitor 的 Web 界面却卡死、空白或无法显示。核心原因：DMR-MARC 官方数据库域名变更，导致监控在启动时“无限期卡死”请看你配置文件里的这两行：&lt;/p&gt;&lt;pre class=&quot;prism-highlight prism-language-bash&quot;&gt;nano&amp;nbsp;/opt/HBmonitor2/config.py&lt;/pre&gt;&lt;p&gt;方案一：彻底关闭公网更新（最推荐，秒开网页）直接不让它去公网下载。我们使用你本地的配置文件。&lt;/p&gt;&lt;pre class=&quot;prism-highlight prism-language-bash&quot;&gt;FILE_RELOAD&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;=&amp;nbsp;0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;#&amp;nbsp;设为&amp;nbsp;0&amp;nbsp;通常在一些版本里代表不自动更新&lt;/pre&gt;&lt;p&gt;方案二：如果仍需要显示呼号，将 URL 替换为国内/可用镜像如果你希望在 LastHeard（最后听到）列表里不仅显示数字 ID，还能显示对方的呼号和名字，你可以把这两行失效的 URL 替换为当前稳定可用的全球 DMR ID 数据库源。例如替换为开源社区维护的单文本源或本地源（如果系统能正常访问外网）：&lt;/p&gt;&lt;pre class=&quot;prism-highlight prism-language-basic&quot;&gt;PEER_URL&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;=&amp;nbsp;&amp;#39;https://www.radioid.net/api/dmr/repeater/?country=China&amp;#39;&amp;nbsp;#&amp;nbsp;仅拉取中国
SUBSCRIBER_URL&amp;nbsp;&amp;nbsp;=&amp;nbsp;&amp;#39;https://raw.githubusercontent.com/HBLink-Team/DMR-Database/main/users.json&amp;#39;&lt;/pre&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;测试使用&amp;nbsp; 建空库&lt;/p&gt;&lt;pre class=&quot;prism-highlight prism-language-bash&quot;&gt;#&amp;nbsp;1.&amp;nbsp;进入监控目录
cd&amp;nbsp;/opt/HBmonitor2/

#&amp;nbsp;2.&amp;nbsp;删掉旧的&amp;nbsp;JSON&amp;nbsp;文件
rm&amp;nbsp;-f&amp;nbsp;peer_ids.json&amp;nbsp;subscriber_ids.json

#&amp;nbsp;3.&amp;nbsp;建立最纯净的、合法的空&amp;nbsp;JSON&amp;nbsp;结构&amp;nbsp;{}
echo&amp;nbsp;&amp;quot;{}&amp;quot;&amp;nbsp;&amp;gt;&amp;nbsp;peer_ids.json
echo&amp;nbsp;&amp;quot;{}&amp;quot;&amp;nbsp;&amp;gt;&amp;nbsp;subscriber_ids.json

#&amp;nbsp;4.&amp;nbsp;确保日志目录没有权限锁死
mkdir&amp;nbsp;-p&amp;nbsp;./log/
chmod&amp;nbsp;777&amp;nbsp;./log/&lt;/pre&gt;&lt;pre class=&quot;prism-highlight prism-language-basic&quot;&gt;echo&amp;nbsp;&amp;#39;{&amp;quot;1&amp;quot;:&amp;nbsp;{&amp;quot;callsign&amp;quot;:&amp;nbsp;&amp;quot;BI4AAA&amp;quot;,&amp;nbsp;&amp;quot;name&amp;quot;:&amp;nbsp;&amp;quot;TEST&amp;quot;}}&amp;#39;&amp;nbsp;&amp;gt;&amp;nbsp;/opt/HBmonitor2/peer_ids.json
echo&amp;nbsp;&amp;#39;{&amp;quot;1&amp;quot;:&amp;nbsp;{&amp;quot;callsign&amp;quot;:&amp;nbsp;&amp;quot;BI4AAA&amp;quot;,&amp;nbsp;&amp;quot;name&amp;quot;:&amp;nbsp;&amp;quot;TEST&amp;quot;}}&amp;#39;&amp;nbsp;&amp;gt;&amp;nbsp;/opt/HBmonitor2/subscriber_ids.json&lt;/pre&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Fri, 26 Jun 2026 14:27:28 +0800</pubDate></item><item><title>HBLINK服务修改 monitor.py  不让他自动更新</title><link>https://www.52nantong.net/?id=626</link><description>&lt;pre class=&quot;prism-highlight prism-language-bash&quot;&gt;nano&amp;nbsp;/opt/HBmonitor2/monitor.py
跳转到&amp;nbsp;810&amp;nbsp;行左右。&amp;nbsp;&amp;nbsp;Mac&amp;nbsp;快捷键&amp;nbsp;Control&amp;nbsp;+&amp;nbsp;Shift&amp;nbsp;+&amp;nbsp;-&lt;/pre&gt;&lt;pre class=&quot;prism-highlight prism-language-bash&quot;&gt;把这两段代码完全改成下面这个样子。
核心技巧：请确保&amp;nbsp;result&amp;nbsp;=&amp;nbsp;True&amp;nbsp;和&amp;nbsp;logging.info(result)&amp;nbsp;这两行的最前面，不多不少，刚好只有&amp;nbsp;4&amp;nbsp;个空格。&lt;/pre&gt;&lt;pre class=&quot;prism-highlight prism-language-bash&quot;&gt;#&amp;nbsp;&amp;nbsp;result&amp;nbsp;=&amp;nbsp;try_download(PATH,&amp;nbsp;PEER_FILE,&amp;nbsp;PEER_URL,&amp;nbsp;(FILE_RELOAD&amp;nbsp;*&amp;nbsp;86400))
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;result&amp;nbsp;=&amp;nbsp;True
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;logging.info(result)

#&amp;nbsp;&amp;nbsp;result&amp;nbsp;=&amp;nbsp;try_download(PATH,&amp;nbsp;SUBSCRIBER_FILE,&amp;nbsp;SUBSCRIBER_URL,&amp;nbsp;(FILE_RELOAD&amp;nbsp;*&amp;nbsp;86400))
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;result&amp;nbsp;=&amp;nbsp;True
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;logging.info(result)&lt;/pre&gt;&lt;p&gt;第 251 行，让 Python 在解码失败时自动忽略（ignore）掉这些乱码字节，从而保证程序绝对不崩溃&lt;/p&gt;&lt;h4 data-path-to-node=&quot;16&quot;&gt;给 &lt;code data-path-to-node=&quot;16&quot; data-index-in-node=&quot;6&quot;&gt;decode&lt;/code&gt; 加上容错参数 &lt;code data-path-to-node=&quot;16&quot; data-index-in-node=&quot;20&quot;&gt;errors=&amp;#39;ignore&amp;#39;&lt;/code&gt;&lt;/h4&gt;&lt;p data-path-to-node=&quot;17&quot;&gt;把这一行修改为（或者直接整行替换为）：&lt;/p&gt;&lt;pre class=&quot;prism-highlight prism-language-basic&quot;&gt;_ctable_peer[&amp;#39;CALLSIGN&amp;#39;]&amp;nbsp;=&amp;nbsp;_peer_conf[&amp;#39;CALLSIGN&amp;#39;].decode(&amp;#39;utf-8&amp;#39;,&amp;nbsp;errors=&amp;#39;ignore&amp;#39;)&lt;/pre&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Fri, 26 Jun 2026 14:22:25 +0800</pubDate></item><item><title>海能达转换网关服务器启动服务修改</title><link>https://www.52nantong.net/?id=625</link><description>&lt;pre class=&quot;prism-highlight prism-language-basic&quot;&gt;nano&amp;nbsp;/lib/systemd/system/dmr.service&lt;/pre&gt;&lt;ol style=&quot;list-style-type: decimal;&quot; class=&quot; list-paddingleft-2&quot;&gt;&lt;li&gt;&lt;p&gt;打开 dmr.service 配置文件在终端中执行以下命令，直接编辑该服务的 systemd 配置文件：&lt;br/&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;h4 data-path-to-node=&quot;8&quot;&gt;2. 修改 &lt;code data-path-to-node=&quot;8&quot; data-index-in-node=&quot;6&quot;&gt;[Unit]&lt;/code&gt; 和 &lt;code data-path-to-node=&quot;8&quot; data-index-in-node=&quot;15&quot;&gt;[Service]&lt;/code&gt; 部分&lt;/h4&gt;&lt;p data-path-to-node=&quot;9&quot;&gt;在配置文件中找到 &lt;code data-path-to-node=&quot;9&quot; data-index-in-node=&quot;9&quot;&gt;[Unit]&lt;/code&gt; 和 &lt;code data-path-to-node=&quot;9&quot; data-index-in-node=&quot;18&quot;&gt;[Service]&lt;/code&gt; 标签，添加&lt;strong data-path-to-node=&quot;9&quot; data-index-in-node=&quot;33&quot;&gt;服务依赖&lt;/strong&gt;与&lt;strong data-path-to-node=&quot;9&quot; data-index-in-node=&quot;38&quot;&gt;启动延迟&lt;/strong&gt;。修改后的结构如下（请根据实际内容对照修改）：&lt;/p&gt;&lt;pre class=&quot;prism-highlight prism-language-basic&quot;&gt;[Unit]
Description=dmr&amp;nbsp;service
#&amp;nbsp;1.&amp;nbsp;确保&amp;nbsp;dmr2&amp;nbsp;停止时自己也停止，且在&amp;nbsp;dmr2&amp;nbsp;之后启动
Requires=dmr2.service
After=dmr2.service

[Service]
Type=simple
#&amp;nbsp;2.&amp;nbsp;在真正执行启动命令前，强行让系统小憩&amp;nbsp;5&amp;nbsp;秒
ExecStartPre=/bin/sleep&amp;nbsp;5
ExecStart=/opt/gw_hytera_mmdvm/gw_hytera_mmdvm&amp;nbsp;/opt/gw_hytera_mmdvm/gw_hytera_mmdvm.cfg
...&lt;/pre&gt;&lt;p&gt;手动启动命令&lt;/p&gt;&lt;pre class=&quot;prism-highlight prism-language-basic&quot;&gt;systemctl&amp;nbsp;stop&amp;nbsp;dmr.service&amp;nbsp;dmr2.service

rm&amp;nbsp;-f&amp;nbsp;/tmp/dmr*
rm&amp;nbsp;-f&amp;nbsp;/tmp/mmdvm*

systemctl&amp;nbsp;start&amp;nbsp;dmr2.service
sleep&amp;nbsp;3
systemctl&amp;nbsp;start&amp;nbsp;dmr.service&lt;/pre&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Fri, 26 Jun 2026 14:10:59 +0800</pubDate></item><item><title>wr330 刷机</title><link>https://www.52nantong.net/?id=624</link><description>&lt;p&gt;&lt;span style=&quot;color:#333333;overflow-wrap: break-word; font-family: Tahoma, Helvetica, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: #FFFFFF; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;&quot;&gt;&lt;span style=&quot;font-family:Arial, Tahoma, Helvetica, FreeSans, sans-serif;overflow-wrap: break-word;&quot;&gt;&lt;span style=&quot;overflow-wrap: break-word; font-size: 14.85px;&quot;&gt;官方固件开启telnet-wget下载breed-开刷-完工！&lt;br style=&quot;overflow-wrap: break-word;&quot;/&gt;&lt;br style=&quot;overflow-wrap: break-word;&quot;/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br style=&quot;overflow-wrap: break-word; color: rgb(68, 68, 68); font-family: Tahoma, Helvetica, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;&quot;/&gt;&lt;span style=&quot;color:#333333;overflow-wrap: break-word; font-family: Tahoma, Helvetica, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: #FFFFFF; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;&quot;&gt;&lt;span style=&quot;font-family:Arial, Tahoma, Helvetica, FreeSans, sans-serif;overflow-wrap: break-word;&quot;&gt;&lt;span style=&quot;overflow-wrap: break-word; font-size: 14.85px;&quot;&gt;WEB登陆&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color:#333333;overflow-wrap: break-word; font-family: Tahoma, Helvetica, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: #FFFFFF; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;&quot;&gt;&lt;span style=&quot;font-family:Arial, Tahoma, Helvetica, FreeSans, sans-serif;overflow-wrap: break-word;&quot;&gt;&lt;span style=&quot;overflow-wrap: break-word; font-size: 14.85px;&quot;&gt;-恢复出厂设置（防止其他导致问题）&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color:#333333;overflow-wrap: break-word; font-family: Tahoma, Helvetica, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: #FFFFFF; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;&quot;&gt;&lt;span style=&quot;font-family:Arial, Tahoma, Helvetica, FreeSans, sans-serif;overflow-wrap: break-word;&quot;&gt;&lt;span style=&quot;overflow-wrap: break-word; font-size: 14.85px;&quot;&gt;&lt;br style=&quot;overflow-wrap: break-word;&quot;/&gt;然后重新设置用户名root，密码123456aa&lt;br style=&quot;overflow-wrap: break-word;&quot;/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color:#333333;overflow-wrap: break-word; font-family: Tahoma, Helvetica, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: #FFFFFF; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;&quot;&gt;&lt;span style=&quot;font-family:Arial, Tahoma, Helvetica, FreeSans, sans-serif;overflow-wrap: break-word;&quot;&gt;&lt;span style=&quot;overflow-wrap: break-word; font-size: 14.85px;&quot;&gt;网页访问（开始-cmd-ipconfig看路由ip）&lt;br style=&quot;overflow-wrap: break-word;&quot;/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;a href=&quot;http://192.168.0.1/adm/telnetd.shtml&quot; target=&quot;_blank&quot; style=&quot;overflow-wrap: break-word; color: rgb(51, 102, 153); text-decoration: underline; font-family: Tahoma, Helvetica, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;http://192.168.101.1/adm/telnetd.shtml&lt;/a&gt;&lt;br style=&quot;overflow-wrap: break-word; color: rgb(68, 68, 68); font-family: Tahoma, Helvetica, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;&quot;/&gt;&lt;br style=&quot;overflow-wrap: break-word; color: rgb(68, 68, 68); font-family: Tahoma, Helvetica, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;&quot;/&gt;&lt;span style=&quot;font-family:Arial, Tahoma, Helvetica, FreeSans, sans-serif;overflow-wrap: break-word; color: #444444; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: #FFFFFF; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;&quot;&gt;&lt;span style=&quot;overflow-wrap: break-word; font-size: 14.85px;&quot;&gt;&lt;br style=&quot;overflow-wrap: break-word;&quot;/&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family:Arial, Tahoma, Helvetica, FreeSans, sans-serif;overflow-wrap: break-word; color: #444444; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: #FFFFFF; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;&quot;&gt;&lt;span style=&quot;overflow-wrap: break-word; font-size: 14.85px;&quot;&gt;&lt;span style=&quot;color:#333333;overflow-wrap: break-word;&quot;&gt;telnet右边按钮显示ON那里&lt;/span&gt;&lt;span style=&quot;color:#ff0000;overflow-wrap: break-word;&quot;&gt;按成OFF&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br style=&quot;overflow-wrap: break-word; color: rgb(68, 68, 68); font-family: Tahoma, Helvetica, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;&quot;/&gt;&lt;br style=&quot;overflow-wrap: break-word; color: rgb(68, 68, 68); font-family: Tahoma, Helvetica, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;&quot;/&gt;&lt;br style=&quot;overflow-wrap: break-word; color: rgb(68, 68, 68); font-family: Tahoma, Helvetica, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;&quot;/&gt;&lt;span style=&quot;color:#333333;overflow-wrap: break-word; font-family: Tahoma, Helvetica, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: #FFFFFF; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;&quot;&gt;&lt;span style=&quot;font-family:Arial, Tahoma, Helvetica, FreeSans, sans-serif;overflow-wrap: break-word;&quot;&gt;&lt;span style=&quot;overflow-wrap: break-word; font-size: 14.85px;&quot;&gt;putty操作方式是：&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family:Arial, Tahoma, Helvetica, FreeSans, sans-serif;overflow-wrap: break-word; color: #444444; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: #FFFFFF; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;&quot;&gt;&lt;br style=&quot;overflow-wrap: break-word;&quot;/&gt;&lt;/span&gt;&lt;span style=&quot;font-family:Arial, Tahoma, Helvetica, FreeSans, sans-serif;overflow-wrap: break-word; color: #444444; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: #FFFFFF; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;&quot;&gt;&lt;span style=&quot;overflow-wrap: break-word; font-size: 14.85px;&quot;&gt;&lt;a href=&quot;http://192.168.2.254/adm/telnetd.shtml&quot; target=&quot;_blank&quot; style=&quot;overflow-wrap: break-word; color: rgb(51, 102, 153); text-decoration: underline;&quot;&gt;192.168.101.1&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: #444444; font-family: Tahoma, Helvetica, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: #FFFFFF; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;&quot;&gt;&amp;nbsp;选择telnet 23端口连接&lt;/span&gt;&lt;span style=&quot;font-family:Arial, Tahoma, Helvetica, FreeSans, sans-serif;overflow-wrap: break-word; color: #444444; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: #FFFFFF; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;&quot;&gt;&lt;br style=&quot;overflow-wrap: break-word;&quot;/&gt;&lt;span style=&quot;color:#333333;overflow-wrap: break-word;&quot;&gt;&lt;span style=&quot;overflow-wrap: break-word; font-size: 14.85px;&quot;&gt;输入用户名root&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br style=&quot;overflow-wrap: break-word; color: rgb(68, 68, 68); font-family: Tahoma, Helvetica, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;&quot;/&gt;&lt;span style=&quot;font-family:Arial, Tahoma, Helvetica, FreeSans, sans-serif;overflow-wrap: break-word; color: #444444; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: #FFFFFF; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;&quot;&gt;&lt;span style=&quot;color:#333333;overflow-wrap: break-word;&quot;&gt;&lt;span style=&quot;overflow-wrap: break-word; font-size: 14.85px;&quot;&gt;密码123456aa&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br style=&quot;overflow-wrap: break-word; color: rgb(68, 68, 68); font-family: Tahoma, Helvetica, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;&quot;/&gt;&lt;span style=&quot;font-family:Arial, Tahoma, Helvetica, FreeSans, sans-serif;overflow-wrap: break-word; color: #444444; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: #FFFFFF; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;&quot;&gt;&lt;span style=&quot;color:#333333;overflow-wrap: break-word;&quot;&gt;&lt;span style=&quot;overflow-wrap: break-word; font-size: 14.85px;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family:Arial, Tahoma, Helvetica, FreeSans, sans-serif;overflow-wrap: break-word; color: #444444; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: #FFFFFF; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;&quot;&gt;&lt;span style=&quot;color:#333333;overflow-wrap: break-word;&quot;&gt;&lt;span style=&quot;overflow-wrap: break-word; font-size: 14.85px;&quot;&gt;开个http文件服务&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family:Arial, Tahoma, Helvetica, FreeSans, sans-serif;overflow-wrap: break-word; color: #444444; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: #FFFFFF; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;&quot;&gt;&lt;span style=&quot;color:#333333;overflow-wrap: break-word;&quot;&gt;&lt;span style=&quot;overflow-wrap: break-word; font-size: 14.85px;&quot;&gt;&lt;a href=&quot;https://github.com/linimbus/simple-http-server-windows/releases/tag/v0.2.2&quot; target=&quot;_blank&quot;&gt;https://github.com/linimbus/simple-http-server-windows/releases/tag/v0.2.2&lt;/a&gt;&lt;br/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family:Arial, Tahoma, Helvetica, FreeSans, sans-serif;overflow-wrap: break-word; color: #444444; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: #FFFFFF; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;&quot;&gt;&lt;span style=&quot;color:#333333;overflow-wrap: break-word;&quot;&gt;&lt;span style=&quot;overflow-wrap: break-word; font-size: 14.85px;&quot;&gt;&lt;br style=&quot;overflow-wrap: break-word;&quot;/&gt;&lt;/span&gt;&lt;span style=&quot;overflow-wrap: break-word; font-size: 14.85px;&quot;&gt;复制下面一整行粘贴进去putty回车&lt;/span&gt;&lt;/span&gt;&lt;br style=&quot;overflow-wrap: break-word;&quot;/&gt;&lt;br style=&quot;overflow-wrap: break-word;&quot;/&gt;&lt;span style=&quot;color:#333333;overflow-wrap: break-word;&quot;&gt;&lt;span style=&quot;overflow-wrap: break-word; font-size: 14.85px;&quot;&gt;cd /tmp &amp;amp;&amp;amp; wget&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;a href=&quot;http://192.168.169.199:9000/other/breed/breed-mt7621-pbr-m1.bin&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;color:#333333;overflow-wrap: break-word;&quot;&gt;&lt;span style=&quot;overflow-wrap: break-word; font-size: 14.85px;&quot;&gt;192.168.169.199:9000/other/breed/breed-mt7621-pbr-m1.bin&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color:#333333;overflow-wrap: break-word;&quot;&gt;&lt;span style=&quot;overflow-wrap: break-word; font-size: 14.85px;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;color:#333333;overflow-wrap: break-word;&quot;&gt;&lt;span style=&quot;overflow-wrap: break-word; font-size: 14.85px;&quot;&gt;&amp;amp;&amp;amp; mtd_write write /tmp/breed-mt7621-pbr-m1.bin Bootloader&lt;br style=&quot;overflow-wrap: break-word;&quot;/&gt;&lt;br style=&quot;overflow-wrap: break-word;&quot;/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family:Arial, Tahoma, Helvetica, FreeSans, sans-serif;overflow-wrap: break-word; color: #444444; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: #FFFFFF; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;&quot;&gt;&lt;br style=&quot;overflow-wrap: break-word;&quot;/&gt;&lt;br style=&quot;overflow-wrap: break-word;&quot;/&gt;&lt;span style=&quot;color:#333333;overflow-wrap: break-word;&quot;&gt;&lt;span style=&quot;overflow-wrap: break-word; font-size: 14.85px;&quot;&gt;看到刷入完成后-断电-按住背后靠近网口的&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color:#ff0000;overflow-wrap: break-word;&quot;&gt;&lt;span style=&quot;overflow-wrap: break-word; font-size: 14.85px;&quot;&gt;WIFI按钮（非reset）&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color:#333333;overflow-wrap: break-word;&quot;&gt;&lt;span style=&quot;overflow-wrap: break-word; font-size: 14.85px;&quot;&gt;插电按住等3秒松，进breed 192.168.1.1&lt;/span&gt;&lt;/span&gt;&lt;br style=&quot;overflow-wrap: break-word;&quot;/&gt;&lt;br style=&quot;overflow-wrap: break-word;&quot;/&gt;&lt;span style=&quot;color:#333333;overflow-wrap: break-word;&quot;&gt;&lt;span style=&quot;overflow-wrap: break-word; font-size: 14.85px;&quot;&gt;完工！&lt;/span&gt;&lt;/span&gt;&lt;br style=&quot;overflow-wrap: break-word;&quot;/&gt;&lt;/span&gt;&lt;/p&gt;</description><pubDate>Fri, 15 May 2026 10:16:41 +0800</pubDate></item><item><title>steam串流错误</title><link>https://www.52nantong.net/?id=623</link><description>&lt;header class=&quot;post-header&quot; style=&quot;opacity: 1; font-size: 1.125em; color: rgb(85, 85, 85); font-family: Lato, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; display: block; transform: translateY(0px);&quot;&gt;&lt;h1 class=&quot;post-title&quot; itemprop=&quot;name headline&quot; data-imt-p=&quot;1&quot; style=&quot;font-size: 1.5em; margin: initial; font-family: Lato, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-weight: normal; line-height: 1.5; text-align: center; overflow-wrap: break-word;&quot;&gt;steam串流错误&lt;/h1&gt;&lt;div class=&quot;post-meta&quot; style=&quot;color: rgb(153, 153, 153); font-family: Lato, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 0.75em; margin: 3px 0px 60px; text-align: center;&quot;&gt;&lt;span class=&quot;post-meta-item&quot;&gt;&lt;span class=&quot;post-meta-item-icon&quot; style=&quot;margin-right: 3px;&quot;&gt;&lt;em class=&quot;far fa-calendar&quot; style=&quot;-webkit-font-smoothing: antialiased; display: inline-block; font-style: normal; font-variant: normal; text-rendering: auto; line-height: 1; font-weight: 400; font-family: &amp;quot;Font Awesome 5 Free&amp;quot;;&quot;&gt;&lt;/em&gt;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;post-meta-item-text&quot; data-imt-p=&quot;1&quot; data-imt-translation-only=&quot;1&quot;&gt;发布于&lt;/span&gt;&amp;nbsp;&lt;time title=&quot;Created: 2022-06-11 17:49:38&quot; itemprop=&quot;dateCreated datePublished&quot; datetime=&quot;2022-06-11T17:49:38+08:00&quot; style=&quot;border-bottom: 1px dashed rgb(153, 153, 153); cursor: pointer;&quot;&gt;2022-06-11&lt;/time&gt;&lt;/span&gt;&lt;/div&gt;&lt;/header&gt;&lt;div class=&quot;post-body&quot; itemprop=&quot;articleBody&quot; style=&quot;font-family: Lato, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; overflow-wrap: break-word; font-size: 1.125em; text-align: justify; opacity: 1; color: rgb(85, 85, 85); font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; display: block; transform: translateY(0px);&quot;&gt;&lt;p data-imt-p=&quot;1&quot; style=&quot;margin: 0px 0px 20px;&quot;&gt;启动steam的串流，出现如下提示：&lt;/p&gt;&lt;div class=&quot;highlight-container&quot; style=&quot;position: relative;&quot;&gt;&lt;figure class=&quot;highlight pgsql&quot; style=&quot;background: rgb(29, 31, 33); color: rgb(197, 200, 198); line-height: 1.6; margin: 0px auto 20px;&quot;&gt;&lt;div class=&quot;table-container&quot; style=&quot;overflow: auto;&quot;&gt;&lt;table width=&quot;NaN&quot;&gt;&lt;tbody&gt;&lt;tr style=&quot;background: none 0% 0% / auto repeat scroll padding-box border-box rgb(249, 249, 249);&quot; class=&quot;firstRow&quot;&gt;&lt;td class=&quot;code&quot; style=&quot;font-weight: normal; padding: 0px; vertical-align: middle; border: 0px;&quot;&gt;&lt;pre style=&quot;font-family: consolas, Menlo, monospace, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;; font-size: 1em; background: rgb(29, 31, 33); color: rgb(197, 200, 198); line-height: 1.6; margin: 0px; overflow: auto; padding: 10px 0px 10px 10px; border: 0px; width: 560.016px;&quot;&gt;&lt;span class=&quot;line&quot;&gt;Would you &lt;span class=&quot;keyword&quot; style=&quot;color: #B294BB;&quot;&gt;like&lt;/span&gt; &lt;span class=&quot;keyword&quot; style=&quot;color: #B294BB;&quot;&gt;to&lt;/span&gt; accept secure desktop &lt;span class=&quot;keyword&quot; style=&quot;color: #B294BB;&quot;&gt;input&lt;/span&gt; &lt;span class=&quot;keyword&quot; style=&quot;color: #B294BB;&quot;&gt;from&lt;/span&gt; Steam?.&lt;/span&gt;&lt;br/&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/figure&gt;&lt;div class=&quot;copy-btn&quot; style=&quot;color: rgb(51, 51, 51); cursor: pointer; line-height: 1.6; opacity: 0; padding: 2px 6px; position: absolute; transition-delay: 0s; transition-duration: 0.2s; transition-timing-function: ease-in-out; background-color: rgb(238, 238, 238); background-image: linear-gradient(rgb(252, 252, 252), rgb(238, 238, 238)); border: 1px solid rgb(213, 213, 213); border-radius: 3px; font-size: 0.8125em; right: 4px; top: 8px;&quot;&gt;&lt;em class=&quot;fa fa-clipboard fa-fw&quot; style=&quot;-webkit-font-smoothing: antialiased; display: inline-block; font-style: normal; font-variant: normal; text-rendering: auto; line-height: 1; text-align: center; width: 1.25em; font-family: &amp;quot;Font Awesome 5 Free&amp;quot;; font-weight: 900;&quot;&gt;&lt;/em&gt;&lt;/div&gt;&lt;/div&gt;&lt;p data-imt-p=&quot;1&quot; data-imt-translation-only=&quot;1&quot; style=&quot;margin: 0px 0px 20px;&quot;&gt;问题已解决。方法如下。&lt;/p&gt;&lt;p data-imt-p=&quot;1&quot; data-imt-translation-only=&quot;1&quot; style=&quot;margin: 0px 0px 20px;&quot;&gt;假设你有电脑 A 和 B，你的游戏安装在 A 上，你想在 B 上玩。也许 B 在你的办公室，A 在你的家里。&lt;/p&gt;&lt;ol type=&quot;1&quot; class=&quot; list-paddingleft-2&quot;&gt;&lt;li&gt;&lt;p data-imt-p=&quot;1&quot; data-imt-translation-only=&quot;1&quot; style=&quot;margin: 0px 0px 20px;&quot;&gt;在 B 上，RDP 进入 A。&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p data-imt-p=&quot;1&quot; data-imt-translation-only=&quot;1&quot; style=&quot;margin: 0px 0px 20px;&quot;&gt;在 A 和 B 两台设备上都启动 Steam。（在 B 设备上，你应该能在你要玩的游戏旁边看到“串流”按钮）&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p data-imt-p=&quot;1&quot; data-imt-translation-only=&quot;1&quot; style=&quot;margin: 0px 0px 20px;&quot;&gt;点击 B 上的“播放”按钮。（会失败，因为你会看到一个无聊的对话框）&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p data-imt-p=&quot;1&quot; data-imt-translation-only=&quot;1&quot; style=&quot;margin: 0px 0px 20px;&quot;&gt;按“Tab”键并选择您的 RDP 窗口，现在您可以看到 A 处显示的是您的游戏已启动。&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p data-imt-p=&quot;1&quot; data-imt-translation-only=&quot;1&quot; style=&quot;margin: 0px 0px 20px;&quot;&gt;在 A 上，以管理员身份运行 cmd.exe。&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p data-imt-p=&quot;1&quot; data-imt-translation-only=&quot;1&quot; style=&quot;margin: 0px 0px 20px;&quot;&gt;输入“qwinsta”并按回车键，无需引号。&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p data-imt-p=&quot;1&quot; data-imt-translation-only=&quot;1&quot; style=&quot;margin: 0px 0px 20px;&quot;&gt;你应该能在 A 屏幕上看到活动会话列表。其中一个是你的 RDP 会话，后面跟着你的用户名。另一个名为“concole”的会话是你在 B 屏幕上尝试登录但失败的 Steam 会话。请记住前者的会话 ID。（ID 应该是一个整数。）&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p data-imt-p=&quot;1&quot; data-imt-translation-only=&quot;1&quot; style=&quot;margin: 0px 0px 20px;&quot;&gt;在 A 盘的命令提示符窗口中输入“tscon SESSIONID /password:PWD /dest:console”。将 SESSIONID 替换为您记住的会话号，将 PWD 替换为您的 Windows 用户密码，其余参数保持不变。按回车键。（此命令会将 RDP 会话附加到控制台会话。）&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p data-imt-p=&quot;1&quot; data-imt-translation-only=&quot;1&quot; style=&quot;margin: 0px 0px 20px;&quot;&gt;按下回车键后，你与 A 的 RDP 连接会立即断开。现在，回到 B，在你的 Steam 游戏页面上，点击“停止”按钮，然后点击“连接”按钮，你就可以开始远程游玩了 :)&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;&lt;p&gt;&lt;footer class=&quot;post-footer&quot; style=&quot;color: rgb(85, 85, 85); font-family: Lato, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;&quot;&gt;&lt;br class=&quot;Apple-interchange-newline&quot;/&gt;&lt;br/&gt;&lt;/footer&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Wed, 11 Feb 2026 15:03:47 +0800</pubDate></item><item><title>ec20电话功能</title><link>https://www.52nantong.net/?id=622</link><description>&lt;p&gt;&lt;a href=&quot;https://blog.wsl.moe/2023/03/%E5%AE%89%E8%A3%85%E5%9F%BA%E4%BA%8E-quectel-ec20-%E6%A8%A1%E5%9D%97%E7%9A%84%E7%9F%AD%E4%BF%A1%E5%8F%8A%E8%AF%AD%E9%9F%B3%E8%BD%AC%E5%8F%91%E6%9C%8D%E5%8A%A1/&quot; target=&quot;_blank&quot;&gt;https://blog.wsl.moe/2023/03/%E5%AE%89%E8%A3%85%E5%9F%BA%E4%BA%8E-quectel-ec20-%E6%A8%A1%E5%9D%97%E7%9A%84%E7%9F%AD%E4%BF%A1%E5%8F%8A%E8%AF%AD%E9%9F%B3%E8%BD%AC%E5%8F%91%E6%9C%8D%E5%8A%A1/&lt;/a&gt;&lt;/p&gt;</description><pubDate>Thu, 05 Feb 2026 12:27:53 +0800</pubDate></item><item><title>戴尔Wyse3040实现无盘飞牛NAS</title><link>https://www.52nantong.net/?id=621</link><description>&lt;p&gt;&lt;a href=&quot;https://ccbucc.com/p/x9d6vysh&quot; target=&quot;_blank&quot;&gt;https://ccbucc.com/p/x9d6vysh&lt;/a&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Thu, 05 Feb 2026 09:07:35 +0800</pubDate></item><item><title>img-ios转换项目</title><link>https://www.52nantong.net/?id=620</link><description>&lt;p&gt;&lt;a href=&quot;https://github.com/wukongdaily/img-installer/releases&quot; target=&quot;_blank&quot;&gt;https://github.com/wukongdaily/img-installer/releases&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;输入ddd 安装到硬盘&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;https://wkdaily.cpolar.top/archives/19&quot; target=&quot;_blank&quot;&gt;https://wkdaily.cpolar.top/archives/19&lt;/a&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Tue, 03 Feb 2026 09:20:19 +0800</pubDate></item></channel></rss>