<?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.tius.cc/</link><description>转自网络的一些自用技术文章</description><item><title>Debian 12 上使用 Fail2Ban 来增强 SSH 的安全性</title><link>https://www.tius.cc/?id=61</link><description>&lt;p style=&quot;text-wrap: pretty; margin-block: 0px; max-width: 645px; color: rgb(17, 17, 17); font-family: &amp;quot;Ysabeau Office&amp;quot;, sans-serif; font-size: 22px; letter-spacing: -0.22px; background-color: rgb(255, 255, 255); margin-left: auto !important; margin-right: auto !important;&quot;&gt;使用 Fail2Ban 来增强 SSH 安全性是一个非常有效的选择，特别是针对暴力破解攻击。Fail2Ban 可以监控系统日志并自动封禁恶意 IP 地址，减少暴力破解的尝试。以下是配置 Fail2Ban 的步骤：&lt;/p&gt;&lt;h3 class=&quot;wp-block-heading&quot; style=&quot;font-family: Platypi; font-weight: 400; letter-spacing: -0.1px; line-height: 1.2; font-size: 22px; text-wrap: pretty; margin-block: 1.2rem 0px; max-width: 645px; color: rgb(17, 17, 17); background-color: rgb(255, 255, 255); margin-left: auto !important; margin-right: auto !important;&quot;&gt;1. 安装 Fail2Ban&lt;/h3&gt;&lt;p style=&quot;text-wrap: pretty; margin-block: 1.2rem 0px; max-width: 645px; color: rgb(17, 17, 17); font-family: &amp;quot;Ysabeau Office&amp;quot;, sans-serif; font-size: 22px; letter-spacing: -0.22px; background-color: rgb(255, 255, 255); margin-left: auto !important; margin-right: auto !important;&quot;&gt;Debian 12 默认软件仓库中包含 Fail2Ban，可以通过以下命令安装：&lt;/p&gt;&lt;pre class=&quot;prism-highlight prism-language-bash&quot;&gt;apt&amp;nbsp;update
apt&amp;nbsp;install&amp;nbsp;fail2ban&lt;/pre&gt;&lt;p style=&quot;text-wrap: pretty; margin-block: 1.2rem 0px; max-width: 645px; color: rgb(17, 17, 17); font-family: &amp;quot;Ysabeau Office&amp;quot;, sans-serif; font-size: 22px; letter-spacing: -0.22px; background-color: rgb(255, 255, 255); margin-left: auto !important; margin-right: auto !important;&quot;&gt;安装完成后，Fail2Ban 会自动启动。你可以使用以下命令检查其状态：&lt;/p&gt;&lt;pre class=&quot;prism-highlight prism-language-bash&quot;&gt;Copysystemctl&amp;nbsp;status&amp;nbsp;fail2ban&lt;/pre&gt;&lt;h3 class=&quot;wp-block-heading&quot; style=&quot;font-family: Platypi; font-weight: 400; letter-spacing: -0.1px; line-height: 1.2; font-size: 22px; text-wrap: pretty; margin-block: 1.2rem 0px; max-width: 645px; color: rgb(17, 17, 17); background-color: rgb(255, 255, 255); margin-left: auto !important; margin-right: auto !important;&quot;&gt;2. 配置 Fail2Ban&lt;/h3&gt;&lt;p style=&quot;text-wrap: pretty; margin-block: 1.2rem 0px; max-width: 645px; color: rgb(17, 17, 17); font-family: &amp;quot;Ysabeau Office&amp;quot;, sans-serif; font-size: 22px; letter-spacing: -0.22px; background-color: rgb(255, 255, 255); margin-left: auto !important; margin-right: auto !important;&quot;&gt;Fail2Ban 的配置文件位于&amp;nbsp;&lt;code&gt;/etc/fail2ban/&lt;/code&gt;&amp;nbsp;目录下。默认的全局配置文件是&amp;nbsp;&lt;code&gt;/etc/fail2ban/jail.conf&lt;/code&gt;，但建议不要直接修改该文件，而是创建一个本地配置文件&amp;nbsp;&lt;code&gt;/etc/fail2ban/jail.local&lt;/code&gt;&amp;nbsp;或者在&amp;nbsp;&lt;code&gt;/etc/fail2ban/jail.d/&lt;/code&gt;&amp;nbsp;目录下添加自定义配置。&lt;/p&gt;&lt;h3 class=&quot;wp-block-heading&quot; style=&quot;font-family: Platypi; font-weight: 400; letter-spacing: -0.1px; line-height: 1.2; font-size: 22px; text-wrap: pretty; margin-block: 1.2rem 0px; max-width: 645px; color: rgb(17, 17, 17); background-color: rgb(255, 255, 255); margin-left: auto !important; margin-right: auto !important;&quot;&gt;创建本地配置文件&lt;/h3&gt;&lt;p style=&quot;text-wrap: pretty; margin-block: 1.2rem 0px; max-width: 645px; color: rgb(17, 17, 17); font-family: &amp;quot;Ysabeau Office&amp;quot;, sans-serif; font-size: 22px; letter-spacing: -0.22px; background-color: rgb(255, 255, 255); margin-left: auto !important; margin-right: auto !important;&quot;&gt;首先，复制默认配置文件并编辑：&lt;/p&gt;&lt;pre class=&quot;prism-highlight prism-language-bash&quot;&gt;cp&amp;nbsp;/etc/fail2ban/jail.conf&amp;nbsp;/etc/fail2ban/jail.local
nano&amp;nbsp;/etc/fail2ban/jail.local&lt;/pre&gt;&lt;h3 class=&quot;wp-block-heading&quot; style=&quot;font-family: Platypi; font-weight: 400; letter-spacing: -0.1px; line-height: 1.2; font-size: 22px; text-wrap: pretty; margin-block: 1.2rem 0px; max-width: 645px; color: rgb(17, 17, 17); background-color: rgb(255, 255, 255); margin-left: auto !important; margin-right: auto !important;&quot;&gt;配置 SSH 防护&lt;/h3&gt;&lt;p style=&quot;text-wrap: pretty; margin-block: 1.2rem 0px; max-width: 645px; color: rgb(17, 17, 17); font-family: &amp;quot;Ysabeau Office&amp;quot;, sans-serif; font-size: 22px; letter-spacing: -0.22px; background-color: rgb(255, 255, 255); margin-left: auto !important; margin-right: auto !important;&quot;&gt;在&amp;nbsp;&lt;code&gt;jail.local&lt;/code&gt;&amp;nbsp;文件中，找到&amp;nbsp;&lt;code&gt;[sshd]&lt;/code&gt;&amp;nbsp;部分，或者添加以下内容：&lt;/p&gt;&lt;pre class=&quot;prism-highlight prism-language-bash&quot;&gt;[sshd]
enabled&amp;nbsp;&amp;nbsp;=&amp;nbsp;true
port&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;=&amp;nbsp;22
filter&amp;nbsp;&amp;nbsp;&amp;nbsp;=&amp;nbsp;sshd
logpath&amp;nbsp;&amp;nbsp;=&amp;nbsp;/var/log/auth.log
maxretry&amp;nbsp;=&amp;nbsp;5
bantime&amp;nbsp;&amp;nbsp;=&amp;nbsp;3600
findtime&amp;nbsp;=&amp;nbsp;600&lt;/pre&gt;&lt;p style=&quot;text-wrap: pretty; margin-block: 1.2rem 0px; max-width: 645px; color: rgb(17, 17, 17); font-family: &amp;quot;Ysabeau Office&amp;quot;, sans-serif; font-size: 22px; letter-spacing: -0.22px; background-color: rgb(255, 255, 255); margin-left: auto !important; margin-right: auto !important;&quot;&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;text-wrap: pretty; margin-block: 1.2rem 0px; max-width: 645px; color: rgb(17, 17, 17); font-family: &amp;quot;Ysabeau Office&amp;quot;, sans-serif; font-size: 22px; letter-spacing: -0.22px; background-color: rgb(255, 255, 255); margin-left: auto !important; margin-right: auto !important;&quot;&gt;&lt;strong&gt;说明：&lt;/strong&gt;&lt;/p&gt;&lt;ul class=&quot;wp-block-list list-paddingleft-2&quot; style=&quot;box-sizing: border-box; margin-block: 1.2rem 0px; max-width: 645px; line-height: 1.3; color: rgb(17, 17, 17); font-family: &amp;quot;Ysabeau Office&amp;quot;, sans-serif; font-size: 22px; letter-spacing: -0.22px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255); margin-left: auto !important; margin-right: auto !important;&quot;&gt;&lt;li&gt;&lt;p&gt;&lt;code&gt;enabled = true&lt;/code&gt;：启用 SSH 防护。&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;code&gt;port = 22&lt;/code&gt;：SSH 默认端口（如果更改过端口，请相应调整）。&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;code&gt;filter = sshd&lt;/code&gt;：使用内置的 SSH 过滤器。&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;code&gt;logpath = /var/log/auth.log&lt;/code&gt;：Debian 12 中 SSH 日志的默认路径。&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;code&gt;maxretry = 5&lt;/code&gt;：如果超过 5 次登录失败，IP 将被封禁。&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;code&gt;bantime = 3600&lt;/code&gt;：封禁时间为 1 小时（单位：秒，视情况调整）。&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;code&gt;findtime = 600&lt;/code&gt;：统计失败登录尝试的时间窗口为 10 分钟。&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;text-wrap: pretty; margin-block: 1.2rem 0px; max-width: 645px; color: rgb(17, 17, 17); font-family: &amp;quot;Ysabeau Office&amp;quot;, sans-serif; font-size: 22px; letter-spacing: -0.22px; background-color: rgb(255, 255, 255); margin-left: auto !important; margin-right: auto !important;&quot;&gt;完成后保存并退出编辑器。&lt;/p&gt;&lt;h3 class=&quot;wp-block-heading&quot; style=&quot;font-family: Platypi; font-weight: 400; letter-spacing: -0.1px; line-height: 1.2; font-size: 22px; text-wrap: pretty; margin-block: 1.2rem 0px; max-width: 645px; color: rgb(17, 17, 17); background-color: rgb(255, 255, 255); margin-left: auto !important; margin-right: auto !important;&quot;&gt;3. 启动并测试 Fail2Ban&lt;/h3&gt;&lt;p style=&quot;text-wrap: pretty; margin-block: 1.2rem 0px; max-width: 645px; color: rgb(17, 17, 17); font-family: &amp;quot;Ysabeau Office&amp;quot;, sans-serif; font-size: 22px; letter-spacing: -0.22px; background-color: rgb(255, 255, 255); margin-left: auto !important; margin-right: auto !important;&quot;&gt;配置完成后，重启 Fail2Ban 以应用配置：&lt;/p&gt;&lt;pre class=&quot;prism-highlight prism-language-bash&quot;&gt;systemctl&amp;nbsp;restart&amp;nbsp;fail2ban&lt;/pre&gt;&lt;p style=&quot;text-wrap: pretty; margin-block: 1.2rem 0px; max-width: 645px; color: rgb(17, 17, 17); font-family: &amp;quot;Ysabeau Office&amp;quot;, sans-serif; font-size: 22px; letter-spacing: -0.22px; background-color: rgb(255, 255, 255); margin-left: auto !important; margin-right: auto !important;&quot;&gt;检查 Fail2Ban 是否正常运行：&lt;/p&gt;&lt;pre class=&quot;prism-highlight prism-language-bash&quot;&gt;fail2ban-client&amp;nbsp;status&lt;/pre&gt;&lt;p style=&quot;text-wrap: pretty; margin-block: 1.2rem 0px; max-width: 645px; color: rgb(17, 17, 17); font-family: &amp;quot;Ysabeau Office&amp;quot;, sans-serif; font-size: 22px; letter-spacing: -0.22px; background-color: rgb(255, 255, 255); margin-left: auto !important; margin-right: auto !important;&quot;&gt;查看 SSH 防护的具体状态：&lt;/p&gt;&lt;pre class=&quot;prism-highlight prism-language-bash&quot;&gt;fail2ban-client&amp;nbsp;status&amp;nbsp;sshd&lt;/pre&gt;&lt;h3 class=&quot;wp-block-heading&quot; style=&quot;font-family: Platypi; font-weight: 400; letter-spacing: -0.1px; line-height: 1.2; font-size: 22px; text-wrap: pretty; margin-block: 1.2rem 0px; max-width: 645px; color: rgb(17, 17, 17); background-color: rgb(255, 255, 255); margin-left: auto !important; margin-right: auto !important;&quot;&gt;4. 监控和解禁&lt;/h3&gt;&lt;p style=&quot;text-wrap: pretty; margin-block: 1.2rem 0px; max-width: 645px; color: rgb(17, 17, 17); font-family: &amp;quot;Ysabeau Office&amp;quot;, sans-serif; font-size: 22px; letter-spacing: -0.22px; background-color: rgb(255, 255, 255); margin-left: auto !important; margin-right: auto !important;&quot;&gt;你可以随时查看被封禁的 IP 地址，并手动解禁：&lt;/p&gt;&lt;h3 class=&quot;wp-block-heading&quot; style=&quot;font-family: Platypi; font-weight: 400; letter-spacing: -0.1px; line-height: 1.2; font-size: 22px; text-wrap: pretty; margin-block: 1.2rem 0px; max-width: 645px; color: rgb(17, 17, 17); background-color: rgb(255, 255, 255); margin-left: auto !important; margin-right: auto !important;&quot;&gt;查看被封禁的 IP&lt;/h3&gt;&lt;pre class=&quot;prism-highlight prism-language-bash&quot;&gt;fail2ban-client&amp;nbsp;get&amp;nbsp;sshd&amp;nbsp;banip&lt;/pre&gt;&lt;h3 class=&quot;wp-block-heading&quot; style=&quot;font-family: Platypi; font-weight: 400; letter-spacing: -0.1px; line-height: 1.2; font-size: 22px; text-wrap: pretty; margin-block: 1.2rem 0px; max-width: 645px; color: rgb(17, 17, 17); background-color: rgb(255, 255, 255); margin-left: auto !important; margin-right: auto !important;&quot;&gt;手动解禁某个 IP（如果误封）&lt;/h3&gt;&lt;pre class=&quot;prism-highlight prism-language-bash&quot;&gt;fail2ban-client&amp;nbsp;unban&amp;nbsp;目标IP&lt;/pre&gt;&lt;h2 class=&quot;wp-block-heading&quot; style=&quot;font-family: Platypi; font-weight: 400; letter-spacing: -0.1px; line-height: 1.2; font-size: 28.8px; text-wrap: pretty; margin-block: 1.2rem 0px; max-width: 645px; color: rgb(17, 17, 17); background-color: rgb(255, 255, 255); margin-left: auto !important; margin-right: auto !important;&quot;&gt;注意事项&lt;/h2&gt;&lt;ul class=&quot;wp-block-list list-paddingleft-2&quot; style=&quot;box-sizing: border-box; margin-block: 1.2rem 0px; max-width: 645px; line-height: 1.3; color: rgb(17, 17, 17); font-family: &amp;quot;Ysabeau Office&amp;quot;, sans-serif; font-size: 22px; letter-spacing: -0.22px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255); margin-left: auto !important; margin-right: auto !important;&quot;&gt;&lt;li&gt;&lt;p&gt;确保 SSH 服务（sshd）已启用并正常运行。&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;如果使用了非标准日志路径，需要调整&amp;nbsp;&lt;code&gt;logpath&lt;/code&gt;。&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;定期检查日志文件&amp;nbsp;&lt;code&gt;/var/log/fail2ban.log&lt;/code&gt;，确保规则已生效。&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Tue, 24 Mar 2026 15:46:38 +0800</pubDate></item><item><title>PVE安装飞牛os 实现SR-IOV核显虚拟化</title><link>https://www.tius.cc/?id=60</link><description>&lt;h1 data-v-2505e99a=&quot;&quot; data-v-c0b8fcf4=&quot;&quot; style=&quot;white-space: pre-wrap; word-break: break-word; font-size: 20px; line-height: 34px; margin: 0px; color: rgb(47, 50, 56); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; background-color: rgb(255, 255, 255);&quot;&gt;&lt;strong data-v-2505e99a=&quot;&quot;&gt;大家好，我是清涵。利用pve虚拟机安装飞牛os可以通过核显虚拟化来实现硬件解码，飞牛os驱动也可以在应用商店里直接安装。上期我们用n100主板安装了pve系统，pve系统最主要的功能就是虚拟机。所以本期和大家分享一下，我在pve系统里安装飞牛os的过程，并且实现SR-IOV核显虚拟化直通，不仅可以在飞牛os里打开硬件解码，还可以支持后续添加其他的虚拟机系统，让我们的nas可玩性大大增加。&lt;/strong&gt;&lt;/h1&gt;&lt;h2 data-v-2505e99a=&quot;&quot; data-v-c0b8fcf4=&quot;&quot; style=&quot;white-space: pre-wrap; word-break: break-word; font-size: 19px; line-height: 31px; margin: 36px 0px 0px; color: rgb(47, 50, 56); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; background-color: rgb(255, 255, 255);&quot;&gt;&lt;strong data-v-2505e99a=&quot;&quot; style=&quot;color: rgb(29, 177, 0);&quot;&gt;一、准备工作&lt;/strong&gt;&lt;/h2&gt;&lt;p data-v-2505e99a=&quot;&quot; data-v-c0b8fcf4=&quot;&quot; style=&quot;margin-top: 24px; margin-bottom: 0px; padding: 0px; white-space: pre-wrap; word-break: break-word; font-size: 17px; line-height: 29px; color: rgb(47, 50, 56); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot;&gt;				1.首先设置BIOS。继续上期内容，在优化完pve系统后我们选择重启，开机时连摁delete，进入到主板bios界面，这里我们找到并开启，SR-IOV核显虚拟化设置，具体位置可以询问主板厂商，设置好之后F10保存重启&lt;/span&gt;&lt;/p&gt;&lt;div class=&quot;opus-para-pic center&quot; style=&quot;display: flex; margin-top: 24px; justify-content: center; color: rgb(47, 50, 56); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;div class=&quot;b-img&quot; style=&quot;background-color: rgb(241, 242, 243); position: relative; height: 335.25px; border-radius: 6px; width: 596px;&quot;&gt;&lt;picture class=&quot;b-img__inner&quot; style=&quot;width: 596px; height: 335.25px; display: inline-block; vertical-align: middle; border-radius: inherit;&quot;&gt;&lt;source type=&quot;image/avif&quot; srcset=&quot;//i1.hdslb.com/bfs/new_dyn/d936f70cf4a21d6ec07c4722c881cb451161891017.png@1192w.avif&quot;/&gt;&lt;source type=&quot;image/webp&quot; srcset=&quot;//i1.hdslb.com/bfs/new_dyn/d936f70cf4a21d6ec07c4722c881cb451161891017.png@1192w.webp&quot;/&gt;&lt;img src=&quot;https://www.tius.cc/zb_users/upload/2025/09/20250911010453_80150.jpg&quot; loading=&quot;lazy&quot; data-onload=&quot;bmgCmptOnload&quot; data-onerror=&quot;bmgCmptOnerror&quot; style=&quot;border-radius: inherit; display: block; width: 596px; height: 335.25px; object-fit: inherit;&quot;/&gt;&lt;/picture&gt;&lt;/div&gt;&lt;/div&gt;&lt;p data-v-2505e99a=&quot;&quot; data-v-c0b8fcf4=&quot;&quot; style=&quot;margin-top: 24px; margin-bottom: 0px; padding: 0px; white-space: pre-wrap; word-break: break-word; font-size: 17px; line-height: 29px; color: rgb(47, 50, 56); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;div class=&quot;opus-para-pic center&quot; style=&quot;display: flex; margin-top: 24px; justify-content: center; color: rgb(47, 50, 56); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;div class=&quot;b-img&quot; style=&quot;background-color: rgb(241, 242, 243); position: relative; height: 335.25px; border-radius: 6px; width: 596px;&quot;&gt;&lt;picture class=&quot;b-img__inner&quot; style=&quot;width: 596px; height: 335.25px; display: inline-block; vertical-align: middle; border-radius: inherit;&quot;&gt;&lt;source type=&quot;image/avif&quot; srcset=&quot;//i1.hdslb.com/bfs/new_dyn/92c0fefb9e1d364d36e80a655f4011db1161891017.png@1192w.avif&quot;/&gt;&lt;source type=&quot;image/webp&quot; srcset=&quot;//i1.hdslb.com/bfs/new_dyn/92c0fefb9e1d364d36e80a655f4011db1161891017.png@1192w.webp&quot;/&gt;&lt;img src=&quot;https://www.tius.cc/zb_users/upload/2025/09/20250911010454_63977.jpg&quot; loading=&quot;lazy&quot; data-onload=&quot;bmgCmptOnload&quot; data-onerror=&quot;bmgCmptOnerror&quot; style=&quot;border-radius: inherit; display: block; width: 596px; height: 335.25px; object-fit: inherit;&quot;/&gt;&lt;/picture&gt;&lt;/div&gt;&lt;/div&gt;&lt;p data-v-2505e99a=&quot;&quot; data-v-c0b8fcf4=&quot;&quot; style=&quot;margin-top: 24px; margin-bottom: 0px; padding: 0px; white-space: pre-wrap; word-break: break-word; font-size: 17px; line-height: 29px; color: rgb(47, 50, 56); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot;&gt;				2.在等待重启期间，我们来到飞牛os官网，下载最新的飞牛系统镜像&lt;/span&gt;&lt;/p&gt;&lt;div class=&quot;opus-para-pic center&quot; style=&quot;display: flex; margin-top: 24px; justify-content: center; color: rgb(47, 50, 56); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;div class=&quot;b-img&quot; style=&quot;background-color: rgb(241, 242, 243); position: relative; height: 335.25px; border-radius: 6px; width: 596px;&quot;&gt;&lt;picture class=&quot;b-img__inner&quot; style=&quot;width: 596px; height: 335.25px; display: inline-block; vertical-align: middle; border-radius: inherit;&quot;&gt;&lt;source type=&quot;image/avif&quot; srcset=&quot;//i1.hdslb.com/bfs/new_dyn/97e10994db57749f7d31ad43d97879821161891017.png@1192w.avif&quot;/&gt;&lt;source type=&quot;image/webp&quot; srcset=&quot;//i1.hdslb.com/bfs/new_dyn/97e10994db57749f7d31ad43d97879821161891017.png@1192w.webp&quot;/&gt;&lt;img src=&quot;https://www.tius.cc/zb_users/upload/2025/09/20250911010456_35749.jpg&quot; loading=&quot;lazy&quot; data-onload=&quot;bmgCmptOnload&quot; data-onerror=&quot;bmgCmptOnerror&quot; style=&quot;border-radius: inherit; display: block; width: 596px; height: 335.25px; object-fit: inherit;&quot;/&gt;&lt;/picture&gt;&lt;/div&gt;&lt;/div&gt;&lt;h2 data-v-2505e99a=&quot;&quot; data-v-c0b8fcf4=&quot;&quot; style=&quot;white-space: pre-wrap; word-break: break-word; font-size: 19px; line-height: 31px; margin: 36px 0px 0px; color: rgb(47, 50, 56); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; background-color: rgb(255, 255, 255);&quot;&gt;&lt;strong data-v-2505e99a=&quot;&quot; style=&quot;color: rgb(29, 177, 0);&quot;&gt;二、给PVE安装SR-IOV核显虚拟化&lt;/strong&gt;&lt;/h2&gt;&lt;p data-v-2505e99a=&quot;&quot; data-v-c0b8fcf4=&quot;&quot; style=&quot;margin-top: 24px; margin-bottom: 0px; padding: 0px; white-space: pre-wrap; word-break: break-word; font-size: 17px; line-height: 29px; color: rgb(47, 50, 56); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot;&gt;				1.这里我们使用github里的一位大佬（https://github.com/strongtz/i915-sriov-dkms）的驱动，按照项目的步骤进行安装&lt;/span&gt;&lt;/p&gt;&lt;div class=&quot;opus-para-pic center&quot; style=&quot;display: flex; margin-top: 24px; justify-content: center; color: rgb(47, 50, 56); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;div class=&quot;b-img&quot; style=&quot;background-color: rgb(241, 242, 243); position: relative; height: 425.806px; border-radius: 6px; width: 596px;&quot;&gt;&lt;picture class=&quot;b-img__inner&quot; style=&quot;width: 596px; height: 425.797px; display: inline-block; vertical-align: middle; border-radius: inherit;&quot;&gt;&lt;source type=&quot;image/avif&quot; srcset=&quot;//i1.hdslb.com/bfs/new_dyn/cb95753a6e772389b5a4409f3eaeb9b21161891017.png@1192w.avif&quot;/&gt;&lt;source type=&quot;image/webp&quot; srcset=&quot;//i1.hdslb.com/bfs/new_dyn/cb95753a6e772389b5a4409f3eaeb9b21161891017.png@1192w.webp&quot;/&gt;&lt;img src=&quot;https://www.tius.cc/zb_users/upload/2025/09/20250911010458_22329.jpg&quot; loading=&quot;lazy&quot; data-onload=&quot;bmgCmptOnload&quot; data-onerror=&quot;bmgCmptOnerror&quot; style=&quot;border-radius: inherit; display: block; width: 596px; height: 425.797px; object-fit: inherit;&quot;/&gt;&lt;/picture&gt;&lt;/div&gt;&lt;/div&gt;&lt;p data-v-2505e99a=&quot;&quot; data-v-c0b8fcf4=&quot;&quot; style=&quot;margin-top: 24px; margin-bottom: 0px; padding: 0px; white-space: pre-wrap; word-break: break-word; font-size: 17px; line-height: 29px; color: rgb(47, 50, 56); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot;&gt;				2.首先输入&lt;/span&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #EE230D;&quot;&gt;apt install build-* dkms&lt;/span&gt;&lt;span data-v-2505e99a=&quot;&quot;&gt;装一下软件包，再输入&lt;/span&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #EE230D;&quot;&gt;y&lt;/span&gt;&lt;/p&gt;&lt;p data-v-2505e99a=&quot;&quot; data-v-c0b8fcf4=&quot;&quot; style=&quot;margin-top: 24px; margin-bottom: 0px; padding: 0px; white-space: pre-wrap; word-break: break-word; font-size: 17px; line-height: 29px; color: rgb(47, 50, 56); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;div class=&quot;opus-para-pic center&quot; style=&quot;display: flex; margin-top: 24px; justify-content: center; color: rgb(47, 50, 56); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;div class=&quot;b-img&quot; style=&quot;background-color: rgb(241, 242, 243); position: relative; height: 335.25px; border-radius: 6px; width: 596px;&quot;&gt;&lt;picture class=&quot;b-img__inner&quot; style=&quot;width: 596px; height: 335.25px; display: inline-block; vertical-align: middle; border-radius: inherit;&quot;&gt;&lt;source type=&quot;image/avif&quot; srcset=&quot;//i1.hdslb.com/bfs/new_dyn/36204d8eb50ca11e478e7d585cc3b2d81161891017.png@1192w.avif&quot;/&gt;&lt;source type=&quot;image/webp&quot; srcset=&quot;//i1.hdslb.com/bfs/new_dyn/36204d8eb50ca11e478e7d585cc3b2d81161891017.png@1192w.webp&quot;/&gt;&lt;img src=&quot;https://www.tius.cc/zb_users/upload/2025/09/20250911010459_19371.jpg&quot; loading=&quot;lazy&quot; data-onload=&quot;bmgCmptOnload&quot; data-onerror=&quot;bmgCmptOnerror&quot; style=&quot;border-radius: inherit; display: block; width: 596px; height: 335.25px; object-fit: inherit;&quot;/&gt;&lt;/picture&gt;&lt;/div&gt;&lt;/div&gt;&lt;p data-v-2505e99a=&quot;&quot; data-v-c0b8fcf4=&quot;&quot; style=&quot;margin-top: 24px; margin-bottom: 0px; padding: 0px; white-space: pre-wrap; word-break: break-word; font-size: 17px; line-height: 29px; color: rgb(47, 50, 56); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot;&gt;				3.继续输入&lt;/span&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #EE230D;&quot;&gt;apt install proxmox-headers-$(uname -r) proxmox-kernel-$(uname -r)&lt;/span&gt;&lt;span data-v-2505e99a=&quot;&quot;&gt;安装同版本内核头文件，&lt;/span&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #0176BA;&quot;&gt;注意pve不要有多个内核&lt;/span&gt;&lt;span data-v-2505e99a=&quot;&quot;&gt;，会有可能最后安装不成功，再输入&lt;/span&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #EE230D;&quot;&gt;y&lt;/span&gt;&lt;/p&gt;&lt;p data-v-2505e99a=&quot;&quot; data-v-c0b8fcf4=&quot;&quot; style=&quot;margin-top: 24px; margin-bottom: 0px; padding: 0px; white-space: pre-wrap; word-break: break-word; font-size: 17px; line-height: 29px; color: rgb(47, 50, 56); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;div class=&quot;opus-para-pic center&quot; style=&quot;display: flex; margin-top: 24px; justify-content: center; color: rgb(47, 50, 56); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;div class=&quot;b-img&quot; style=&quot;background-color: rgb(241, 242, 243); position: relative; height: 335.25px; border-radius: 6px; width: 596px;&quot;&gt;&lt;picture class=&quot;b-img__inner&quot; style=&quot;width: 596px; height: 335.25px; display: inline-block; vertical-align: middle; border-radius: inherit;&quot;&gt;&lt;source type=&quot;image/avif&quot; srcset=&quot;//i1.hdslb.com/bfs/new_dyn/cf463bc04b51ee7ba4f4cbcf62ba528b1161891017.png@1192w.avif&quot;/&gt;&lt;source type=&quot;image/webp&quot; srcset=&quot;//i1.hdslb.com/bfs/new_dyn/cf463bc04b51ee7ba4f4cbcf62ba528b1161891017.png@1192w.webp&quot;/&gt;&lt;img src=&quot;https://www.tius.cc/zb_users/upload/2025/09/20250911010501_39007.jpg&quot; loading=&quot;lazy&quot; data-onload=&quot;bmgCmptOnload&quot; data-onerror=&quot;bmgCmptOnerror&quot; style=&quot;border-radius: inherit; display: block; width: 596px; height: 335.25px; object-fit: inherit;&quot;/&gt;&lt;/picture&gt;&lt;/div&gt;&lt;/div&gt;&lt;p data-v-2505e99a=&quot;&quot; data-v-c0b8fcf4=&quot;&quot; style=&quot;margin-top: 24px; margin-bottom: 0px; padding: 0px; white-space: pre-wrap; word-break: break-word; font-size: 17px; line-height: 29px; color: rgb(47, 50, 56); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot;&gt;				4.输入&lt;/span&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #EE230D;&quot;&gt;wget -O /tmp/i915-sriov-dkms_2025.05.18_amd64.deb &amp;quot;https://github.com/strongtz/i915-sriov-dkms/releases/download/2025.05.18/i915-sriov-dkms_2025.05.18_amd64.deb&amp;quot;&lt;/span&gt;&lt;span data-v-2505e99a=&quot;&quot;&gt;下载deb包文件到tmp临时文件夹。命令里的日期需要输入项目最新版本号&lt;/span&gt;&lt;/p&gt;&lt;div class=&quot;opus-para-pic center&quot; style=&quot;display: flex; margin-top: 24px; justify-content: center; color: rgb(47, 50, 56); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;div class=&quot;b-img&quot; style=&quot;background-color: rgb(241, 242, 243); position: relative; height: 335.25px; border-radius: 6px; width: 596px;&quot;&gt;&lt;picture class=&quot;b-img__inner&quot; style=&quot;width: 596px; height: 335.25px; display: inline-block; vertical-align: middle; border-radius: inherit;&quot;&gt;&lt;source type=&quot;image/avif&quot; srcset=&quot;//i1.hdslb.com/bfs/new_dyn/412a6af44461fffaf5222668baa661661161891017.png@1192w.avif&quot;/&gt;&lt;source type=&quot;image/webp&quot; srcset=&quot;//i1.hdslb.com/bfs/new_dyn/412a6af44461fffaf5222668baa661661161891017.png@1192w.webp&quot;/&gt;&lt;img src=&quot;https://www.tius.cc/zb_users/upload/2025/09/20250911010502_88524.jpg&quot; loading=&quot;lazy&quot; data-onload=&quot;bmgCmptOnload&quot; data-onerror=&quot;bmgCmptOnerror&quot; style=&quot;border-radius: inherit; display: block; width: 596px; height: 335.25px; object-fit: inherit;&quot;/&gt;&lt;/picture&gt;&lt;/div&gt;&lt;/div&gt;&lt;p data-v-2505e99a=&quot;&quot; data-v-c0b8fcf4=&quot;&quot; style=&quot;margin-top: 24px; margin-bottom: 0px; padding: 0px; white-space: pre-wrap; word-break: break-word; font-size: 17px; line-height: 29px; color: rgb(47, 50, 56); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;div class=&quot;opus-para-pic center&quot; style=&quot;display: flex; margin-top: 24px; justify-content: center; color: rgb(47, 50, 56); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;div class=&quot;b-img&quot; style=&quot;background-color: rgb(241, 242, 243); position: relative; height: 335.25px; border-radius: 6px; width: 596px;&quot;&gt;&lt;picture class=&quot;b-img__inner&quot; style=&quot;width: 596px; height: 335.25px; display: inline-block; vertical-align: middle; border-radius: inherit;&quot;&gt;&lt;source type=&quot;image/avif&quot; srcset=&quot;//i1.hdslb.com/bfs/new_dyn/5287fe3127f40877f7274460c8f39cf81161891017.png@1192w.avif&quot;/&gt;&lt;source type=&quot;image/webp&quot; srcset=&quot;//i1.hdslb.com/bfs/new_dyn/5287fe3127f40877f7274460c8f39cf81161891017.png@1192w.webp&quot;/&gt;&lt;img src=&quot;https://www.tius.cc/zb_users/upload/2025/09/20250911010504_45264.jpg&quot; loading=&quot;lazy&quot; data-onload=&quot;bmgCmptOnload&quot; data-onerror=&quot;bmgCmptOnerror&quot; style=&quot;border-radius: inherit; display: block; width: 596px; height: 335.25px; object-fit: inherit;&quot;/&gt;&lt;/picture&gt;&lt;/div&gt;&lt;/div&gt;&lt;p data-v-2505e99a=&quot;&quot; data-v-c0b8fcf4=&quot;&quot; style=&quot;margin-top: 24px; margin-bottom: 0px; padding: 0px; white-space: pre-wrap; word-break: break-word; font-size: 17px; line-height: 29px; color: rgb(47, 50, 56); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot;&gt;				补：如果连接GitHub不方便，也可以将我准备的文件（www.lanzouq.com/b011ldn9za，密码:74nd），使用上期的finalshell终端工具（https://www.hostbuf.com/t/988.html），手动拖到pve的tmp临时文件夹&lt;/span&gt;&lt;/p&gt;&lt;div class=&quot;opus-para-pic center&quot; style=&quot;display: flex; margin-top: 24px; justify-content: center; color: rgb(47, 50, 56); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;div class=&quot;b-img&quot; style=&quot;background-color: rgb(241, 242, 243); position: relative; height: 335.25px; border-radius: 6px; width: 596px;&quot;&gt;&lt;picture class=&quot;b-img__inner&quot; style=&quot;width: 596px; height: 335.25px; display: inline-block; vertical-align: middle; border-radius: inherit;&quot;&gt;&lt;source type=&quot;image/avif&quot; srcset=&quot;//i1.hdslb.com/bfs/new_dyn/444fb2992e1b73af21c4e124c50201b11161891017.png@1192w.avif&quot;/&gt;&lt;source type=&quot;image/webp&quot; srcset=&quot;//i1.hdslb.com/bfs/new_dyn/444fb2992e1b73af21c4e124c50201b11161891017.png@1192w.webp&quot;/&gt;&lt;img src=&quot;https://www.tius.cc/zb_users/upload/2025/09/20250911010506_71129.jpg&quot; loading=&quot;lazy&quot; data-onload=&quot;bmgCmptOnload&quot; data-onerror=&quot;bmgCmptOnerror&quot; style=&quot;border-radius: inherit; display: block; width: 596px; height: 335.25px; object-fit: inherit;&quot;/&gt;&lt;/picture&gt;&lt;/div&gt;&lt;/div&gt;&lt;p data-v-2505e99a=&quot;&quot; data-v-c0b8fcf4=&quot;&quot; style=&quot;margin-top: 24px; margin-bottom: 0px; padding: 0px; white-space: pre-wrap; word-break: break-word; font-size: 17px; line-height: 29px; color: rgb(47, 50, 56); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot;&gt;				5.输入&lt;/span&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #EE230D;&quot;&gt;dpkg -i /tmp/i915-sriov-dkms_2025.05.18_amd64.deb&lt;/span&gt;&lt;span data-v-2505e99a=&quot;&quot;&gt;安装刚下载的包文件，注意这里代码日期，也需要输入项目最新版本号&lt;/span&gt;&lt;/p&gt;&lt;div class=&quot;opus-para-pic center&quot; style=&quot;display: flex; margin-top: 24px; justify-content: center; color: rgb(47, 50, 56); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;div class=&quot;b-img&quot; style=&quot;background-color: rgb(241, 242, 243); position: relative; height: 335.25px; border-radius: 6px; width: 596px;&quot;&gt;&lt;picture class=&quot;b-img__inner&quot; style=&quot;width: 596px; height: 335.25px; display: inline-block; vertical-align: middle; border-radius: inherit;&quot;&gt;&lt;source type=&quot;image/avif&quot; srcset=&quot;//i1.hdslb.com/bfs/new_dyn/195eaafbfbb1454262f26d6ca9170d831161891017.png@1192w.avif&quot;/&gt;&lt;source type=&quot;image/webp&quot; srcset=&quot;//i1.hdslb.com/bfs/new_dyn/195eaafbfbb1454262f26d6ca9170d831161891017.png@1192w.webp&quot;/&gt;&lt;img src=&quot;https://www.tius.cc/zb_users/upload/2025/09/20250911010507_22391.jpg&quot; loading=&quot;lazy&quot; data-onload=&quot;bmgCmptOnload&quot; data-onerror=&quot;bmgCmptOnerror&quot; style=&quot;border-radius: inherit; display: block; width: 596px; height: 335.25px; object-fit: inherit;&quot;/&gt;&lt;/picture&gt;&lt;/div&gt;&lt;/div&gt;&lt;p data-v-2505e99a=&quot;&quot; data-v-c0b8fcf4=&quot;&quot; style=&quot;margin-top: 24px; margin-bottom: 0px; padding: 0px; white-space: pre-wrap; word-break: break-word; font-size: 17px; line-height: 29px; color: rgb(47, 50, 56); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;div class=&quot;opus-para-pic center&quot; style=&quot;display: flex; margin-top: 24px; justify-content: center; color: rgb(47, 50, 56); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;div class=&quot;b-img&quot; style=&quot;background-color: rgb(241, 242, 243); position: relative; height: 335.25px; border-radius: 6px; width: 596px;&quot;&gt;&lt;picture class=&quot;b-img__inner&quot; style=&quot;width: 596px; height: 335.25px; display: inline-block; vertical-align: middle; border-radius: inherit;&quot;&gt;&lt;source type=&quot;image/avif&quot; srcset=&quot;//i1.hdslb.com/bfs/new_dyn/8c989fb968b2275ee5ac14728ef7b6241161891017.png@1192w.avif&quot;/&gt;&lt;source type=&quot;image/webp&quot; srcset=&quot;//i1.hdslb.com/bfs/new_dyn/8c989fb968b2275ee5ac14728ef7b6241161891017.png@1192w.webp&quot;/&gt;&lt;img src=&quot;https://www.tius.cc/zb_users/upload/2025/09/20250911010509_80230.jpg&quot; loading=&quot;lazy&quot; data-onload=&quot;bmgCmptOnload&quot; data-onerror=&quot;bmgCmptOnerror&quot; style=&quot;border-radius: inherit; display: block; width: 596px; height: 335.25px; object-fit: inherit;&quot;/&gt;&lt;/picture&gt;&lt;/div&gt;&lt;/div&gt;&lt;p data-v-2505e99a=&quot;&quot; data-v-c0b8fcf4=&quot;&quot; style=&quot;margin-top: 24px; margin-bottom: 0px; padding: 0px; white-space: pre-wrap; word-break: break-word; font-size: 17px; line-height: 29px; color: rgb(47, 50, 56); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot;&gt;					6.再输入&lt;/span&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #EE230D;&quot;&gt;nano /etc/default/grub&lt;/span&gt;&lt;span data-v-2505e99a=&quot;&quot;&gt;配置文件，并将光标移动到&lt;/span&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #EE230D;&quot;&gt;quiet&lt;/span&gt;&lt;span data-v-2505e99a=&quot;&quot;&gt;后面&lt;/span&gt;&lt;/p&gt;&lt;div class=&quot;opus-para-pic center&quot; style=&quot;display: flex; margin-top: 24px; justify-content: center; color: rgb(47, 50, 56); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;div class=&quot;b-img&quot; style=&quot;background-color: rgb(241, 242, 243); position: relative; height: 335.25px; border-radius: 6px; width: 596px;&quot;&gt;&lt;picture class=&quot;b-img__inner&quot; style=&quot;width: 596px; height: 335.25px; display: inline-block; vertical-align: middle; border-radius: inherit;&quot;&gt;&lt;source type=&quot;image/avif&quot; srcset=&quot;//i1.hdslb.com/bfs/new_dyn/f887076a34429bbedfedff4856cdd2b31161891017.png@1192w.avif&quot;/&gt;&lt;source type=&quot;image/webp&quot; srcset=&quot;//i1.hdslb.com/bfs/new_dyn/f887076a34429bbedfedff4856cdd2b31161891017.png@1192w.webp&quot;/&gt;&lt;img src=&quot;https://www.tius.cc/zb_users/upload/2025/09/20250911010511_80791.jpg&quot; loading=&quot;lazy&quot; data-onload=&quot;bmgCmptOnload&quot; data-onerror=&quot;bmgCmptOnerror&quot; style=&quot;border-radius: inherit; display: block; width: 596px; height: 335.25px; object-fit: inherit;&quot;/&gt;&lt;/picture&gt;&lt;/div&gt;&lt;/div&gt;&lt;p data-v-2505e99a=&quot;&quot; data-v-c0b8fcf4=&quot;&quot; style=&quot;margin-top: 24px; margin-bottom: 0px; padding: 0px; white-space: pre-wrap; word-break: break-word; font-size: 17px; line-height: 29px; color: rgb(47, 50, 56); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot;&gt;				7.输入&lt;/span&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #EE230D;&quot;&gt;空格+intel_iommu=on i915.enable_guc=3 i915.max_vfs=7&lt;/span&gt;&lt;span data-v-2505e99a=&quot;&quot;&gt;，注意&lt;/span&gt;&lt;span data-v-2505e99a=&quot;&quot;&gt;这里的7是你打算开启的可分配虚拟机核显数量，数量越多相对应性能损失就越大。输入完成后输入&lt;/span&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #EE230D;&quot;&gt;ctrl+x&lt;/span&gt;&lt;span data-v-2505e99a=&quot;&quot;&gt;，再输入&lt;/span&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #EE230D;&quot;&gt;y&lt;/span&gt;&lt;span data-v-2505e99a=&quot;&quot;&gt;，最后&lt;/span&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #EE230D;&quot;&gt;回车&lt;/span&gt;&lt;/p&gt;&lt;p data-v-2505e99a=&quot;&quot; data-v-c0b8fcf4=&quot;&quot; style=&quot;margin-top: 24px; margin-bottom: 0px; padding: 0px; white-space: pre-wrap; word-break: break-word; font-size: 17px; line-height: 29px; color: rgb(47, 50, 56); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;div class=&quot;opus-para-pic center&quot; style=&quot;display: flex; margin-top: 24px; justify-content: center; color: rgb(47, 50, 56); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;div class=&quot;b-img&quot; style=&quot;background-color: rgb(241, 242, 243); position: relative; height: 335.25px; border-radius: 6px; width: 596px;&quot;&gt;&lt;picture class=&quot;b-img__inner&quot; style=&quot;width: 596px; height: 335.25px; display: inline-block; vertical-align: middle; border-radius: inherit;&quot;&gt;&lt;source type=&quot;image/avif&quot; srcset=&quot;//i1.hdslb.com/bfs/new_dyn/c05074036730088fd48fab4791af960e1161891017.png@1192w.avif&quot;/&gt;&lt;source type=&quot;image/webp&quot; srcset=&quot;//i1.hdslb.com/bfs/new_dyn/c05074036730088fd48fab4791af960e1161891017.png@1192w.webp&quot;/&gt;&lt;img src=&quot;https://www.tius.cc/zb_users/upload/2025/09/20250911010514_45112.jpg&quot; loading=&quot;lazy&quot; data-onload=&quot;bmgCmptOnload&quot; data-onerror=&quot;bmgCmptOnerror&quot; style=&quot;border-radius: inherit; display: block; width: 596px; height: 335.25px; object-fit: inherit;&quot;/&gt;&lt;/picture&gt;&lt;/div&gt;&lt;/div&gt;&lt;p data-v-2505e99a=&quot;&quot; data-v-c0b8fcf4=&quot;&quot; style=&quot;margin-top: 24px; margin-bottom: 0px; padding: 0px; white-space: pre-wrap; word-break: break-word; font-size: 17px; line-height: 29px; color: rgb(47, 50, 56); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot;&gt;				我这里就选择更改为2&lt;/span&gt;&lt;/p&gt;&lt;div class=&quot;opus-para-pic center&quot; style=&quot;display: flex; margin-top: 24px; justify-content: center; color: rgb(47, 50, 56); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;div class=&quot;b-img&quot; style=&quot;background-color: rgb(241, 242, 243); position: relative; height: 335.25px; border-radius: 6px; width: 596px;&quot;&gt;&lt;picture class=&quot;b-img__inner&quot; style=&quot;width: 596px; height: 335.25px; display: inline-block; vertical-align: middle; border-radius: inherit;&quot;&gt;&lt;source type=&quot;image/avif&quot; srcset=&quot;//i1.hdslb.com/bfs/new_dyn/8508bc70c5c2d00770cebe9a310320d61161891017.png@1192w.avif&quot;/&gt;&lt;source type=&quot;image/webp&quot; srcset=&quot;//i1.hdslb.com/bfs/new_dyn/8508bc70c5c2d00770cebe9a310320d61161891017.png@1192w.webp&quot;/&gt;&lt;img src=&quot;https://www.tius.cc/zb_users/upload/2025/09/20250911010515_61569.jpg&quot; loading=&quot;lazy&quot; data-onload=&quot;bmgCmptOnload&quot; data-onerror=&quot;bmgCmptOnerror&quot; style=&quot;border-radius: inherit; display: block; width: 596px; height: 335.25px; object-fit: inherit;&quot;/&gt;&lt;/picture&gt;&lt;/div&gt;&lt;/div&gt;&lt;p data-v-2505e99a=&quot;&quot; data-v-c0b8fcf4=&quot;&quot; style=&quot;margin-top: 24px; margin-bottom: 0px; padding: 0px; white-space: pre-wrap; word-break: break-word; font-size: 17px; line-height: 29px; color: rgb(47, 50, 56); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot;&gt;				输入y&lt;/span&gt;&lt;/p&gt;&lt;div class=&quot;opus-para-pic center&quot; style=&quot;display: flex; margin-top: 24px; justify-content: center; color: rgb(47, 50, 56); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;div class=&quot;b-img&quot; style=&quot;background-color: rgb(241, 242, 243); position: relative; height: 297.479px; border-radius: 6px; width: 596px;&quot;&gt;&lt;picture class=&quot;b-img__inner&quot; style=&quot;width: 596px; height: 297.469px; display: inline-block; vertical-align: middle; border-radius: inherit;&quot;&gt;&lt;source type=&quot;image/avif&quot; srcset=&quot;//i1.hdslb.com/bfs/new_dyn/3c4762e4ab733570b3ef7544be3d84eb1161891017.png@1192w.avif&quot;/&gt;&lt;source type=&quot;image/webp&quot; srcset=&quot;//i1.hdslb.com/bfs/new_dyn/3c4762e4ab733570b3ef7544be3d84eb1161891017.png@1192w.webp&quot;/&gt;&lt;img src=&quot;https://www.tius.cc/zb_users/upload/2025/09/20250911010517_80661.jpg&quot; loading=&quot;lazy&quot; data-onload=&quot;bmgCmptOnload&quot; data-onerror=&quot;bmgCmptOnerror&quot; style=&quot;border-radius: inherit; display: block; width: 596px; height: 297.469px; object-fit: inherit;&quot;/&gt;&lt;/picture&gt;&lt;/div&gt;&lt;/div&gt;&lt;p data-v-2505e99a=&quot;&quot; data-v-c0b8fcf4=&quot;&quot; style=&quot;margin-top: 24px; margin-bottom: 0px; padding: 0px; white-space: pre-wrap; word-break: break-word; font-size: 17px; line-height: 29px; color: rgb(47, 50, 56); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot;&gt;				回车&lt;/span&gt;&lt;/p&gt;&lt;div class=&quot;opus-para-pic center&quot; style=&quot;display: flex; margin-top: 24px; justify-content: center; color: rgb(47, 50, 56); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;div class=&quot;b-img&quot; style=&quot;background-color: rgb(241, 242, 243); position: relative; height: 294.586px; border-radius: 6px; width: 596px;&quot;&gt;&lt;picture class=&quot;b-img__inner&quot; style=&quot;width: 596px; height: 294.578px; display: inline-block; vertical-align: middle; border-radius: inherit;&quot;&gt;&lt;source type=&quot;image/avif&quot; srcset=&quot;//i1.hdslb.com/bfs/new_dyn/bc862da6a573d136e17a2fd15b4b77cc1161891017.png@1192w.avif&quot;/&gt;&lt;source type=&quot;image/webp&quot; srcset=&quot;//i1.hdslb.com/bfs/new_dyn/bc862da6a573d136e17a2fd15b4b77cc1161891017.png@1192w.webp&quot;/&gt;&lt;img src=&quot;https://www.tius.cc/zb_users/upload/2025/09/20250911010518_39430.jpg&quot; loading=&quot;lazy&quot; data-onload=&quot;bmgCmptOnload&quot; data-onerror=&quot;bmgCmptOnerror&quot; style=&quot;border-radius: inherit; display: block; width: 596px; height: 294.578px; object-fit: inherit;&quot;/&gt;&lt;/picture&gt;&lt;/div&gt;&lt;/div&gt;&lt;p data-v-2505e99a=&quot;&quot; data-v-c0b8fcf4=&quot;&quot; style=&quot;margin-top: 24px; margin-bottom: 0px; padding: 0px; white-space: pre-wrap; word-break: break-word; font-size: 17px; line-height: 29px; color: rgb(47, 50, 56); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot;&gt;				8.输入&lt;/span&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #EE230D;&quot;&gt;update-grub &amp;amp;&amp;amp; update-initramfs -u&lt;/span&gt;&lt;span data-v-2505e99a=&quot;&quot;&gt;更新文件和系统&lt;/span&gt;&lt;/p&gt;&lt;div class=&quot;opus-para-pic center&quot; style=&quot;display: flex; margin-top: 24px; justify-content: center; color: rgb(47, 50, 56); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;div class=&quot;b-img&quot; style=&quot;background-color: rgb(241, 242, 243); position: relative; height: 335.25px; border-radius: 6px; width: 596px;&quot;&gt;&lt;picture class=&quot;b-img__inner&quot; style=&quot;width: 596px; height: 335.25px; display: inline-block; vertical-align: middle; border-radius: inherit;&quot;&gt;&lt;source type=&quot;image/avif&quot; srcset=&quot;//i1.hdslb.com/bfs/new_dyn/3090f4d82e998b8f0ee4f9985a1630a31161891017.png@1192w.avif&quot;/&gt;&lt;source type=&quot;image/webp&quot; srcset=&quot;//i1.hdslb.com/bfs/new_dyn/3090f4d82e998b8f0ee4f9985a1630a31161891017.png@1192w.webp&quot;/&gt;&lt;img src=&quot;https://www.tius.cc/zb_users/upload/2025/09/20250911010520_63933.jpg&quot; loading=&quot;lazy&quot; data-onload=&quot;bmgCmptOnload&quot; data-onerror=&quot;bmgCmptOnerror&quot; style=&quot;border-radius: inherit; display: block; width: 596px; height: 335.25px; object-fit: inherit;&quot;/&gt;&lt;/picture&gt;&lt;/div&gt;&lt;/div&gt;&lt;p data-v-2505e99a=&quot;&quot; data-v-c0b8fcf4=&quot;&quot; style=&quot;margin-top: 24px; margin-bottom: 0px; padding: 0px; white-space: pre-wrap; word-break: break-word; font-size: 17px; line-height: 29px; color: rgb(47, 50, 56); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot;&gt;				9.再输入安装&lt;/span&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #EE230D;&quot;&gt;apt install sysfsutils -y&lt;/span&gt;&lt;span data-v-2505e99a=&quot;&quot;&gt;系统管理工具&lt;/span&gt;&lt;/p&gt;&lt;div class=&quot;opus-para-pic center&quot; style=&quot;display: flex; margin-top: 24px; justify-content: center; color: rgb(47, 50, 56); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;div class=&quot;b-img&quot; style=&quot;background-color: rgb(241, 242, 243); position: relative; height: 335.25px; border-radius: 6px; width: 596px;&quot;&gt;&lt;picture class=&quot;b-img__inner&quot; style=&quot;width: 596px; height: 335.25px; display: inline-block; vertical-align: middle; border-radius: inherit;&quot;&gt;&lt;source type=&quot;image/avif&quot; srcset=&quot;//i1.hdslb.com/bfs/new_dyn/add87774dd7c1a6c322fc13ab7323d971161891017.png@1192w.avif&quot;/&gt;&lt;source type=&quot;image/webp&quot; srcset=&quot;//i1.hdslb.com/bfs/new_dyn/add87774dd7c1a6c322fc13ab7323d971161891017.png@1192w.webp&quot;/&gt;&lt;img src=&quot;https://www.tius.cc/zb_users/upload/2025/09/20250911010521_96004.jpg&quot; loading=&quot;lazy&quot; data-onload=&quot;bmgCmptOnload&quot; data-onerror=&quot;bmgCmptOnerror&quot; style=&quot;border-radius: inherit; display: block; width: 596px; height: 335.25px; object-fit: inherit;&quot;/&gt;&lt;/picture&gt;&lt;/div&gt;&lt;/div&gt;&lt;p data-v-2505e99a=&quot;&quot; data-v-c0b8fcf4=&quot;&quot; style=&quot;margin-top: 24px; margin-bottom: 0px; padding: 0px; white-space: pre-wrap; word-break: break-word; font-size: 17px; line-height: 29px; color: rgb(47, 50, 56); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot;&gt;				10.输入&lt;/span&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #EE230D;&quot;&gt;lspci | grep VGA&lt;/span&gt;&lt;span data-v-2505e99a=&quot;&quot;&gt;查看核显所在总线位置，记下前面显示的数字&lt;/span&gt;&lt;/p&gt;&lt;div class=&quot;opus-para-pic center&quot; style=&quot;display: flex; margin-top: 24px; justify-content: center; color: rgb(47, 50, 56); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;div class=&quot;b-img&quot; style=&quot;background-color: rgb(241, 242, 243); position: relative; height: 335.25px; border-radius: 6px; width: 596px;&quot;&gt;&lt;picture class=&quot;b-img__inner&quot; style=&quot;width: 596px; height: 335.25px; display: inline-block; vertical-align: middle; border-radius: inherit;&quot;&gt;&lt;source type=&quot;image/avif&quot; srcset=&quot;//i1.hdslb.com/bfs/new_dyn/6f12ec3f067186d655c0d1712dddabb61161891017.png@1192w.avif&quot;/&gt;&lt;source type=&quot;image/webp&quot; srcset=&quot;//i1.hdslb.com/bfs/new_dyn/6f12ec3f067186d655c0d1712dddabb61161891017.png@1192w.webp&quot;/&gt;&lt;img src=&quot;https://www.tius.cc/zb_users/upload/2025/09/20250911010523_84886.jpg&quot; loading=&quot;lazy&quot; data-onload=&quot;bmgCmptOnload&quot; data-onerror=&quot;bmgCmptOnerror&quot; style=&quot;border-radius: inherit; display: block; width: 596px; height: 335.25px; object-fit: inherit;&quot;/&gt;&lt;/picture&gt;&lt;/div&gt;&lt;/div&gt;&lt;p data-v-2505e99a=&quot;&quot; data-v-c0b8fcf4=&quot;&quot; style=&quot;margin-top: 24px; margin-bottom: 0px; padding: 0px; white-space: pre-wrap; word-break: break-word; font-size: 17px; line-height: 29px; color: rgb(47, 50, 56); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot;&gt;				11.输入&lt;/span&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #EE230D;&quot;&gt;echo &amp;quot;devices/pci0000:00/0000:00:02.0/sriov_numvfs = 7&amp;quot; &amp;gt; /etc/sysfs.conf&lt;/span&gt;&lt;span data-v-2505e99a=&quot;&quot;&gt;，&lt;/span&gt;&lt;span data-v-2505e99a=&quot;&quot;&gt;并且将其中的7，更改为你之前设置的核显数量。00:02.0也是刚记下的数字&lt;/span&gt;&lt;/p&gt;&lt;div class=&quot;opus-para-pic center&quot; style=&quot;display: flex; margin-top: 24px; justify-content: center; color: rgb(47, 50, 56); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;div class=&quot;b-img&quot; style=&quot;background-color: rgb(241, 242, 243); position: relative; height: 335.25px; border-radius: 6px; width: 596px;&quot;&gt;&lt;picture class=&quot;b-img__inner&quot; style=&quot;width: 596px; height: 335.25px; display: inline-block; vertical-align: middle; border-radius: inherit;&quot;&gt;&lt;source type=&quot;image/avif&quot; srcset=&quot;//i1.hdslb.com/bfs/new_dyn/59f201fe9d1507e6769d1e62d21619061161891017.png@1192w.avif&quot;/&gt;&lt;source type=&quot;image/webp&quot; srcset=&quot;//i1.hdslb.com/bfs/new_dyn/59f201fe9d1507e6769d1e62d21619061161891017.png@1192w.webp&quot;/&gt;&lt;img src=&quot;https://www.tius.cc/zb_users/upload/2025/09/20250911010524_47570.jpg&quot; loading=&quot;lazy&quot; data-onload=&quot;bmgCmptOnload&quot; data-onerror=&quot;bmgCmptOnerror&quot; style=&quot;border-radius: inherit; display: block; width: 596px; height: 335.25px; object-fit: inherit;&quot;/&gt;&lt;/picture&gt;&lt;/div&gt;&lt;/div&gt;&lt;p data-v-2505e99a=&quot;&quot; data-v-c0b8fcf4=&quot;&quot; style=&quot;margin-top: 24px; margin-bottom: 0px; padding: 0px; white-space: pre-wrap; word-break: break-word; font-size: 17px; line-height: 29px; color: rgb(47, 50, 56); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;div class=&quot;opus-para-pic center&quot; style=&quot;display: flex; margin-top: 24px; justify-content: center; color: rgb(47, 50, 56); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;div class=&quot;b-img&quot; style=&quot;background-color: rgb(241, 242, 243); position: relative; height: 335.25px; border-radius: 6px; width: 596px;&quot;&gt;&lt;picture class=&quot;b-img__inner&quot; style=&quot;width: 596px; height: 335.25px; display: inline-block; vertical-align: middle; border-radius: inherit;&quot;&gt;&lt;source type=&quot;image/avif&quot; srcset=&quot;//i1.hdslb.com/bfs/new_dyn/5d03dd94f1bbd917d745732ee87b1db51161891017.png@1192w.avif&quot;/&gt;&lt;source type=&quot;image/webp&quot; srcset=&quot;//i1.hdslb.com/bfs/new_dyn/5d03dd94f1bbd917d745732ee87b1db51161891017.png@1192w.webp&quot;/&gt;&lt;img src=&quot;https://www.tius.cc/zb_users/upload/2025/09/20250911010526_45348.jpg&quot; loading=&quot;lazy&quot; data-onload=&quot;bmgCmptOnload&quot; data-onerror=&quot;bmgCmptOnerror&quot; style=&quot;border-radius: inherit; display: block; width: 596px; height: 335.25px; object-fit: inherit;&quot;/&gt;&lt;/picture&gt;&lt;/div&gt;&lt;/div&gt;&lt;p data-v-2505e99a=&quot;&quot; data-v-c0b8fcf4=&quot;&quot; style=&quot;margin-top: 24px; margin-bottom: 0px; padding: 0px; white-space: pre-wrap; word-break: break-word; font-size: 17px; line-height: 29px; color: rgb(47, 50, 56); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot;&gt;				12.最后就可以输入reboot重启pve。重启完成后，可以再输入&lt;/span&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #EE230D;&quot;&gt;lspci | grep VGA&lt;/span&gt;&lt;span data-v-2505e99a=&quot;&quot;&gt;查看一次核显。发现已经出现了两个新的设备，现在pve端的SR-IOV核显虚拟化，就设置完成了&lt;/span&gt;&lt;/p&gt;&lt;div class=&quot;opus-para-pic center&quot; style=&quot;display: flex; margin-top: 24px; justify-content: center; color: rgb(47, 50, 56); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;div class=&quot;b-img&quot; style=&quot;background-color: rgb(241, 242, 243); position: relative; height: 335.25px; border-radius: 6px; width: 596px;&quot;&gt;&lt;picture class=&quot;b-img__inner&quot; style=&quot;width: 596px; height: 335.25px; display: inline-block; vertical-align: middle; border-radius: inherit;&quot;&gt;&lt;source type=&quot;image/avif&quot; srcset=&quot;//i1.hdslb.com/bfs/new_dyn/af55e6be3a8a267173a42ae8fbf6b9661161891017.png@1192w.avif&quot;/&gt;&lt;source type=&quot;image/webp&quot; srcset=&quot;//i1.hdslb.com/bfs/new_dyn/af55e6be3a8a267173a42ae8fbf6b9661161891017.png@1192w.webp&quot;/&gt;&lt;img src=&quot;https://www.tius.cc/zb_users/upload/2025/09/20250911010527_19087.jpg&quot; loading=&quot;lazy&quot; data-onload=&quot;bmgCmptOnload&quot; data-onerror=&quot;bmgCmptOnerror&quot; style=&quot;border-radius: inherit; display: block; width: 596px; height: 335.25px; object-fit: inherit;&quot;/&gt;&lt;/picture&gt;&lt;/div&gt;&lt;/div&gt;&lt;h2 data-v-2505e99a=&quot;&quot; data-v-c0b8fcf4=&quot;&quot; style=&quot;white-space: pre-wrap; word-break: break-word; font-size: 19px; line-height: 31px; margin: 36px 0px 0px; color: rgb(47, 50, 56); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; background-color: rgb(255, 255, 255);&quot;&gt;&lt;strong data-v-2505e99a=&quot;&quot; style=&quot;color: rgb(29, 177, 0);&quot;&gt;三、添加飞牛虚拟机&lt;/strong&gt;&lt;/h2&gt;&lt;p data-v-2505e99a=&quot;&quot; data-v-c0b8fcf4=&quot;&quot; style=&quot;margin-top: 24px; margin-bottom: 0px; padding: 0px; white-space: pre-wrap; word-break: break-word; font-size: 17px; line-height: 29px; color: rgb(47, 50, 56); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot;&gt;				1.首先点击左侧pve，选择下方local存储。再点击右侧ISO镜像，点击上传，选择之前下载的飞牛os镜像，上传&lt;/span&gt;&lt;/p&gt;&lt;div class=&quot;opus-para-pic center&quot; style=&quot;display: flex; margin-top: 24px; justify-content: center; color: rgb(47, 50, 56); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;div class=&quot;b-img&quot; style=&quot;background-color: rgb(241, 242, 243); position: relative; height: 335.25px; border-radius: 6px; width: 596px;&quot;&gt;&lt;picture class=&quot;b-img__inner&quot; style=&quot;width: 596px; height: 335.25px; display: inline-block; vertical-align: middle; border-radius: inherit;&quot;&gt;&lt;source type=&quot;image/avif&quot; srcset=&quot;//i1.hdslb.com/bfs/new_dyn/606901713bfee18b82ee46bff8a0339f1161891017.png@1192w.avif&quot;/&gt;&lt;source type=&quot;image/webp&quot; srcset=&quot;//i1.hdslb.com/bfs/new_dyn/606901713bfee18b82ee46bff8a0339f1161891017.png@1192w.webp&quot;/&gt;&lt;img src=&quot;https://www.tius.cc/zb_users/upload/2025/09/20250911010529_51954.jpg&quot; loading=&quot;lazy&quot; data-onload=&quot;bmgCmptOnload&quot; data-onerror=&quot;bmgCmptOnerror&quot; style=&quot;border-radius: inherit; display: block; width: 596px; height: 335.25px; object-fit: inherit;&quot;/&gt;&lt;/picture&gt;&lt;/div&gt;&lt;/div&gt;&lt;p data-v-2505e99a=&quot;&quot; data-v-c0b8fcf4=&quot;&quot; style=&quot;margin-top: 24px; margin-bottom: 0px; padding: 0px; white-space: pre-wrap; word-break: break-word; font-size: 17px; line-height: 29px; color: rgb(47, 50, 56); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;div class=&quot;opus-para-pic center&quot; style=&quot;display: flex; margin-top: 24px; justify-content: center; color: rgb(47, 50, 56); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;div class=&quot;b-img&quot; style=&quot;background-color: rgb(241, 242, 243); position: relative; height: 331.993px; border-radius: 6px; width: 596px;&quot;&gt;&lt;picture class=&quot;b-img__inner&quot; style=&quot;width: 596px; height: 331.984px; display: inline-block; vertical-align: middle; border-radius: inherit;&quot;&gt;&lt;source type=&quot;image/avif&quot; srcset=&quot;//i1.hdslb.com/bfs/new_dyn/dce5a8aa5ce465e067ed77cb53d61aab1161891017.png@1192w.avif&quot;/&gt;&lt;source type=&quot;image/webp&quot; srcset=&quot;//i1.hdslb.com/bfs/new_dyn/dce5a8aa5ce465e067ed77cb53d61aab1161891017.png@1192w.webp&quot;/&gt;&lt;img src=&quot;https://www.tius.cc/zb_users/upload/2025/09/20250911010530_90770.jpg&quot; loading=&quot;lazy&quot; data-onload=&quot;bmgCmptOnload&quot; data-onerror=&quot;bmgCmptOnerror&quot; style=&quot;border-radius: inherit; display: block; width: 596px; height: 331.984px; object-fit: inherit;&quot;/&gt;&lt;/picture&gt;&lt;/div&gt;&lt;/div&gt;&lt;p data-v-2505e99a=&quot;&quot; data-v-c0b8fcf4=&quot;&quot; style=&quot;margin-top: 24px; margin-bottom: 0px; padding: 0px; white-space: pre-wrap; word-break: break-word; font-size: 17px; line-height: 29px; color: rgb(47, 50, 56); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot;&gt;				2.完成后点击右上角创建虚拟机，输入名称，下一步&lt;/span&gt;&lt;/p&gt;&lt;div class=&quot;opus-para-pic center&quot; style=&quot;display: flex; margin-top: 24px; justify-content: center; color: rgb(47, 50, 56); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;div class=&quot;b-img&quot; style=&quot;background-color: rgb(241, 242, 243); position: relative; height: 335.25px; border-radius: 6px; width: 596px;&quot;&gt;&lt;picture class=&quot;b-img__inner&quot; style=&quot;width: 596px; height: 335.25px; display: inline-block; vertical-align: middle; border-radius: inherit;&quot;&gt;&lt;source type=&quot;image/avif&quot; srcset=&quot;//i1.hdslb.com/bfs/new_dyn/ea600e9321730ee7947e61b19789b5fc1161891017.png@1192w.avif&quot;/&gt;&lt;source type=&quot;image/webp&quot; srcset=&quot;//i1.hdslb.com/bfs/new_dyn/ea600e9321730ee7947e61b19789b5fc1161891017.png@1192w.webp&quot;/&gt;&lt;img src=&quot;https://www.tius.cc/zb_users/upload/2025/09/20250911010532_42727.jpg&quot; loading=&quot;lazy&quot; data-onload=&quot;bmgCmptOnload&quot; data-onerror=&quot;bmgCmptOnerror&quot; style=&quot;border-radius: inherit; display: block; width: 596px; height: 335.25px; object-fit: inherit;&quot;/&gt;&lt;/picture&gt;&lt;/div&gt;&lt;/div&gt;&lt;p data-v-2505e99a=&quot;&quot; data-v-c0b8fcf4=&quot;&quot; style=&quot;margin-top: 24px; margin-bottom: 0px; padding: 0px; white-space: pre-wrap; word-break: break-word; font-size: 17px; line-height: 29px; color: rgb(47, 50, 56); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;div class=&quot;opus-para-pic center&quot; style=&quot;display: flex; margin-top: 24px; justify-content: center; color: rgb(47, 50, 56); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;div class=&quot;b-img&quot; style=&quot;background-color: rgb(241, 242, 243); position: relative; height: 335.25px; border-radius: 6px; width: 596px;&quot;&gt;&lt;picture class=&quot;b-img__inner&quot; style=&quot;width: 596px; height: 335.25px; display: inline-block; vertical-align: middle; border-radius: inherit;&quot;&gt;&lt;source type=&quot;image/avif&quot; srcset=&quot;//i1.hdslb.com/bfs/new_dyn/dbc5333a69aeeab9bc01fcde2654c1b41161891017.png@1192w.avif&quot;/&gt;&lt;source type=&quot;image/webp&quot; srcset=&quot;//i1.hdslb.com/bfs/new_dyn/dbc5333a69aeeab9bc01fcde2654c1b41161891017.png@1192w.webp&quot;/&gt;&lt;img src=&quot;https://www.tius.cc/zb_users/upload/2025/09/20250911010533_64947.jpg&quot; loading=&quot;lazy&quot; data-onload=&quot;bmgCmptOnload&quot; data-onerror=&quot;bmgCmptOnerror&quot; style=&quot;border-radius: inherit; display: block; width: 596px; height: 335.25px; object-fit: inherit;&quot;/&gt;&lt;/picture&gt;&lt;/div&gt;&lt;/div&gt;&lt;p data-v-2505e99a=&quot;&quot; data-v-c0b8fcf4=&quot;&quot; style=&quot;margin-top: 24px; margin-bottom: 0px; padding: 0px; white-space: pre-wrap; word-break: break-word; font-size: 17px; line-height: 29px; color: rgb(47, 50, 56); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot;&gt;				3.镜像选择刚才上传的镜像文件&lt;/span&gt;&lt;/p&gt;&lt;div class=&quot;opus-para-pic center&quot; style=&quot;display: flex; margin-top: 24px; justify-content: center; color: rgb(47, 50, 56); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;div class=&quot;b-img&quot; style=&quot;background-color: rgb(241, 242, 243); position: relative; height: 335.25px; border-radius: 6px; width: 596px;&quot;&gt;&lt;picture class=&quot;b-img__inner&quot; style=&quot;width: 596px; height: 335.25px; display: inline-block; vertical-align: middle; border-radius: inherit;&quot;&gt;&lt;source type=&quot;image/avif&quot; srcset=&quot;//i1.hdslb.com/bfs/new_dyn/5bed1570528850bd3e4b16e0bf0fbc2c1161891017.png@1192w.avif&quot;/&gt;&lt;source type=&quot;image/webp&quot; srcset=&quot;//i1.hdslb.com/bfs/new_dyn/5bed1570528850bd3e4b16e0bf0fbc2c1161891017.png@1192w.webp&quot;/&gt;&lt;img src=&quot;https://www.tius.cc/zb_users/upload/2025/09/20250911010534_22743.jpg&quot; loading=&quot;lazy&quot; data-onload=&quot;bmgCmptOnload&quot; data-onerror=&quot;bmgCmptOnerror&quot; style=&quot;border-radius: inherit; display: block; width: 596px; height: 335.25px; object-fit: inherit;&quot;/&gt;&lt;/picture&gt;&lt;/div&gt;&lt;/div&gt;&lt;p data-v-2505e99a=&quot;&quot; data-v-c0b8fcf4=&quot;&quot; style=&quot;margin-top: 24px; margin-bottom: 0px; padding: 0px; white-space: pre-wrap; word-break: break-word; font-size: 17px; line-height: 29px; color: rgb(47, 50, 56); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot;&gt;				4.机型我选择Q35，其他可以默认&lt;/span&gt;&lt;/p&gt;&lt;div class=&quot;opus-para-pic center&quot; style=&quot;display: flex; margin-top: 24px; justify-content: center; color: rgb(47, 50, 56); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;div class=&quot;b-img&quot; style=&quot;background-color: rgb(241, 242, 243); position: relative; height: 335.25px; border-radius: 6px; width: 596px;&quot;&gt;&lt;picture class=&quot;b-img__inner&quot; style=&quot;width: 596px; height: 335.25px; display: inline-block; vertical-align: middle; border-radius: inherit;&quot;&gt;&lt;source type=&quot;image/avif&quot; srcset=&quot;//i1.hdslb.com/bfs/new_dyn/88ea9c99301d702e861278dfcffba7691161891017.png@1192w.avif&quot;/&gt;&lt;source type=&quot;image/webp&quot; srcset=&quot;//i1.hdslb.com/bfs/new_dyn/88ea9c99301d702e861278dfcffba7691161891017.png@1192w.webp&quot;/&gt;&lt;img src=&quot;https://www.tius.cc/zb_users/upload/2025/09/20250911010536_65954.jpg&quot; loading=&quot;lazy&quot; data-onload=&quot;bmgCmptOnload&quot; data-onerror=&quot;bmgCmptOnerror&quot; style=&quot;border-radius: inherit; display: block; width: 596px; height: 335.25px; object-fit: inherit;&quot;/&gt;&lt;/picture&gt;&lt;/div&gt;&lt;/div&gt;&lt;p data-v-2505e99a=&quot;&quot; data-v-c0b8fcf4=&quot;&quot; style=&quot;margin-top: 24px; margin-bottom: 0px; padding: 0px; white-space: pre-wrap; word-break: break-word; font-size: 17px; line-height: 29px; color: rgb(47, 50, 56); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot;&gt;					5.总线/设备我选择sata，磁盘大小可以自行设定&lt;/span&gt;&lt;/p&gt;&lt;div class=&quot;opus-para-pic center&quot; style=&quot;display: flex; margin-top: 24px; justify-content: center; color: rgb(47, 50, 56); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;div class=&quot;b-img&quot; style=&quot;background-color: rgb(241, 242, 243); position: relative; height: 335.25px; border-radius: 6px; width: 596px;&quot;&gt;&lt;picture class=&quot;b-img__inner&quot; style=&quot;width: 596px; height: 335.25px; display: inline-block; vertical-align: middle; border-radius: inherit;&quot;&gt;&lt;source type=&quot;image/avif&quot; srcset=&quot;//i1.hdslb.com/bfs/new_dyn/bd1e9d8a0a444c5d4983de76085170651161891017.png@1192w.avif&quot;/&gt;&lt;source type=&quot;image/webp&quot; srcset=&quot;//i1.hdslb.com/bfs/new_dyn/bd1e9d8a0a444c5d4983de76085170651161891017.png@1192w.webp&quot;/&gt;&lt;img src=&quot;https://www.tius.cc/zb_users/upload/2025/09/20250911010538_61227.jpg&quot; loading=&quot;lazy&quot; data-onload=&quot;bmgCmptOnload&quot; data-onerror=&quot;bmgCmptOnerror&quot; style=&quot;border-radius: inherit; display: block; width: 596px; height: 335.25px; object-fit: inherit;&quot;/&gt;&lt;/picture&gt;&lt;/div&gt;&lt;/div&gt;&lt;p data-v-2505e99a=&quot;&quot; data-v-c0b8fcf4=&quot;&quot; style=&quot;margin-top: 24px; margin-bottom: 0px; padding: 0px; white-space: pre-wrap; word-break: break-word; font-size: 17px; line-height: 29px; color: rgb(47, 50, 56); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot;&gt;				6.cpu类别选择host性能较好，核心数量我选择4&lt;/span&gt;&lt;/p&gt;&lt;div class=&quot;opus-para-pic center&quot; style=&quot;display: flex; margin-top: 24px; justify-content: center; color: rgb(47, 50, 56); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;div class=&quot;b-img&quot; style=&quot;background-color: rgb(241, 242, 243); position: relative; height: 335.25px; border-radius: 6px; width: 596px;&quot;&gt;&lt;picture class=&quot;b-img__inner&quot; style=&quot;width: 596px; height: 335.25px; display: inline-block; vertical-align: middle; border-radius: inherit;&quot;&gt;&lt;source type=&quot;image/avif&quot; srcset=&quot;//i1.hdslb.com/bfs/new_dyn/06f55fda471cca661b20a3edb041ca951161891017.png@1192w.avif&quot;/&gt;&lt;source type=&quot;image/webp&quot; srcset=&quot;//i1.hdslb.com/bfs/new_dyn/06f55fda471cca661b20a3edb041ca951161891017.png@1192w.webp&quot;/&gt;&lt;img src=&quot;https://www.tius.cc/zb_users/upload/2025/09/20250911010540_41138.jpg&quot; loading=&quot;lazy&quot; data-onload=&quot;bmgCmptOnload&quot; data-onerror=&quot;bmgCmptOnerror&quot; style=&quot;border-radius: inherit; display: block; width: 596px; height: 335.25px; object-fit: inherit;&quot;/&gt;&lt;/picture&gt;&lt;/div&gt;&lt;/div&gt;&lt;p data-v-2505e99a=&quot;&quot; data-v-c0b8fcf4=&quot;&quot; style=&quot;margin-top: 24px; margin-bottom: 0px; padding: 0px; white-space: pre-wrap; word-break: break-word; font-size: 17px; line-height: 29px; color: rgb(47, 50, 56); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot;&gt;				7.内存大小也可以自行设定&lt;/span&gt;&lt;/p&gt;&lt;div class=&quot;opus-para-pic center&quot; style=&quot;display: flex; margin-top: 24px; justify-content: center; color: rgb(47, 50, 56); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;div class=&quot;b-img&quot; style=&quot;background-color: rgb(241, 242, 243); position: relative; height: 335.25px; border-radius: 6px; width: 596px;&quot;&gt;&lt;picture class=&quot;b-img__inner&quot; style=&quot;width: 596px; height: 335.25px; display: inline-block; vertical-align: middle; border-radius: inherit;&quot;&gt;&lt;source type=&quot;image/avif&quot; srcset=&quot;//i1.hdslb.com/bfs/new_dyn/3d012f1d81c4808121797d22fb57796b1161891017.png@1192w.avif&quot;/&gt;&lt;source type=&quot;image/webp&quot; srcset=&quot;//i1.hdslb.com/bfs/new_dyn/3d012f1d81c4808121797d22fb57796b1161891017.png@1192w.webp&quot;/&gt;&lt;img src=&quot;https://www.tius.cc/zb_users/upload/2025/09/20250911010541_37634.jpg&quot; loading=&quot;lazy&quot; data-onload=&quot;bmgCmptOnload&quot; data-onerror=&quot;bmgCmptOnerror&quot; style=&quot;border-radius: inherit; display: block; width: 596px; height: 335.25px; object-fit: inherit;&quot;/&gt;&lt;/picture&gt;&lt;/div&gt;&lt;/div&gt;&lt;p data-v-2505e99a=&quot;&quot; data-v-c0b8fcf4=&quot;&quot; style=&quot;margin-top: 24px; margin-bottom: 0px; padding: 0px; white-space: pre-wrap; word-break: break-word; font-size: 17px; line-height: 29px; color: rgb(47, 50, 56); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot;&gt;				8.网络可以直接默认下一步，最后确认完成&lt;/span&gt;&lt;/p&gt;&lt;div class=&quot;opus-para-pic center&quot; style=&quot;display: flex; margin-top: 24px; justify-content: center; color: rgb(47, 50, 56); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;div class=&quot;b-img&quot; style=&quot;background-color: rgb(241, 242, 243); position: relative; height: 335.25px; border-radius: 6px; width: 596px;&quot;&gt;&lt;picture class=&quot;b-img__inner&quot; style=&quot;width: 596px; height: 335.25px; display: inline-block; vertical-align: middle; border-radius: inherit;&quot;&gt;&lt;source type=&quot;image/avif&quot; srcset=&quot;//i1.hdslb.com/bfs/new_dyn/252aca4fa2ab78a5f107dc210aa5c5c21161891017.png@1192w.avif&quot;/&gt;&lt;source type=&quot;image/webp&quot; srcset=&quot;//i1.hdslb.com/bfs/new_dyn/252aca4fa2ab78a5f107dc210aa5c5c21161891017.png@1192w.webp&quot;/&gt;&lt;img src=&quot;https://www.tius.cc/zb_users/upload/2025/09/20250911010542_21233.jpg&quot; loading=&quot;lazy&quot; data-onload=&quot;bmgCmptOnload&quot; data-onerror=&quot;bmgCmptOnerror&quot; style=&quot;border-radius: inherit; display: block; width: 596px; height: 335.25px; object-fit: inherit;&quot;/&gt;&lt;/picture&gt;&lt;/div&gt;&lt;/div&gt;&lt;p data-v-2505e99a=&quot;&quot; data-v-c0b8fcf4=&quot;&quot; style=&quot;margin-top: 24px; margin-bottom: 0px; padding: 0px; white-space: pre-wrap; word-break: break-word; font-size: 17px; line-height: 29px; color: rgb(47, 50, 56); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;div class=&quot;opus-para-pic center&quot; style=&quot;display: flex; margin-top: 24px; justify-content: center; color: rgb(47, 50, 56); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;div class=&quot;b-img&quot; style=&quot;background-color: rgb(241, 242, 243); position: relative; height: 335.25px; border-radius: 6px; width: 596px;&quot;&gt;&lt;picture class=&quot;b-img__inner&quot; style=&quot;width: 596px; height: 335.25px; display: inline-block; vertical-align: middle; border-radius: inherit;&quot;&gt;&lt;source type=&quot;image/avif&quot; srcset=&quot;//i1.hdslb.com/bfs/new_dyn/860ec5a59428021749ab32e5913e5c711161891017.png@1192w.avif&quot;/&gt;&lt;source type=&quot;image/webp&quot; srcset=&quot;//i1.hdslb.com/bfs/new_dyn/860ec5a59428021749ab32e5913e5c711161891017.png@1192w.webp&quot;/&gt;&lt;img src=&quot;https://www.tius.cc/zb_users/upload/2025/09/20250911010544_78022.jpg&quot; loading=&quot;lazy&quot; data-onload=&quot;bmgCmptOnload&quot; data-onerror=&quot;bmgCmptOnerror&quot; style=&quot;border-radius: inherit; display: block; width: 596px; height: 335.25px; object-fit: inherit;&quot;/&gt;&lt;/picture&gt;&lt;/div&gt;&lt;/div&gt;&lt;h2 data-v-2505e99a=&quot;&quot; data-v-c0b8fcf4=&quot;&quot; style=&quot;white-space: pre-wrap; word-break: break-word; font-size: 19px; line-height: 31px; margin: 36px 0px 0px; color: rgb(47, 50, 56); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; background-color: rgb(255, 255, 255);&quot;&gt;&lt;strong data-v-2505e99a=&quot;&quot;&gt;&lt;/strong&gt;&lt;strong data-v-2505e99a=&quot;&quot; style=&quot;color: rgb(29, 177, 0);&quot;&gt;四、安装并设置飞牛系统&lt;/strong&gt;&lt;/h2&gt;&lt;p data-v-2505e99a=&quot;&quot; data-v-c0b8fcf4=&quot;&quot; style=&quot;margin-top: 24px; margin-bottom: 0px; padding: 0px; white-space: pre-wrap; word-break: break-word; font-size: 17px; line-height: 29px; color: rgb(47, 50, 56); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot;&gt;				1.添加完飞牛虚拟机后，我们点击pve左侧新出现的fnos，开机&lt;/span&gt;&lt;/p&gt;&lt;div class=&quot;opus-para-pic center&quot; style=&quot;display: flex; margin-top: 24px; justify-content: center; color: rgb(47, 50, 56); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;div class=&quot;b-img&quot; style=&quot;background-color: rgb(241, 242, 243); position: relative; height: 335.25px; border-radius: 6px; width: 596px;&quot;&gt;&lt;picture class=&quot;b-img__inner&quot; style=&quot;width: 596px; height: 335.25px; display: inline-block; vertical-align: middle; border-radius: inherit;&quot;&gt;&lt;source type=&quot;image/avif&quot; srcset=&quot;//i1.hdslb.com/bfs/new_dyn/489d47e4c9c00b5cfd6b0beaa2cc30a31161891017.png@1192w.avif&quot;/&gt;&lt;source type=&quot;image/webp&quot; srcset=&quot;//i1.hdslb.com/bfs/new_dyn/489d47e4c9c00b5cfd6b0beaa2cc30a31161891017.png@1192w.webp&quot;/&gt;&lt;img src=&quot;https://www.tius.cc/zb_users/upload/2025/09/20250911010545_45731.jpg&quot; loading=&quot;lazy&quot; data-onload=&quot;bmgCmptOnload&quot; data-onerror=&quot;bmgCmptOnerror&quot; style=&quot;border-radius: inherit; display: block; width: 596px; height: 335.25px; object-fit: inherit;&quot;/&gt;&lt;/picture&gt;&lt;/div&gt;&lt;/div&gt;&lt;p data-v-2505e99a=&quot;&quot; data-v-c0b8fcf4=&quot;&quot; style=&quot;margin-top: 24px; margin-bottom: 0px; padding: 0px; white-space: pre-wrap; word-break: break-word; font-size: 17px; line-height: 29px; color: rgb(47, 50, 56); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot;&gt;				2.这里安装飞牛系统和物理机安装一样，我们快速跳过一下。并且在最后记下这里显示的IP地址&lt;/span&gt;&lt;/p&gt;&lt;div class=&quot;opus-para-pic center&quot; style=&quot;display: flex; margin-top: 24px; justify-content: center; color: rgb(47, 50, 56); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;div class=&quot;b-img&quot; style=&quot;background-color: rgb(241, 242, 243); position: relative; height: 335.25px; border-radius: 6px; width: 596px;&quot;&gt;&lt;picture class=&quot;b-img__inner&quot; style=&quot;width: 596px; height: 335.25px; display: inline-block; vertical-align: middle; border-radius: inherit;&quot;&gt;&lt;source type=&quot;image/avif&quot; srcset=&quot;//i1.hdslb.com/bfs/new_dyn/b5268e7efaeabed3ef9c0f88a009f2c71161891017.png@1192w.avif&quot;/&gt;&lt;source type=&quot;image/webp&quot; srcset=&quot;//i1.hdslb.com/bfs/new_dyn/b5268e7efaeabed3ef9c0f88a009f2c71161891017.png@1192w.webp&quot;/&gt;&lt;img src=&quot;https://www.tius.cc/zb_users/upload/2025/09/20250911010546_82744.jpg&quot; loading=&quot;lazy&quot; data-onload=&quot;bmgCmptOnload&quot; data-onerror=&quot;bmgCmptOnerror&quot; style=&quot;border-radius: inherit; display: block; width: 596px; height: 335.25px; object-fit: inherit;&quot;/&gt;&lt;/picture&gt;&lt;/div&gt;&lt;/div&gt;&lt;p data-v-2505e99a=&quot;&quot; data-v-c0b8fcf4=&quot;&quot; style=&quot;margin-top: 24px; margin-bottom: 0px; padding: 0px; white-space: pre-wrap; word-break: break-word; font-size: 17px; line-height: 29px; color: rgb(47, 50, 56); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;div class=&quot;opus-para-pic center&quot; style=&quot;display: flex; margin-top: 24px; justify-content: center; color: rgb(47, 50, 56); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;div class=&quot;b-img&quot; style=&quot;background-color: rgb(241, 242, 243); position: relative; height: 335.25px; border-radius: 6px; width: 596px;&quot;&gt;&lt;picture class=&quot;b-img__inner&quot; style=&quot;width: 596px; height: 335.25px; display: inline-block; vertical-align: middle; border-radius: inherit;&quot;&gt;&lt;source type=&quot;image/avif&quot; srcset=&quot;//i1.hdslb.com/bfs/new_dyn/5eb6f2ec429039bfeabebc574f7d1a421161891017.png@1192w.avif&quot;/&gt;&lt;source type=&quot;image/webp&quot; srcset=&quot;//i1.hdslb.com/bfs/new_dyn/5eb6f2ec429039bfeabebc574f7d1a421161891017.png@1192w.webp&quot;/&gt;&lt;img src=&quot;https://www.tius.cc/zb_users/upload/2025/09/20250911010548_69198.jpg&quot; loading=&quot;lazy&quot; data-onload=&quot;bmgCmptOnload&quot; data-onerror=&quot;bmgCmptOnerror&quot; style=&quot;border-radius: inherit; display: block; width: 596px; height: 335.25px; object-fit: inherit;&quot;/&gt;&lt;/picture&gt;&lt;/div&gt;&lt;/div&gt;&lt;p data-v-2505e99a=&quot;&quot; data-v-c0b8fcf4=&quot;&quot; style=&quot;margin-top: 24px; margin-bottom: 0px; padding: 0px; white-space: pre-wrap; word-break: break-word; font-size: 17px; line-height: 29px; color: rgb(47, 50, 56); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;div class=&quot;opus-para-pic center&quot; style=&quot;display: flex; margin-top: 24px; justify-content: center; color: rgb(47, 50, 56); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;div class=&quot;b-img&quot; style=&quot;background-color: rgb(241, 242, 243); position: relative; height: 335.25px; border-radius: 6px; width: 596px;&quot;&gt;&lt;picture class=&quot;b-img__inner&quot; style=&quot;width: 596px; height: 335.25px; display: inline-block; vertical-align: middle; border-radius: inherit;&quot;&gt;&lt;source type=&quot;image/avif&quot; srcset=&quot;//i1.hdslb.com/bfs/new_dyn/667daf3ac851db6bcb23396414a709d01161891017.png@1192w.avif&quot;/&gt;&lt;source type=&quot;image/webp&quot; srcset=&quot;//i1.hdslb.com/bfs/new_dyn/667daf3ac851db6bcb23396414a709d01161891017.png@1192w.webp&quot;/&gt;&lt;img src=&quot;https://www.tius.cc/zb_users/upload/2025/09/20250911010549_32980.jpg&quot; loading=&quot;lazy&quot; data-onload=&quot;bmgCmptOnload&quot; data-onerror=&quot;bmgCmptOnerror&quot; style=&quot;border-radius: inherit; display: block; width: 596px; height: 335.25px; object-fit: inherit;&quot;/&gt;&lt;/picture&gt;&lt;/div&gt;&lt;/div&gt;&lt;p data-v-2505e99a=&quot;&quot; data-v-c0b8fcf4=&quot;&quot; style=&quot;margin-top: 24px; margin-bottom: 0px; padding: 0px; white-space: pre-wrap; word-break: break-word; font-size: 17px; line-height: 29px; color: rgb(47, 50, 56); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot;&gt;				3.我们打开网页访问这个IP地址，进行一下初始化设置&lt;/span&gt;&lt;/p&gt;&lt;div class=&quot;opus-para-pic center&quot; style=&quot;display: flex; margin-top: 24px; justify-content: center; color: rgb(47, 50, 56); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;div class=&quot;b-img&quot; style=&quot;background-color: rgb(241, 242, 243); position: relative; height: 335.25px; border-radius: 6px; width: 596px;&quot;&gt;&lt;picture class=&quot;b-img__inner&quot; style=&quot;width: 596px; height: 335.25px; display: inline-block; vertical-align: middle; border-radius: inherit;&quot;&gt;&lt;source type=&quot;image/avif&quot; srcset=&quot;//i1.hdslb.com/bfs/new_dyn/438033bcf78c08225a7218439166f7ea1161891017.png@1192w.avif&quot;/&gt;&lt;source type=&quot;image/webp&quot; srcset=&quot;//i1.hdslb.com/bfs/new_dyn/438033bcf78c08225a7218439166f7ea1161891017.png@1192w.webp&quot;/&gt;&lt;img src=&quot;https://www.tius.cc/zb_users/upload/2025/09/20250911010551_62539.jpg&quot; loading=&quot;lazy&quot; data-onload=&quot;bmgCmptOnload&quot; data-onerror=&quot;bmgCmptOnerror&quot; style=&quot;border-radius: inherit; display: block; width: 596px; height: 335.25px; object-fit: inherit;&quot;/&gt;&lt;/picture&gt;&lt;/div&gt;&lt;/div&gt;&lt;p data-v-2505e99a=&quot;&quot; data-v-c0b8fcf4=&quot;&quot; style=&quot;margin-top: 24px; margin-bottom: 0px; padding: 0px; white-space: pre-wrap; word-break: break-word; font-size: 17px; line-height: 29px; color: rgb(47, 50, 56); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot;&gt;				4.进入飞牛os，先将剩余的磁盘创建成新的存储空间。依次点击系统设置，存储空间管理，创建存储空间&lt;/span&gt;&lt;/p&gt;&lt;div class=&quot;opus-para-pic center&quot; style=&quot;display: flex; margin-top: 24px; justify-content: center; color: rgb(47, 50, 56); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;div class=&quot;b-img&quot; style=&quot;background-color: rgb(241, 242, 243); position: relative; height: 335.25px; border-radius: 6px; width: 596px;&quot;&gt;&lt;picture class=&quot;b-img__inner&quot; style=&quot;width: 596px; height: 335.25px; display: inline-block; vertical-align: middle; border-radius: inherit;&quot;&gt;&lt;source type=&quot;image/avif&quot; srcset=&quot;//i1.hdslb.com/bfs/new_dyn/6cd5c00284ae475514cfc9679f8c3b571161891017.png@1192w.avif&quot;/&gt;&lt;source type=&quot;image/webp&quot; srcset=&quot;//i1.hdslb.com/bfs/new_dyn/6cd5c00284ae475514cfc9679f8c3b571161891017.png@1192w.webp&quot;/&gt;&lt;img src=&quot;https://www.tius.cc/zb_users/upload/2025/09/20250911010553_13778.jpg&quot; loading=&quot;lazy&quot; data-onload=&quot;bmgCmptOnload&quot; data-onerror=&quot;bmgCmptOnerror&quot; style=&quot;border-radius: inherit; display: block; width: 596px; height: 335.25px; object-fit: inherit;&quot;/&gt;&lt;/picture&gt;&lt;/div&gt;&lt;/div&gt;&lt;p data-v-2505e99a=&quot;&quot; data-v-c0b8fcf4=&quot;&quot; style=&quot;margin-top: 24px; margin-bottom: 0px; padding: 0px; white-space: pre-wrap; word-break: break-word; font-size: 17px; line-height: 29px; color: rgb(47, 50, 56); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot;&gt;				5.设置好存储空间后，给飞牛os安装SR-IOV驱动就简单多了，点击左侧应用中心，选择驱动，直接点击安装这个核显驱动&lt;/span&gt;&lt;/p&gt;&lt;div class=&quot;opus-para-pic center&quot; style=&quot;display: flex; margin-top: 24px; justify-content: center; color: rgb(47, 50, 56); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;div class=&quot;b-img&quot; style=&quot;background-color: rgb(241, 242, 243); position: relative; height: 335.25px; border-radius: 6px; width: 596px;&quot;&gt;&lt;picture class=&quot;b-img__inner&quot; style=&quot;width: 596px; height: 335.25px; display: inline-block; vertical-align: middle; border-radius: inherit;&quot;&gt;&lt;source type=&quot;image/avif&quot; srcset=&quot;//i1.hdslb.com/bfs/new_dyn/70d9882c9aae6c7c60668e4fcca6dde41161891017.png@1192w.avif&quot;/&gt;&lt;source type=&quot;image/webp&quot; srcset=&quot;//i1.hdslb.com/bfs/new_dyn/70d9882c9aae6c7c60668e4fcca6dde41161891017.png@1192w.webp&quot;/&gt;&lt;img src=&quot;https://www.tius.cc/zb_users/upload/2025/09/20250911010554_56480.jpg&quot; loading=&quot;lazy&quot; data-onload=&quot;bmgCmptOnload&quot; data-onerror=&quot;bmgCmptOnerror&quot; style=&quot;border-radius: inherit; display: block; width: 596px; height: 335.25px; object-fit: inherit;&quot;/&gt;&lt;/picture&gt;&lt;/div&gt;&lt;/div&gt;&lt;h2 data-v-2505e99a=&quot;&quot; data-v-c0b8fcf4=&quot;&quot; style=&quot;white-space: pre-wrap; word-break: break-word; font-size: 19px; line-height: 31px; margin: 36px 0px 0px; color: rgb(47, 50, 56); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; background-color: rgb(255, 255, 255);&quot;&gt;&lt;strong data-v-2505e99a=&quot;&quot;&gt;&lt;/strong&gt;&lt;strong data-v-2505e99a=&quot;&quot; style=&quot;color: rgb(29, 177, 0);&quot;&gt;五、添加虚拟核显给飞牛虚拟机&lt;/strong&gt;&lt;/h2&gt;&lt;p data-v-2505e99a=&quot;&quot; data-v-c0b8fcf4=&quot;&quot; style=&quot;margin-top: 24px; margin-bottom: 0px; padding: 0px; white-space: pre-wrap; word-break: break-word; font-size: 17px; line-height: 29px; color: rgb(47, 50, 56); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot;&gt;				1.完成后将飞牛系统关机，回到pve的飞牛os后台，点击硬件，选择添加，PCI设备。&lt;/span&gt;&lt;/p&gt;&lt;div class=&quot;opus-para-pic center&quot; style=&quot;display: flex; margin-top: 24px; justify-content: center; color: rgb(47, 50, 56); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;div class=&quot;b-img&quot; style=&quot;background-color: rgb(241, 242, 243); position: relative; height: 335.25px; border-radius: 6px; width: 596px;&quot;&gt;&lt;picture class=&quot;b-img__inner&quot; style=&quot;width: 596px; height: 335.25px; display: inline-block; vertical-align: middle; border-radius: inherit;&quot;&gt;&lt;source type=&quot;image/avif&quot; srcset=&quot;//i1.hdslb.com/bfs/new_dyn/51fb7ba437341392aa52def961d2a6d81161891017.png@1192w.avif&quot;/&gt;&lt;source type=&quot;image/webp&quot; srcset=&quot;//i1.hdslb.com/bfs/new_dyn/51fb7ba437341392aa52def961d2a6d81161891017.png@1192w.webp&quot;/&gt;&lt;img src=&quot;https://www.tius.cc/zb_users/upload/2025/09/20250911010555_77927.jpg&quot; loading=&quot;lazy&quot; data-onload=&quot;bmgCmptOnload&quot; data-onerror=&quot;bmgCmptOnerror&quot; style=&quot;border-radius: inherit; display: block; width: 596px; height: 335.25px; object-fit: inherit;&quot;/&gt;&lt;/picture&gt;&lt;/div&gt;&lt;/div&gt;&lt;p data-v-2505e99a=&quot;&quot; data-v-c0b8fcf4=&quot;&quot; style=&quot;margin-top: 24px; margin-bottom: 0px; padding: 0px; white-space: pre-wrap; word-break: break-word; font-size: 17px; line-height: 29px; color: rgb(47, 50, 56); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot;&gt;				2.点击原始设备，选择一个之前安装的虚拟核显，注意这里不要选择第一个原本的核显，点击添加&lt;/span&gt;&lt;/p&gt;&lt;div class=&quot;opus-para-pic center&quot; style=&quot;display: flex; margin-top: 24px; justify-content: center; color: rgb(47, 50, 56); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;div class=&quot;b-img&quot; style=&quot;background-color: rgb(241, 242, 243); position: relative; height: 335.25px; border-radius: 6px; width: 596px;&quot;&gt;&lt;picture class=&quot;b-img__inner&quot; style=&quot;width: 596px; height: 335.25px; display: inline-block; vertical-align: middle; border-radius: inherit;&quot;&gt;&lt;source type=&quot;image/avif&quot; srcset=&quot;//i1.hdslb.com/bfs/new_dyn/5866aa23db938724d2b0f08443515bf91161891017.png@1192w.avif&quot;/&gt;&lt;source type=&quot;image/webp&quot; srcset=&quot;//i1.hdslb.com/bfs/new_dyn/5866aa23db938724d2b0f08443515bf91161891017.png@1192w.webp&quot;/&gt;&lt;img src=&quot;https://www.tius.cc/zb_users/upload/2025/09/20250911010556_44424.jpg&quot; loading=&quot;lazy&quot; data-onload=&quot;bmgCmptOnload&quot; data-onerror=&quot;bmgCmptOnerror&quot; style=&quot;border-radius: inherit; display: block; width: 596px; height: 335.25px; object-fit: inherit;&quot;/&gt;&lt;/picture&gt;&lt;/div&gt;&lt;/div&gt;&lt;p data-v-2505e99a=&quot;&quot; data-v-c0b8fcf4=&quot;&quot; style=&quot;margin-top: 24px; margin-bottom: 0px; padding: 0px; white-space: pre-wrap; word-break: break-word; font-size: 17px; line-height: 29px; color: rgb(47, 50, 56); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot;&gt;				3.之后启动飞牛os，再打开飞牛后台页面，登陆进飞牛os，打开系统设置，在设备信息里可以看到，已经显示核显信息了。并且在安装完飞牛影视后，也可以在飞牛影视设置里，打开gpu加速转码&lt;/span&gt;&lt;/p&gt;&lt;div class=&quot;opus-para-pic center&quot; style=&quot;display: flex; margin-top: 24px; justify-content: center; color: rgb(47, 50, 56); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;div class=&quot;b-img&quot; style=&quot;background-color: rgb(241, 242, 243); position: relative; height: 335.25px; border-radius: 6px; width: 596px;&quot;&gt;&lt;picture class=&quot;b-img__inner&quot; style=&quot;width: 596px; height: 335.25px; display: inline-block; vertical-align: middle; border-radius: inherit;&quot;&gt;&lt;source type=&quot;image/avif&quot; srcset=&quot;//i1.hdslb.com/bfs/new_dyn/a3cbb84a5b72cc4db34484085826213d1161891017.png@1192w.avif&quot;/&gt;&lt;source type=&quot;image/webp&quot; srcset=&quot;//i1.hdslb.com/bfs/new_dyn/a3cbb84a5b72cc4db34484085826213d1161891017.png@1192w.webp&quot;/&gt;&lt;img src=&quot;https://www.tius.cc/zb_users/upload/2025/09/20250911010558_39863.jpg&quot; loading=&quot;lazy&quot; data-onload=&quot;bmgCmptOnload&quot; data-onerror=&quot;bmgCmptOnerror&quot; style=&quot;border-radius: inherit; display: block; width: 596px; height: 335.25px; object-fit: inherit;&quot;/&gt;&lt;/picture&gt;&lt;/div&gt;&lt;/div&gt;&lt;p data-v-2505e99a=&quot;&quot; data-v-c0b8fcf4=&quot;&quot; style=&quot;margin-top: 24px; margin-bottom: 0px; padding: 0px; white-space: pre-wrap; word-break: break-word; font-size: 17px; line-height: 29px; color: rgb(47, 50, 56); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;div class=&quot;opus-para-pic center&quot; style=&quot;display: flex; margin-top: 24px; justify-content: center; color: rgb(47, 50, 56); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;div class=&quot;b-img&quot; style=&quot;background-color: rgb(241, 242, 243); position: relative; height: 335.25px; border-radius: 6px; width: 596px;&quot;&gt;&lt;picture class=&quot;b-img__inner&quot; style=&quot;width: 596px; height: 335.25px; display: inline-block; vertical-align: middle; border-radius: inherit;&quot;&gt;&lt;source type=&quot;image/avif&quot; srcset=&quot;//i1.hdslb.com/bfs/new_dyn/8c68e5258d3f796599e48582297729621161891017.png@1192w.avif&quot;/&gt;&lt;source type=&quot;image/webp&quot; srcset=&quot;//i1.hdslb.com/bfs/new_dyn/8c68e5258d3f796599e48582297729621161891017.png@1192w.webp&quot;/&gt;&lt;img src=&quot;https://www.tius.cc/zb_users/upload/2025/09/20250911010600_23068.jpg&quot; loading=&quot;lazy&quot; data-onload=&quot;bmgCmptOnload&quot; data-onerror=&quot;bmgCmptOnerror&quot; style=&quot;border-radius: inherit; display: block; width: 596px; height: 335.25px; object-fit: inherit;&quot;/&gt;&lt;/picture&gt;&lt;/div&gt;&lt;/div&gt;&lt;p data-v-2505e99a=&quot;&quot; data-v-c0b8fcf4=&quot;&quot; style=&quot;margin-top: 24px; margin-bottom: 0px; padding: 0px; white-space: pre-wrap; word-break: break-word; font-size: 17px; line-height: 29px; color: rgb(47, 50, 56); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;p data-v-2505e99a=&quot;&quot; data-v-c0b8fcf4=&quot;&quot; style=&quot;margin-top: 24px; margin-bottom: 0px; padding: 0px; white-space: pre-wrap; word-break: break-word; font-size: 17px; line-height: 29px; color: rgb(47, 50, 56); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;p data-v-2505e99a=&quot;&quot; data-v-c0b8fcf4=&quot;&quot; style=&quot;margin-top: 24px; margin-bottom: 0px; padding: 0px; white-space: pre-wrap; word-break: break-word; font-size: 17px; line-height: 29px; color: rgb(47, 50, 56); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;h2 data-v-2505e99a=&quot;&quot; data-v-c0b8fcf4=&quot;&quot; style=&quot;white-space: pre-wrap; word-break: break-word; font-size: 19px; line-height: 31px; margin: 36px 0px 0px; color: rgb(47, 50, 56); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; background-color: rgb(255, 255, 255);&quot;&gt;&lt;strong data-v-2505e99a=&quot;&quot;&gt;到这里我们在pve系统里的飞牛os虚拟机就安装完成了。飞牛os现在也是发布了公测版，比起物理机直接安装飞牛系统，在pve里安装可以给我们爱折腾的伙伴们更多的选择。好了，今天的分享就到这里结束了，谢谢大家看到这里~&lt;/strong&gt;&lt;/h2&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Thu, 11 Sep 2025 01:02:47 +0800</pubDate></item><item><title>docker运行runlike docker运行轻量浏览器</title><link>https://www.tius.cc/?id=59</link><description>&lt;div class=&quot;artical-content-bak main-content editor-side-new&quot; style=&quot;-webkit-font-smoothing: antialiased; font-family: &amp;quot;Open Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; margin: 0px auto; font-size: 16px; word-break: break-all; color: rgb(51, 51, 51); line-height: 1.74; max-width: 100%; text-wrap-mode: wrap; background-color: rgb(255, 255, 255); padding: 0px 0px 20px !important; user-select: auto !important;&quot;&gt;&lt;div class=&quot;con editor-preview-side&quot; id=&quot;result&quot; data-version=&quot;1&quot; style=&quot;-webkit-font-smoothing: antialiased; font-family: -apple-system, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; margin: 0px; padding: 0px; user-select: auto !important; overflow: auto;&quot;&gt;&lt;div class=&quot;editor-container container am-engine&quot; id=&quot;container&quot; data-element=&quot;root&quot; style=&quot;-webkit-font-smoothing: antialiased; margin: 0px; padding: 0px; user-select: auto !important;&quot;&gt;&lt;h4 id=&quot;h0&quot; style=&quot;-webkit-font-smoothing: antialiased; margin-right: 0px; margin-bottom: 0.6rem; margin-left: 0px; padding: 0px; color: rgb(34, 34, 34); margin-top: 0px !important; user-select: auto !important;&quot;&gt;阿里云轻量应用服务器安装docker部署&lt;a href=&quot;https://rk.51cto.com/download?cateId=3&amp;cid=&amp;tid=&amp;source=&amp;utm_source=blog#mysql&quot; target=&quot;_blank&quot; class=&quot;keyword-link&quot; style=&quot;-webkit-font-smoothing: antialiased; margin: 0px; padding: 0px 2px 0px 0px; color: rgb(66, 133, 244); text-decoration-line: none; position: relative; user-select: auto !important;&quot;&gt;mysql&lt;em class=&quot;icon-xingxing&quot; style=&quot;-webkit-font-smoothing: antialiased; margin: 0px; padding: 0px; background: url(&amp;quot;https://s2.51cto.com/blog/detail/yun.png?x-oss-process=image/format,webp&amp;quot;) 50% center / 100% no-repeat; display: inline-block; font-size: 14px; height: 12px; position: relative; right: -1px; top: -3px; width: 12px; user-select: auto !important;&quot;&gt;&lt;/em&gt;&lt;/a&gt;，tomcat，redis以及成功远程连接上&lt;/h4&gt;&lt;h4 id=&quot;h1&quot; style=&quot;-webkit-font-smoothing: antialiased; margin: 2rem 0px 0.6rem; padding: 0px; color: rgb(34, 34, 34); user-select: auto !important;&quot;&gt;一、docker&lt;/h4&gt;&lt;h5 style=&quot;-webkit-font-smoothing: antialiased; margin-right: 0px; margin-bottom: 0.6rem; margin-left: 0px; padding: 0px; color: rgb(34, 34, 34); margin-top: 0px !important; user-select: auto !important;&quot;&gt;1）、docker的安装&lt;/h5&gt;&lt;ol style=&quot;-webkit-font-smoothing: antialiased; margin-bottom: 15px; margin-left: 1.58rem; padding: 0px; user-select: auto !important;&quot; class=&quot; list-paddingleft-2&quot;&gt;&lt;li&gt;&lt;p&gt;检查centos内核版本（必须是3.10及以上）&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;&lt;div style=&quot;-webkit-font-smoothing: antialiased; margin: 0px; padding: 0px; user-select: auto !important;&quot;&gt;&lt;div class=&quot;code-toolbar&quot; style=&quot;-webkit-font-smoothing: antialiased; margin: 0px; padding: 0px; font-size: 14px; box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 2px inset, rgba(102, 128, 153, 0.05) 40px 0px 0px inset, rgba(102, 128, 153, 0.05) 0px 1px 0px; position: relative; user-select: auto !important;&quot;&gt;&lt;div class=&quot;hljs-cto&quot; style=&quot;-webkit-font-smoothing: antialiased; margin: 0px; padding: 0px; position: relative; user-select: auto !important;&quot;&gt;&lt;pre class=&quot;language-plain prettyprint&quot; tabindex=&quot;0&quot; style=&quot;-webkit-font-smoothing: antialiased; margin-top: 0px; margin-bottom: 1em; font-size: 1em; overflow: auto hidden; line-height: 1.6; background-color: rgb(247, 247, 247); box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 2px inset, rgba(102, 128, 153, 0.05) 40px 0px 0px inset, rgba(102, 128, 153, 0.05) 0px 1px 0px; border-radius: 4px; color: rgb(0, 0, 0); tab-size: 4; overflow-wrap: normal; hyphens: none; word-break: normal; word-spacing: normal; box-sizing: border-box; width: 1184px; font-family: Monaco, Menlo, Consolas, &amp;quot;Courier New&amp;quot;, monospace !important; padding: 10px 25px 10px 55px !important; user-select: auto !important;&quot;&gt;uname&amp;nbsp;-r1.&lt;/pre&gt;&lt;/div&gt;&lt;div class=&quot;toolbar&quot; style=&quot;-webkit-font-smoothing: antialiased; margin: 0px; padding: 0px; user-select: auto !important;&quot;&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;p style=&quot;-webkit-font-smoothing: antialiased; margin-top: 20px; margin-bottom: 0px; padding: 0px; overflow-wrap: break-word; color: rgb(23, 35, 63); text-align: center; user-select: auto !important;&quot;&gt;&lt;img src=&quot;https://www.tius.cc/zb_users/upload/2025/02/20250227201449_32859.jpg&quot; alt=&quot;docker运行runlike docker运行轻量浏览器_mysql&quot; title=&quot;1&quot; style=&quot;-webkit-font-smoothing: antialiased; margin: 0px 0px 15px; padding: 0px; border: none; vertical-align: middle; max-width: 100%; cursor: zoom-in; width: 1184px; visibility: visible; user-select: auto !important; height: auto !important;&quot;/&gt;&lt;/p&gt;&lt;ol start=&quot;2&quot; style=&quot;-webkit-font-smoothing: antialiased; margin-bottom: 15px; margin-left: 1.58rem; padding: 0px; user-select: auto !important;&quot; class=&quot; list-paddingleft-2&quot;&gt;&lt;li&gt;&lt;p&gt;安装docker&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;&lt;div style=&quot;-webkit-font-smoothing: antialiased; margin: 0px; padding: 0px; user-select: auto !important;&quot;&gt;&lt;div class=&quot;code-toolbar&quot; style=&quot;-webkit-font-smoothing: antialiased; margin: 0px; padding: 0px; font-size: 14px; box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 2px inset, rgba(102, 128, 153, 0.05) 40px 0px 0px inset, rgba(102, 128, 153, 0.05) 0px 1px 0px; position: relative; user-select: auto !important;&quot;&gt;&lt;div class=&quot;hljs-cto&quot; style=&quot;-webkit-font-smoothing: antialiased; margin: 0px; padding: 0px; position: relative; user-select: auto !important;&quot;&gt;&lt;pre class=&quot;language-plain prettyprint&quot; tabindex=&quot;0&quot; style=&quot;-webkit-font-smoothing: antialiased; margin-top: 0px; margin-bottom: 1em; font-size: 1em; overflow: auto hidden; line-height: 1.6; background-color: rgb(247, 247, 247); box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 2px inset, rgba(102, 128, 153, 0.05) 40px 0px 0px inset, rgba(102, 128, 153, 0.05) 0px 1px 0px; border-radius: 4px; color: rgb(0, 0, 0); tab-size: 4; overflow-wrap: normal; hyphens: none; word-break: normal; word-spacing: normal; box-sizing: border-box; width: 1184px; font-family: Monaco, Menlo, Consolas, &amp;quot;Courier New&amp;quot;, monospace !important; padding: 10px 25px 10px 55px !important; user-select: auto !important;&quot;&gt;yum&amp;nbsp;install&amp;nbsp;docker1.&lt;/pre&gt;&lt;/div&gt;&lt;div class=&quot;toolbar&quot; style=&quot;-webkit-font-smoothing: antialiased; margin: 0px; padding: 0px; user-select: auto !important;&quot;&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;p style=&quot;-webkit-font-smoothing: antialiased; margin-top: 20px; margin-bottom: 0px; padding: 0px; overflow-wrap: break-word; color: rgb(23, 35, 63); text-align: center; user-select: auto !important;&quot;&gt;&lt;img src=&quot;https://www.tius.cc/zb_users/upload/2025/02/20250227201451_45328.jpg&quot; alt=&quot;docker运行runlike docker运行轻量浏览器_tomcat_02&quot; title=&quot;2&quot; style=&quot;-webkit-font-smoothing: antialiased; margin: 0px 0px 15px; padding: 0px; border: none; vertical-align: middle; max-width: 100%; cursor: zoom-in; width: 1184px; visibility: visible; user-select: auto !important; height: auto !important;&quot;/&gt;&lt;/p&gt;&lt;ol start=&quot;3&quot; style=&quot;-webkit-font-smoothing: antialiased; margin-bottom: 15px; margin-left: 1.58rem; padding: 0px; user-select: auto !important;&quot; class=&quot; list-paddingleft-2&quot;&gt;&lt;li&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;选择同意安装y&lt;/p&gt;&lt;/li&gt;&lt;p style=&quot;-webkit-font-smoothing: antialiased; margin-top: 0px; margin-bottom: 0px; padding: 0px; overflow-wrap: break-word; color: rgb(23, 35, 63); text-align: center; user-select: auto !important;&quot;&gt;&lt;img src=&quot;https://www.tius.cc/zb_users/upload/2025/02/20250227201454_18906.jpg&quot; alt=&quot;docker运行runlike docker运行轻量浏览器_tomcat_03&quot; title=&quot;23&quot; style=&quot;-webkit-font-smoothing: antialiased; margin: 0px; padding: 0px; border: none; vertical-align: middle; cursor: zoom-in; max-width: 100%; width: 1158.73px; visibility: visible; user-select: auto !important; height: auto !important;&quot;/&gt;&lt;/p&gt;&lt;li&gt;&lt;p&gt;安装完成&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;&lt;h5 style=&quot;-webkit-font-smoothing: antialiased; margin: 2rem 0px 0.6rem; padding: 0px; color: rgb(34, 34, 34); user-select: auto !important;&quot;&gt;2）、docker设置阿里云镜像加速&lt;/h5&gt;&lt;ol style=&quot;-webkit-font-smoothing: antialiased; margin-bottom: 15px; margin-left: 1.58rem; padding: 0px; user-select: auto !important;&quot; class=&quot; list-paddingleft-2&quot;&gt;&lt;li&gt;&lt;p&gt;打开阿里云选择容器镜像服务并且开通&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;&lt;p style=&quot;-webkit-font-smoothing: antialiased; margin-top: 20px; margin-bottom: 0px; padding: 0px; overflow-wrap: break-word; color: rgb(23, 35, 63); text-align: center; user-select: auto !important;&quot;&gt;&lt;img src=&quot;https://www.tius.cc/zb_users/upload/2025/02/20250227201456_44324.jpg&quot; alt=&quot;docker运行runlike docker运行轻量浏览器_docker运行runlike_04&quot; title=&quot;在这里插入图片描述&quot; style=&quot;-webkit-font-smoothing: antialiased; margin: 0px 0px 15px; padding: 0px; border: none; vertical-align: middle; max-width: 100%; cursor: zoom-in; width: 1184px; visibility: visible; user-select: auto !important; height: auto !important;&quot;/&gt;&lt;/p&gt;&lt;div style=&quot;-webkit-font-smoothing: antialiased; margin: 0px; padding: 0px; user-select: auto !important;&quot;&gt;&lt;div class=&quot;code-toolbar&quot; style=&quot;-webkit-font-smoothing: antialiased; margin: 0px; padding: 0px; font-size: 14px; box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 2px inset, rgba(102, 128, 153, 0.05) 40px 0px 0px inset, rgba(102, 128, 153, 0.05) 0px 1px 0px; position: relative; user-select: auto !important;&quot;&gt;&lt;div class=&quot;hljs-cto&quot; style=&quot;-webkit-font-smoothing: antialiased; margin: 0px; padding: 0px; position: relative; user-select: auto !important;&quot;&gt;&lt;pre class=&quot;language-plain prettyprint&quot; tabindex=&quot;0&quot; style=&quot;-webkit-font-smoothing: antialiased; margin-top: 0px; margin-bottom: 1em; font-size: 1em; overflow: auto hidden; line-height: 1.6; background-color: rgb(247, 247, 247); box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 2px inset, rgba(102, 128, 153, 0.05) 40px 0px 0px inset, rgba(102, 128, 153, 0.05) 0px 1px 0px; border-radius: 4px; color: rgb(0, 0, 0); tab-size: 4; overflow-wrap: normal; hyphens: none; word-break: normal; word-spacing: normal; box-sizing: border-box; width: 1184px; font-family: Monaco, Menlo, Consolas, &amp;quot;Courier New&amp;quot;, monospace !important; padding: 10px 25px 10px 55px !important; user-select: auto !important;&quot;&gt;2.&amp;nbsp;查看自己的唯一加速器地址1.&lt;/pre&gt;&lt;/div&gt;&lt;div class=&quot;toolbar&quot; style=&quot;-webkit-font-smoothing: antialiased; margin: 0px; padding: 0px; user-select: auto !important;&quot;&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;p style=&quot;-webkit-font-smoothing: antialiased; margin-top: 20px; margin-bottom: 0px; padding: 0px; overflow-wrap: break-word; color: rgb(23, 35, 63); text-align: center; user-select: auto !important;&quot;&gt;&lt;img src=&quot;https://www.tius.cc/zb_users/upload/2025/02/20250227201458_98034.jpg&quot; alt=&quot;docker运行runlike docker运行轻量浏览器_docker运行runlike_05&quot; title=&quot;在这里插入图片描述&quot; style=&quot;-webkit-font-smoothing: antialiased; margin: 0px 0px 15px; padding: 0px; border: none; vertical-align: middle; max-width: 100%; cursor: zoom-in; width: 1184px; visibility: visible; user-select: auto !important; height: auto !important;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;-webkit-font-smoothing: antialiased; margin-top: 20px; margin-bottom: 0px; padding: 0px; overflow-wrap: break-word; color: rgb(23, 35, 63); user-select: auto !important;&quot;&gt;&lt;br style=&quot;-webkit-font-smoothing: antialiased; margin: 0px; padding: 0px; user-select: auto !important;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;-webkit-font-smoothing: antialiased; margin-top: 20px; margin-bottom: 0px; padding: 0px; overflow-wrap: break-word; color: rgb(23, 35, 63); user-select: auto !important;&quot;&gt;3. 配置镜像加速器&lt;br style=&quot;-webkit-font-smoothing: antialiased; margin: 0px; padding: 0px; user-select: auto !important;&quot;/&gt;&lt;/p&gt;&lt;div style=&quot;-webkit-font-smoothing: antialiased; margin: 0px; padding: 0px; user-select: auto !important;&quot;&gt;&lt;div class=&quot;code-toolbar&quot; style=&quot;-webkit-font-smoothing: antialiased; margin: 0px; padding: 0px; font-size: 14px; box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 2px inset, rgba(102, 128, 153, 0.05) 40px 0px 0px inset, rgba(102, 128, 153, 0.05) 0px 1px 0px; position: relative; user-select: auto !important;&quot;&gt;&lt;div class=&quot;hljs-cto&quot; style=&quot;-webkit-font-smoothing: antialiased; margin: 0px; padding: 0px; position: relative; user-select: auto !important;&quot;&gt;&lt;pre class=&quot;language-plain prettyprint&quot; tabindex=&quot;0&quot; style=&quot;-webkit-font-smoothing: antialiased; margin-top: 0px; margin-bottom: 1em; font-size: 1em; overflow: auto hidden; line-height: 1.6; background-color: rgb(247, 247, 247); box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 2px inset, rgba(102, 128, 153, 0.05) 40px 0px 0px inset, rgba(102, 128, 153, 0.05) 0px 1px 0px; border-radius: 4px; color: rgb(0, 0, 0); tab-size: 4; overflow-wrap: normal; hyphens: none; word-break: normal; word-spacing: normal; box-sizing: border-box; width: 1184px; font-family: Monaco, Menlo, Consolas, &amp;quot;Courier New&amp;quot;, monospace !important; padding: 10px 25px 10px 55px !important; user-select: auto !important;&quot;&gt;```shell
#&amp;nbsp;修改docker配置文件
sudo&amp;nbsp;tee&amp;nbsp;/etc/docker/daemon.json&amp;nbsp;&amp;lt;&amp;lt;-&amp;#39;EOF&amp;#39;
{
&amp;nbsp;&amp;nbsp;&amp;quot;registry-mirrors&amp;quot;:&amp;nbsp;[&amp;quot;https://rki1jqog.mirror.aliyuncs.com&amp;quot;]
}
EOF
#&amp;nbsp;重新加载docker的守护进程
sudo&amp;nbsp;systemctl&amp;nbsp;daemon-reload
#&amp;nbsp;重启docker
sudo&amp;nbsp;systemctl&amp;nbsp;restart&amp;nbsp;docker
#&amp;nbsp;开机启动docker
sudo&amp;nbsp;systemctl&amp;nbsp;enable&amp;nbsp;docker
```1.2.3.4.5.6.7.8.9.10.11.12.13.14.&lt;/pre&gt;&lt;/div&gt;&lt;div class=&quot;toolbar&quot; style=&quot;-webkit-font-smoothing: antialiased; margin: 0px; padding: 0px; user-select: auto !important;&quot;&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;h5 style=&quot;-webkit-font-smoothing: antialiased; margin: 2rem 0px 0.6rem; padding: 0px; color: rgb(34, 34, 34); user-select: auto !important;&quot;&gt;3）docker的相关命令&lt;/h5&gt;&lt;div style=&quot;-webkit-font-smoothing: antialiased; margin: 0px; padding: 0px; user-select: auto !important;&quot;&gt;&lt;div class=&quot;code-toolbar&quot; style=&quot;-webkit-font-smoothing: antialiased; margin: 0px; padding: 0px; font-size: 14px; box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 2px inset, rgba(102, 128, 153, 0.05) 40px 0px 0px inset, rgba(102, 128, 153, 0.05) 0px 1px 0px; position: relative; user-select: auto !important;&quot;&gt;&lt;div class=&quot;hljs-cto&quot; style=&quot;-webkit-font-smoothing: antialiased; margin: 0px; padding: 0px; position: relative; user-select: auto !important;&quot;&gt;&lt;pre class=&quot;language-plain prettyprint&quot; tabindex=&quot;0&quot; style=&quot;-webkit-font-smoothing: antialiased; margin-top: 0px; margin-bottom: 1em; font-size: 1em; overflow: auto hidden; line-height: 1.6; background-color: rgb(247, 247, 247); box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 2px inset, rgba(102, 128, 153, 0.05) 40px 0px 0px inset, rgba(102, 128, 153, 0.05) 0px 1px 0px; border-radius: 4px; color: rgb(0, 0, 0); tab-size: 4; overflow-wrap: normal; hyphens: none; word-break: normal; word-spacing: normal; box-sizing: border-box; width: 1184px; font-family: Monaco, Menlo, Consolas, &amp;quot;Courier New&amp;quot;, monospace !important; padding: 10px 25px 10px 55px !important; user-select: auto !important;&quot;&gt;#&amp;nbsp;查看docker的版本
#&amp;nbsp;Docker&amp;nbsp;version&amp;nbsp;1.13.1,&amp;nbsp;build&amp;nbsp;4ef4b30/1.13.1
docker&amp;nbsp;-v
#&amp;nbsp;从docker仓库查找相关镜像
docker&amp;nbsp;search&amp;nbsp;镜像名
#&amp;nbsp;从docker仓库拉取对应镜像&amp;nbsp;&amp;nbsp;tag不加默认为最新版本latest
docker&amp;nbsp;pull&amp;nbsp;镜像名:tag(版本号)
#&amp;nbsp;查看本地仓库镜像
docker&amp;nbsp;images
#&amp;nbsp;删除本地仓库镜像
docker&amp;nbsp;rmi&amp;nbsp;镜像id
#&amp;nbsp;后台启动容器
docker&amp;nbsp;run&amp;nbsp;-d&amp;nbsp;--name&amp;nbsp;(为容器取名)&amp;nbsp;镜像名:tag(版本号)
#&amp;nbsp;启动容器时进行端口映射
docker&amp;nbsp;run&amp;nbsp;-it&amp;nbsp;-d&amp;nbsp;-p&amp;nbsp;(主机端口号):(容器内部端口号)&amp;nbsp;镜像名:tag(版本号)1.2.3.4.5.6.7.8.9.10.11.12.13.14.15.&lt;/pre&gt;&lt;/div&gt;&lt;div class=&quot;toolbar&quot; style=&quot;-webkit-font-smoothing: antialiased; margin: 0px; padding: 0px; user-select: auto !important;&quot;&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;h4 id=&quot;h2&quot; style=&quot;-webkit-font-smoothing: antialiased; margin: 2rem 0px 0.6rem; padding: 0px; color: rgb(34, 34, 34); user-select: auto !important;&quot;&gt;二、docker上部署mysql&lt;/h4&gt;&lt;h5 style=&quot;-webkit-font-smoothing: antialiased; margin: 2rem 0px 0.6rem; padding: 0px; color: rgb(34, 34, 34); user-select: auto !important;&quot;&gt;1）、仓库拉取最版本mysql&lt;/h5&gt;&lt;div style=&quot;-webkit-font-smoothing: antialiased; margin: 0px; padding: 0px; user-select: auto !important;&quot;&gt;&lt;div class=&quot;code-toolbar&quot; style=&quot;-webkit-font-smoothing: antialiased; margin: 0px; padding: 0px; font-size: 14px; box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 2px inset, rgba(102, 128, 153, 0.05) 40px 0px 0px inset, rgba(102, 128, 153, 0.05) 0px 1px 0px; position: relative; user-select: auto !important;&quot;&gt;&lt;div class=&quot;hljs-cto&quot; style=&quot;-webkit-font-smoothing: antialiased; margin: 0px; padding: 0px; position: relative; user-select: auto !important;&quot;&gt;&lt;pre class=&quot;language-plain prettyprint&quot; tabindex=&quot;0&quot; style=&quot;-webkit-font-smoothing: antialiased; margin-top: 0px; margin-bottom: 1em; font-size: 1em; overflow: auto hidden; line-height: 1.6; background-color: rgb(247, 247, 247); box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 2px inset, rgba(102, 128, 153, 0.05) 40px 0px 0px inset, rgba(102, 128, 153, 0.05) 0px 1px 0px; border-radius: 4px; color: rgb(0, 0, 0); tab-size: 4; overflow-wrap: normal; hyphens: none; word-break: normal; word-spacing: normal; box-sizing: border-box; width: 1184px; font-family: Monaco, Menlo, Consolas, &amp;quot;Courier New&amp;quot;, monospace !important; padding: 10px 25px 10px 55px !important; user-select: auto !important;&quot;&gt;#&amp;nbsp;拉取mysql镜像
docker&amp;nbsp;pull&amp;nbsp;mysql
#&amp;nbsp;查看本地仓库镜像
docker&amp;nbsp;images1.2.3.4.&lt;/pre&gt;&lt;/div&gt;&lt;div class=&quot;toolbar&quot; style=&quot;-webkit-font-smoothing: antialiased; margin: 0px; padding: 0px; user-select: auto !important;&quot;&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;p style=&quot;-webkit-font-smoothing: antialiased; margin-top: 20px; margin-bottom: 0px; padding: 0px; overflow-wrap: break-word; color: rgb(23, 35, 63); text-align: center; user-select: auto !important;&quot;&gt;&lt;img src=&quot;https://www.tius.cc/zb_users/upload/2025/02/20250227201500_78184.jpg&quot; alt=&quot;docker运行runlike docker运行轻量浏览器_tomcat_06&quot; title=&quot;在这里插入图片描述&quot; style=&quot;-webkit-font-smoothing: antialiased; margin: 0px 0px 15px; padding: 0px; border: none; vertical-align: middle; max-width: 100%; cursor: zoom-in; width: 1184px; visibility: visible; user-select: auto !important; height: auto !important;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;-webkit-font-smoothing: antialiased; margin-top: 20px; margin-bottom: 0px; padding: 0px; overflow-wrap: break-word; color: rgb(23, 35, 63); text-align: center; user-select: auto !important;&quot;&gt;&lt;img src=&quot;https://www.tius.cc/zb_users/upload/2025/02/20250227201503_31048.jpg&quot; alt=&quot;docker运行runlike docker运行轻量浏览器_tomcat_07&quot; title=&quot;在这里插入图片描述&quot; style=&quot;-webkit-font-smoothing: antialiased; margin: 0px 0px 15px; padding: 0px; border: none; vertical-align: middle; max-width: 100%; cursor: zoom-in; width: 1184px; visibility: visible; user-select: auto !important; height: auto !important;&quot;/&gt;&lt;/p&gt;&lt;h5 style=&quot;-webkit-font-smoothing: antialiased; margin: 2rem 0px 0.6rem; padding: 0px; color: rgb(34, 34, 34); user-select: auto !important;&quot;&gt;2)、启动mysql容器&lt;/h5&gt;&lt;div style=&quot;-webkit-font-smoothing: antialiased; margin: 0px; padding: 0px; user-select: auto !important;&quot;&gt;&lt;div class=&quot;code-toolbar&quot; style=&quot;-webkit-font-smoothing: antialiased; margin: 0px; padding: 0px; font-size: 14px; box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 2px inset, rgba(102, 128, 153, 0.05) 40px 0px 0px inset, rgba(102, 128, 153, 0.05) 0px 1px 0px; position: relative; user-select: auto !important;&quot;&gt;&lt;div class=&quot;hljs-cto&quot; style=&quot;-webkit-font-smoothing: antialiased; margin: 0px; padding: 0px; position: relative; user-select: auto !important;&quot;&gt;&lt;pre class=&quot;language-plain prettyprint&quot; tabindex=&quot;0&quot; style=&quot;-webkit-font-smoothing: antialiased; margin-top: 0px; margin-bottom: 1em; font-size: 1em; overflow: auto hidden; line-height: 1.6; background-color: rgb(247, 247, 247); box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 2px inset, rgba(102, 128, 153, 0.05) 40px 0px 0px inset, rgba(102, 128, 153, 0.05) 0px 1px 0px; border-radius: 4px; color: rgb(0, 0, 0); tab-size: 4; overflow-wrap: normal; hyphens: none; word-break: normal; word-spacing: normal; box-sizing: border-box; width: 1184px; font-family: Monaco, Menlo, Consolas, &amp;quot;Courier New&amp;quot;, monospace !important; padding: 10px 25px 10px 55px !important; user-select: auto !important;&quot;&gt;#&amp;nbsp;根据mysql镜像启动容器&amp;nbsp;并且设置账号密码
docker&amp;nbsp;run&amp;nbsp;--name&amp;nbsp;mysql&amp;nbsp;-e&amp;nbsp;MYSQL_ROOT_PASSWORD=123456&amp;nbsp;-p&amp;nbsp;3306:3306&amp;nbsp;-d&amp;nbsp;mysql
#&amp;nbsp;查看全部的容器
docker&amp;nbsp;ps&amp;nbsp;-a
#&amp;nbsp;启动mysql容器
docker&amp;nbsp;start&amp;nbsp;(容器ID)1.2.3.4.5.6.&lt;/pre&gt;&lt;/div&gt;&lt;div class=&quot;toolbar&quot; style=&quot;-webkit-font-smoothing: antialiased; margin: 0px; padding: 0px; user-select: auto !important;&quot;&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;h5 style=&quot;-webkit-font-smoothing: antialiased; margin: 2rem 0px 0.6rem; padding: 0px; color: rgb(34, 34, 34); user-select: auto !important;&quot;&gt;3）、通过本地主机无法连接到服务器的mysql&lt;/h5&gt;&lt;p style=&quot;-webkit-font-smoothing: antialiased; margin-top: 20px; margin-bottom: 0px; padding: 0px; overflow-wrap: break-word; color: rgb(23, 35, 63); text-align: center; user-select: auto !important;&quot;&gt;&lt;img src=&quot;https://www.tius.cc/zb_users/upload/2025/02/20250227201505_73462.jpg&quot; alt=&quot;docker运行runlike docker运行轻量浏览器_docker_08&quot; title=&quot;在这里插入图片描述&quot; style=&quot;-webkit-font-smoothing: antialiased; margin: 0px 0px 15px; padding: 0px; border: none; vertical-align: middle; max-width: 100%; cursor: zoom-in; width: 588px; visibility: visible; user-select: auto !important; height: auto !important;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;-webkit-font-smoothing: antialiased; margin-top: 20px; margin-bottom: 0px; padding: 0px; overflow-wrap: break-word; color: rgb(23, 35, 63); user-select: auto !important;&quot;&gt;解决办法：&lt;/p&gt;&lt;ol style=&quot;-webkit-font-smoothing: antialiased; margin-bottom: 15px; margin-left: 1.58rem; padding: 0px; user-select: auto !important;&quot; class=&quot; list-paddingleft-2&quot;&gt;&lt;li&gt;&lt;p&gt;进入镜像中的mysql&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;&lt;div style=&quot;-webkit-font-smoothing: antialiased; margin: 0px; padding: 0px; user-select: auto !important;&quot;&gt;&lt;div class=&quot;code-toolbar&quot; style=&quot;-webkit-font-smoothing: antialiased; margin: 0px; padding: 0px; font-size: 14px; box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 2px inset, rgba(102, 128, 153, 0.05) 40px 0px 0px inset, rgba(102, 128, 153, 0.05) 0px 1px 0px; position: relative; user-select: auto !important;&quot;&gt;&lt;div class=&quot;hljs-cto&quot; style=&quot;-webkit-font-smoothing: antialiased; margin: 0px; padding: 0px; position: relative; user-select: auto !important;&quot;&gt;&lt;pre class=&quot;language-plain prettyprint&quot; tabindex=&quot;0&quot; style=&quot;-webkit-font-smoothing: antialiased; margin-top: 0px; margin-bottom: 1em; font-size: 1em; overflow: auto hidden; line-height: 1.6; background-color: rgb(247, 247, 247); box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 2px inset, rgba(102, 128, 153, 0.05) 40px 0px 0px inset, rgba(102, 128, 153, 0.05) 0px 1px 0px; border-radius: 4px; color: rgb(0, 0, 0); tab-size: 4; overflow-wrap: normal; hyphens: none; word-break: normal; word-spacing: normal; box-sizing: border-box; width: 1184px; font-family: Monaco, Menlo, Consolas, &amp;quot;Courier New&amp;quot;, monospace !important; padding: 10px 25px 10px 55px !important; user-select: auto !important;&quot;&gt;docker&amp;nbsp;exec&amp;nbsp;-it&amp;nbsp;(容器id)&amp;nbsp;/bin/bash1.&lt;/pre&gt;&lt;/div&gt;&lt;div class=&quot;toolbar&quot; style=&quot;-webkit-font-smoothing: antialiased; margin: 0px; padding: 0px; user-select: auto !important;&quot;&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;ol style=&quot;-webkit-font-smoothing: antialiased; margin-bottom: 15px; margin-left: 1.58rem; padding: 0px; user-select: auto !important;&quot; class=&quot; list-paddingleft-2&quot;&gt;&lt;li&gt;&lt;p&gt;登录mysql&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;&lt;div style=&quot;-webkit-font-smoothing: antialiased; margin: 0px; padding: 0px; user-select: auto !important;&quot;&gt;&lt;div class=&quot;code-toolbar&quot; style=&quot;-webkit-font-smoothing: antialiased; margin: 0px; padding: 0px; font-size: 14px; box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 2px inset, rgba(102, 128, 153, 0.05) 40px 0px 0px inset, rgba(102, 128, 153, 0.05) 0px 1px 0px; position: relative; user-select: auto !important;&quot;&gt;&lt;div class=&quot;hljs-cto&quot; style=&quot;-webkit-font-smoothing: antialiased; margin: 0px; padding: 0px; position: relative; user-select: auto !important;&quot;&gt;&lt;pre class=&quot;language-plain prettyprint&quot; tabindex=&quot;0&quot; style=&quot;-webkit-font-smoothing: antialiased; margin-top: 0px; margin-bottom: 1em; font-size: 1em; overflow: auto hidden; line-height: 1.6; background-color: rgb(247, 247, 247); box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 2px inset, rgba(102, 128, 153, 0.05) 40px 0px 0px inset, rgba(102, 128, 153, 0.05) 0px 1px 0px; border-radius: 4px; color: rgb(0, 0, 0); tab-size: 4; overflow-wrap: normal; hyphens: none; word-break: normal; word-spacing: normal; box-sizing: border-box; width: 1184px; font-family: Monaco, Menlo, Consolas, &amp;quot;Courier New&amp;quot;, monospace !important; padding: 10px 25px 10px 55px !important; user-select: auto !important;&quot;&gt;mysql&amp;nbsp;-uroot&amp;nbsp;-p1.&lt;/pre&gt;&lt;/div&gt;&lt;div class=&quot;toolbar&quot; style=&quot;-webkit-font-smoothing: antialiased; margin: 0px; padding: 0px; user-select: auto !important;&quot;&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;ol style=&quot;-webkit-font-smoothing: antialiased; margin-bottom: 15px; margin-left: 1.58rem; padding: 0px; user-select: auto !important;&quot; class=&quot; list-paddingleft-2&quot;&gt;&lt;li&gt;&lt;p&gt;修改root 可以通过任何客户端连接&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;&lt;div style=&quot;-webkit-font-smoothing: antialiased; margin: 0px; padding: 0px; user-select: auto !important;&quot;&gt;&lt;div class=&quot;code-toolbar&quot; style=&quot;-webkit-font-smoothing: antialiased; margin: 0px; padding: 0px; font-size: 14px; box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 2px inset, rgba(102, 128, 153, 0.05) 40px 0px 0px inset, rgba(102, 128, 153, 0.05) 0px 1px 0px; position: relative; user-select: auto !important;&quot;&gt;&lt;div class=&quot;hljs-cto&quot; style=&quot;-webkit-font-smoothing: antialiased; margin: 0px; padding: 0px; position: relative; user-select: auto !important;&quot;&gt;&lt;pre class=&quot;language-plain prettyprint&quot; tabindex=&quot;0&quot; style=&quot;-webkit-font-smoothing: antialiased; margin-top: 0px; margin-bottom: 1em; font-size: 1em; overflow: auto hidden; line-height: 1.6; background-color: rgb(247, 247, 247); box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 2px inset, rgba(102, 128, 153, 0.05) 40px 0px 0px inset, rgba(102, 128, 153, 0.05) 0px 1px 0px; border-radius: 4px; color: rgb(0, 0, 0); tab-size: 4; overflow-wrap: normal; hyphens: none; word-break: normal; word-spacing: normal; box-sizing: border-box; width: 1184px; font-family: Monaco, Menlo, Consolas, &amp;quot;Courier New&amp;quot;, monospace !important; padding: 10px 25px 10px 55px !important; user-select: auto !important;&quot;&gt;ALTER&amp;nbsp;USER&amp;nbsp;&amp;#39;root&amp;#39;@&amp;#39;%&amp;#39;&amp;nbsp;IDENTIFIED&amp;nbsp;WITH&amp;nbsp;mysql_native_password&amp;nbsp;BY&amp;nbsp;&amp;#39;123456&amp;#39;;1.&lt;/pre&gt;&lt;/div&gt;&lt;div class=&quot;toolbar&quot; style=&quot;-webkit-font-smoothing: antialiased; margin: 0px; padding: 0px; user-select: auto !important;&quot;&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;ol style=&quot;-webkit-font-smoothing: antialiased; margin-bottom: 15px; margin-left: 1.58rem; padding: 0px; user-select: auto !important;&quot; class=&quot; list-paddingleft-2&quot;&gt;&lt;li&gt;&lt;p&gt;重启mysql容器&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;&lt;div style=&quot;-webkit-font-smoothing: antialiased; margin: 0px; padding: 0px; user-select: auto !important;&quot;&gt;&lt;div class=&quot;code-toolbar&quot; style=&quot;-webkit-font-smoothing: antialiased; margin: 0px; padding: 0px; font-size: 14px; box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 2px inset, rgba(102, 128, 153, 0.05) 40px 0px 0px inset, rgba(102, 128, 153, 0.05) 0px 1px 0px; position: relative; user-select: auto !important;&quot;&gt;&lt;div class=&quot;hljs-cto&quot; style=&quot;-webkit-font-smoothing: antialiased; margin: 0px; padding: 0px; position: relative; user-select: auto !important;&quot;&gt;&lt;pre class=&quot;language-plain prettyprint&quot; tabindex=&quot;0&quot; style=&quot;-webkit-font-smoothing: antialiased; margin-top: 0px; margin-bottom: 1em; font-size: 1em; overflow: auto hidden; line-height: 1.6; background-color: rgb(247, 247, 247); box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 2px inset, rgba(102, 128, 153, 0.05) 40px 0px 0px inset, rgba(102, 128, 153, 0.05) 0px 1px 0px; border-radius: 4px; color: rgb(0, 0, 0); tab-size: 4; overflow-wrap: normal; hyphens: none; word-break: normal; word-spacing: normal; box-sizing: border-box; width: 1184px; font-family: Monaco, Menlo, Consolas, &amp;quot;Courier New&amp;quot;, monospace !important; padding: 10px 25px 10px 55px !important; user-select: auto !important;&quot;&gt;docker&amp;nbsp;restart&amp;nbsp;mysql1.&lt;/pre&gt;&lt;/div&gt;&lt;div class=&quot;toolbar&quot; style=&quot;-webkit-font-smoothing: antialiased; margin: 0px; padding: 0px; user-select: auto !important;&quot;&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;ol style=&quot;-webkit-font-smoothing: antialiased; margin-bottom: 15px; margin-left: 1.58rem; padding: 0px; user-select: auto !important;&quot; class=&quot; list-paddingleft-2&quot;&gt;&lt;li&gt;&lt;p&gt;连接成功！&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;&lt;h4 id=&quot;h3&quot; style=&quot;-webkit-font-smoothing: antialiased; margin: 2rem 0px 0.6rem; padding: 0px; color: rgb(34, 34, 34); user-select: auto !important;&quot;&gt;三、docker上部署tomcat&lt;/h4&gt;&lt;h5 style=&quot;-webkit-font-smoothing: antialiased; margin: 2rem 0px 0.6rem; padding: 0px; color: rgb(34, 34, 34); user-select: auto !important;&quot;&gt;1）仓库拉取最新版tomcat&lt;/h5&gt;&lt;div style=&quot;-webkit-font-smoothing: antialiased; margin: 0px; padding: 0px; user-select: auto !important;&quot;&gt;&lt;div class=&quot;code-toolbar&quot; style=&quot;-webkit-font-smoothing: antialiased; margin: 0px; padding: 0px; font-size: 14px; box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 2px inset, rgba(102, 128, 153, 0.05) 40px 0px 0px inset, rgba(102, 128, 153, 0.05) 0px 1px 0px; position: relative; user-select: auto !important;&quot;&gt;&lt;div class=&quot;hljs-cto&quot; style=&quot;-webkit-font-smoothing: antialiased; margin: 0px; padding: 0px; position: relative; user-select: auto !important;&quot;&gt;&lt;pre class=&quot;language-plain prettyprint&quot; tabindex=&quot;0&quot; style=&quot;-webkit-font-smoothing: antialiased; margin-top: 0px; margin-bottom: 1em; font-size: 1em; overflow: auto hidden; line-height: 1.6; background-color: rgb(247, 247, 247); box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 2px inset, rgba(102, 128, 153, 0.05) 40px 0px 0px inset, rgba(102, 128, 153, 0.05) 0px 1px 0px; border-radius: 4px; color: rgb(0, 0, 0); tab-size: 4; overflow-wrap: normal; hyphens: none; word-break: normal; word-spacing: normal; box-sizing: border-box; width: 1184px; font-family: Monaco, Menlo, Consolas, &amp;quot;Courier New&amp;quot;, monospace !important; padding: 10px 25px 10px 55px !important; user-select: auto !important;&quot;&gt;docker&amp;nbsp;pull&amp;nbsp;tomcat1.&lt;/pre&gt;&lt;/div&gt;&lt;div class=&quot;toolbar&quot; style=&quot;-webkit-font-smoothing: antialiased; margin: 0px; padding: 0px; user-select: auto !important;&quot;&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;p style=&quot;-webkit-font-smoothing: antialiased; margin-top: 20px; margin-bottom: 0px; padding: 0px; overflow-wrap: break-word; color: rgb(23, 35, 63); text-align: center; user-select: auto !important;&quot;&gt;&lt;img src=&quot;https://www.tius.cc/zb_users/upload/2025/02/20250227201507_52432.jpg&quot; alt=&quot;docker运行runlike docker运行轻量浏览器_mysql_09&quot; title=&quot;在这里插入图片描述&quot; style=&quot;-webkit-font-smoothing: antialiased; margin: 0px 0px 15px; padding: 0px; border: none; vertical-align: middle; max-width: 100%; cursor: zoom-in; width: 1184px; visibility: visible; user-select: auto !important; height: auto !important;&quot;/&gt;&lt;/p&gt;&lt;h5 style=&quot;-webkit-font-smoothing: antialiased; margin: 2rem 0px 0.6rem; padding: 0px; color: rgb(34, 34, 34); user-select: auto !important;&quot;&gt;2)、启动tomcat容器&lt;/h5&gt;&lt;div style=&quot;-webkit-font-smoothing: antialiased; margin: 0px; padding: 0px; user-select: auto !important;&quot;&gt;&lt;div class=&quot;code-toolbar&quot; style=&quot;-webkit-font-smoothing: antialiased; margin: 0px; padding: 0px; font-size: 14px; box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 2px inset, rgba(102, 128, 153, 0.05) 40px 0px 0px inset, rgba(102, 128, 153, 0.05) 0px 1px 0px; position: relative; user-select: auto !important;&quot;&gt;&lt;div class=&quot;hljs-cto&quot; style=&quot;-webkit-font-smoothing: antialiased; margin: 0px; padding: 0px; position: relative; user-select: auto !important;&quot;&gt;&lt;pre class=&quot;language-plain prettyprint&quot; tabindex=&quot;0&quot; style=&quot;-webkit-font-smoothing: antialiased; margin-top: 0px; margin-bottom: 1em; font-size: 1em; overflow: auto hidden; line-height: 1.6; background-color: rgb(247, 247, 247); box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 2px inset, rgba(102, 128, 153, 0.05) 40px 0px 0px inset, rgba(102, 128, 153, 0.05) 0px 1px 0px; border-radius: 4px; color: rgb(0, 0, 0); tab-size: 4; overflow-wrap: normal; hyphens: none; word-break: normal; word-spacing: normal; box-sizing: border-box; width: 1184px; font-family: Monaco, Menlo, Consolas, &amp;quot;Courier New&amp;quot;, monospace !important; padding: 10px 25px 10px 55px !important; user-select: auto !important;&quot;&gt;#&amp;nbsp;根据tomcat镜像启动容器
docker&amp;nbsp;run&amp;nbsp;--name&amp;nbsp;mytomcat&amp;nbsp;-p&amp;nbsp;8080:8080&amp;nbsp;-d&amp;nbsp;tomcat
#&amp;nbsp;查看全部的容器
docker&amp;nbsp;ps&amp;nbsp;-a
#&amp;nbsp;启动tomcat容器
docker&amp;nbsp;start&amp;nbsp;mytomcat1.2.3.4.5.6.&lt;/pre&gt;&lt;/div&gt;&lt;div class=&quot;toolbar&quot; style=&quot;-webkit-font-smoothing: antialiased; margin: 0px; padding: 0px; user-select: auto !important;&quot;&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;h5 style=&quot;-webkit-font-smoothing: antialiased; margin: 2rem 0px 0.6rem; padding: 0px; color: rgb(34, 34, 34); user-select: auto !important;&quot;&gt;3）、解决本机访问不到服务器部署的tomcat&lt;/h5&gt;&lt;ol style=&quot;-webkit-font-smoothing: antialiased; margin-bottom: 15px; margin-left: 1.58rem; padding: 0px; user-select: auto !important;&quot; class=&quot; list-paddingleft-2&quot;&gt;&lt;li&gt;&lt;p&gt;阿里云服务器上的安全组规则相应的端口号未开启&lt;br style=&quot;-webkit-font-smoothing: antialiased; margin: 0px; padding: 0px; user-select: auto !important;&quot;/&gt;这里我将全部端口都打开了（安全性上不推荐使用）&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;&lt;p style=&quot;-webkit-font-smoothing: antialiased; margin-top: 20px; margin-bottom: 0px; padding: 0px; overflow-wrap: break-word; color: rgb(23, 35, 63); text-align: center; user-select: auto !important;&quot;&gt;&lt;img src=&quot;https://www.tius.cc/zb_users/upload/2025/02/20250227201509_81132.jpg&quot; alt=&quot;docker运行runlike docker运行轻量浏览器_docker_10&quot; title=&quot;在这里插入图片描述&quot; style=&quot;-webkit-font-smoothing: antialiased; margin: 0px 0px 15px; padding: 0px; border: none; vertical-align: middle; max-width: 100%; cursor: zoom-in; width: 603px; visibility: visible; user-select: auto !important; height: auto !important;&quot;/&gt;&lt;/p&gt;&lt;ol start=&quot;2&quot; style=&quot;-webkit-font-smoothing: antialiased; margin-bottom: 15px; margin-left: 1.58rem; padding: 0px; user-select: auto !important;&quot; class=&quot; list-paddingleft-2&quot;&gt;&lt;li&gt;&lt;p&gt;最新版本的tomcat包中有两个webapps文件夹，将空的webapps文件夹删除，修改webapps.dist文件夹的名字为webapps&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;&lt;div style=&quot;-webkit-font-smoothing: antialiased; margin: 0px; padding: 0px; user-select: auto !important;&quot;&gt;&lt;div class=&quot;code-toolbar&quot; style=&quot;-webkit-font-smoothing: antialiased; margin: 0px; padding: 0px; font-size: 14px; box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 2px inset, rgba(102, 128, 153, 0.05) 40px 0px 0px inset, rgba(102, 128, 153, 0.05) 0px 1px 0px; position: relative; user-select: auto !important;&quot;&gt;&lt;div class=&quot;hljs-cto&quot; style=&quot;-webkit-font-smoothing: antialiased; margin: 0px; padding: 0px; position: relative; user-select: auto !important;&quot;&gt;&lt;pre class=&quot;language-plain prettyprint&quot; tabindex=&quot;0&quot; style=&quot;-webkit-font-smoothing: antialiased; margin-top: 0px; margin-bottom: 1em; font-size: 1em; overflow: auto hidden; line-height: 1.6; background-color: rgb(247, 247, 247); box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 2px inset, rgba(102, 128, 153, 0.05) 40px 0px 0px inset, rgba(102, 128, 153, 0.05) 0px 1px 0px; border-radius: 4px; color: rgb(0, 0, 0); tab-size: 4; overflow-wrap: normal; hyphens: none; word-break: normal; word-spacing: normal; box-sizing: border-box; width: 1184px; font-family: Monaco, Menlo, Consolas, &amp;quot;Courier New&amp;quot;, monospace !important; padding: 10px 25px 10px 55px !important; user-select: auto !important;&quot;&gt;#&amp;nbsp;进入容器文件夹内部
docker&amp;nbsp;exec&amp;nbsp;-it&amp;nbsp;(tomcat容器id)&amp;nbsp;/bin/bash
#&amp;nbsp;查看文件夹列表找到webapps
ls&amp;nbsp;-l
#&amp;nbsp;删除空文件夹webapps
rm&amp;nbsp;-rf&amp;nbsp;webapps
#&amp;nbsp;将webapps.dist文件夹改名为webapps
mv&amp;nbsp;webapps.dist&amp;nbsp;webapps
#&amp;nbsp;查看文件夹列表是否成功
ls&amp;nbsp;-l
#&amp;nbsp;重启tomcat容器
docker&amp;nbsp;restart&amp;nbsp;(tomcat容器id)1.2.3.4.5.6.7.8.9.10.11.12.&lt;/pre&gt;&lt;/div&gt;&lt;div class=&quot;toolbar&quot; style=&quot;-webkit-font-smoothing: antialiased; margin: 0px; padding: 0px; user-select: auto !important;&quot;&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;ol start=&quot;2&quot; style=&quot;-webkit-font-smoothing: antialiased; margin-bottom: 15px; margin-left: 1.58rem; padding: 0px; user-select: auto !important;&quot; class=&quot; list-paddingleft-2&quot;&gt;&lt;li&gt;&lt;p&gt;这时你会发现本地主机还是无法访问tomcat，因为docker上部署的tomcat容器启动异常缓慢&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;&lt;p style=&quot;-webkit-font-smoothing: antialiased; margin-top: 20px; margin-bottom: 0px; padding: 0px; overflow-wrap: break-word; color: rgb(23, 35, 63); user-select: auto !important;&quot;&gt;&lt;strong style=&quot;-webkit-font-smoothing: antialiased; margin: 0px; padding: 0px; user-select: auto !important;&quot;&gt;根本原因就在于 SecureRandom 这个 jre 的工具类的问题。那为什么 SecureRandom generateSeed 这么慢，甚至挂在 Linux 操作系统呢？Tomcat 7/8 都使用org.apache.catalina.util.SessionIdGeneratorBase.createSecureRandom 类产生安全随机类 SecureRandom 的实例作为会话 ID。&lt;/strong&gt;&lt;br style=&quot;-webkit-font-smoothing: antialiased; margin: 0px; padding: 0px; user-select: auto !important;&quot;/&gt;&lt;strong style=&quot;-webkit-font-smoothing: antialiased; margin: 0px; padding: 0px; user-select: auto !important;&quot;&gt;SecureRandom generateSeed使用 /dev/random 生成种子。但是 /dev/random 是一个阻塞数字生成器，如果它没有足够的随机数据提供，它就一直等，这迫使 JVM 等待。键盘和鼠标输入以及磁盘活动可以产生所需的随机性或熵。但在一个服务器缺乏这样的活动，可能会出现问题。&lt;/strong&gt;&lt;/p&gt;&lt;div style=&quot;-webkit-font-smoothing: antialiased; margin: 0px; padding: 0px; user-select: auto !important;&quot;&gt;&lt;div class=&quot;code-toolbar&quot; style=&quot;-webkit-font-smoothing: antialiased; margin: 0px; padding: 0px; font-size: 14px; box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 2px inset, rgba(102, 128, 153, 0.05) 40px 0px 0px inset, rgba(102, 128, 153, 0.05) 0px 1px 0px; position: relative; user-select: auto !important;&quot;&gt;&lt;div class=&quot;hljs-cto&quot; style=&quot;-webkit-font-smoothing: antialiased; margin: 0px; padding: 0px; position: relative; user-select: auto !important;&quot;&gt;&lt;pre class=&quot;language-plain prettyprint&quot; tabindex=&quot;0&quot; style=&quot;-webkit-font-smoothing: antialiased; margin-top: 0px; margin-bottom: 1em; font-size: 1em; overflow: auto hidden; line-height: 1.6; background-color: rgb(247, 247, 247); box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 2px inset, rgba(102, 128, 153, 0.05) 40px 0px 0px inset, rgba(102, 128, 153, 0.05) 0px 1px 0px; border-radius: 4px; color: rgb(0, 0, 0); tab-size: 4; overflow-wrap: normal; hyphens: none; word-break: normal; word-spacing: normal; box-sizing: border-box; width: 1184px; font-family: Monaco, Menlo, Consolas, &amp;quot;Courier New&amp;quot;, monospace !important; padding: 10px 25px 10px 55px !important; user-select: auto !important;&quot;&gt;#&amp;nbsp;进入tomcat容器文件内部
docker&amp;nbsp;exec&amp;nbsp;-it&amp;nbsp;(tomcat容器id)&amp;nbsp;/bin/bash
#&amp;nbsp;在容器内部安装vim
apt-get&amp;nbsp;update
apt-get&amp;nbsp;install&amp;nbsp;vim
#&amp;nbsp;进入容器中的jdk安装路径文件夹
cd&amp;nbsp;usr/local/openjdk-8/jre/lib/security/
#&amp;nbsp;查看文件夹列表
ls&amp;nbsp;-l
#&amp;nbsp;修改java.security文件
vim&amp;nbsp;java.security
#&amp;nbsp;查找securerandom.source(命令模式下&amp;nbsp;按下小写n向下查找大写N向上查找)
/securerandom.source
#&amp;nbsp;insert修改securerandom.sorce
securerandom.source=file:/dev/./urandom
#&amp;nbsp;ESC进入命令模式&amp;nbsp;:wq(保存退出)&amp;nbsp;exit退出容器内部
#&amp;nbsp;重启tomcat容器
docker&amp;nbsp;restart&amp;nbsp;(tomcat容器ID)1.2.3.4.5.6.7.8.9.10.11.12.13.14.15.16.17.18.&lt;/pre&gt;&lt;/div&gt;&lt;div class=&quot;toolbar&quot; style=&quot;-webkit-font-smoothing: antialiased; margin: 0px; padding: 0px; user-select: auto !important;&quot;&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;h5 style=&quot;-webkit-font-smoothing: antialiased; margin: 2rem 0px 0.6rem; padding: 0px; color: rgb(34, 34, 34); user-select: auto !important;&quot;&gt;4）、成功访问&lt;/h5&gt;&lt;p style=&quot;-webkit-font-smoothing: antialiased; margin-top: 20px; margin-bottom: 0px; padding: 0px; overflow-wrap: break-word; color: rgb(23, 35, 63); text-align: center; user-select: auto !important;&quot;&gt;&lt;img src=&quot;https://www.tius.cc/zb_users/upload/2025/02/20250227201512_36146.jpg&quot; alt=&quot;docker运行runlike docker运行轻量浏览器_docker_11&quot; title=&quot;在这里插入图片描述&quot; style=&quot;-webkit-font-smoothing: antialiased; margin: 0px 0px 15px; padding: 0px; border: none; vertical-align: middle; max-width: 100%; cursor: zoom-in; width: 1184px; visibility: visible; user-select: auto !important; height: auto !important;&quot;/&gt;&lt;/p&gt;&lt;h4 id=&quot;h4&quot; style=&quot;-webkit-font-smoothing: antialiased; margin: 2rem 0px 0.6rem; padding: 0px; color: rgb(34, 34, 34); user-select: auto !important;&quot;&gt;四、docker上部署redis&lt;/h4&gt;&lt;h5 style=&quot;-webkit-font-smoothing: antialiased; margin: 2rem 0px 0.6rem; padding: 0px; color: rgb(34, 34, 34); user-select: auto !important;&quot;&gt;1）、仓库拉取最新版redis&lt;/h5&gt;&lt;div style=&quot;-webkit-font-smoothing: antialiased; margin: 0px; padding: 0px; user-select: auto !important;&quot;&gt;&lt;div class=&quot;code-toolbar&quot; style=&quot;-webkit-font-smoothing: antialiased; margin: 0px; padding: 0px; font-size: 14px; box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 2px inset, rgba(102, 128, 153, 0.05) 40px 0px 0px inset, rgba(102, 128, 153, 0.05) 0px 1px 0px; position: relative; user-select: auto !important;&quot;&gt;&lt;div class=&quot;hljs-cto&quot; style=&quot;-webkit-font-smoothing: antialiased; margin: 0px; padding: 0px; position: relative; user-select: auto !important;&quot;&gt;&lt;pre class=&quot;language-plain prettyprint&quot; tabindex=&quot;0&quot; style=&quot;-webkit-font-smoothing: antialiased; margin-top: 0px; margin-bottom: 1em; font-size: 1em; overflow: auto hidden; line-height: 1.6; background-color: rgb(247, 247, 247); box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 2px inset, rgba(102, 128, 153, 0.05) 40px 0px 0px inset, rgba(102, 128, 153, 0.05) 0px 1px 0px; border-radius: 4px; color: rgb(0, 0, 0); tab-size: 4; overflow-wrap: normal; hyphens: none; word-break: normal; word-spacing: normal; box-sizing: border-box; width: 1184px; font-family: Monaco, Menlo, Consolas, &amp;quot;Courier New&amp;quot;, monospace !important; padding: 10px 25px 10px 55px !important; user-select: auto !important;&quot;&gt;#&amp;nbsp;仓库拉取最新版redis
docker&amp;nbsp;pull&amp;nbsp;redis
#&amp;nbsp;查看本地仓库的镜像
docker&amp;nbsp;images1.2.3.4.&lt;/pre&gt;&lt;/div&gt;&lt;div class=&quot;toolbar&quot; style=&quot;-webkit-font-smoothing: antialiased; margin: 0px; padding: 0px; user-select: auto !important;&quot;&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;p style=&quot;-webkit-font-smoothing: antialiased; margin-top: 20px; margin-bottom: 0px; padding: 0px; overflow-wrap: break-word; color: rgb(23, 35, 63); text-align: center; user-select: auto !important;&quot;&gt;&lt;img src=&quot;https://www.tius.cc/zb_users/upload/2025/02/20250227201514_33668.jpg&quot; alt=&quot;docker运行runlike docker运行轻量浏览器_java_12&quot; title=&quot;在这里插入图片描述&quot; style=&quot;-webkit-font-smoothing: antialiased; margin: 0px 0px 15px; padding: 0px; border: none; vertical-align: middle; max-width: 100%; cursor: zoom-in; width: 1184px; visibility: visible; user-select: auto !important; height: auto !important;&quot;/&gt;&lt;/p&gt;&lt;h5 style=&quot;-webkit-font-smoothing: antialiased; margin: 2rem 0px 0.6rem; padding: 0px; color: rgb(34, 34, 34); user-select: auto !important;&quot;&gt;2)、启动redis容器&lt;/h5&gt;&lt;div style=&quot;-webkit-font-smoothing: antialiased; margin: 0px; padding: 0px; user-select: auto !important;&quot;&gt;&lt;div class=&quot;code-toolbar&quot; style=&quot;-webkit-font-smoothing: antialiased; margin: 0px; padding: 0px; font-size: 14px; box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 2px inset, rgba(102, 128, 153, 0.05) 40px 0px 0px inset, rgba(102, 128, 153, 0.05) 0px 1px 0px; position: relative; user-select: auto !important;&quot;&gt;&lt;div class=&quot;hljs-cto&quot; style=&quot;-webkit-font-smoothing: antialiased; margin: 0px; padding: 0px; position: relative; user-select: auto !important;&quot;&gt;&lt;pre class=&quot;language-plain prettyprint&quot; tabindex=&quot;0&quot; style=&quot;-webkit-font-smoothing: antialiased; margin-top: 0px; margin-bottom: 1em; font-size: 1em; overflow: auto hidden; line-height: 1.6; background-color: rgb(247, 247, 247); box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 2px inset, rgba(102, 128, 153, 0.05) 40px 0px 0px inset, rgba(102, 128, 153, 0.05) 0px 1px 0px; border-radius: 4px; color: rgb(0, 0, 0); tab-size: 4; overflow-wrap: normal; hyphens: none; word-break: normal; word-spacing: normal; box-sizing: border-box; width: 1184px; font-family: Monaco, Menlo, Consolas, &amp;quot;Courier New&amp;quot;, monospace !important; padding: 10px 25px 10px 55px !important; user-select: auto !important;&quot;&gt;#&amp;nbsp;根据redis镜像启动容器
docker&amp;nbsp;run&amp;nbsp;-d&amp;nbsp;-p&amp;nbsp;6379:6379&amp;nbsp;--name&amp;nbsp;myredis&amp;nbsp;redis1.2.&lt;/pre&gt;&lt;/div&gt;&lt;div class=&quot;toolbar&quot; style=&quot;-webkit-font-smoothing: antialiased; margin: 0px; padding: 0px; user-select: auto !important;&quot;&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;h5 style=&quot;-webkit-font-smoothing: antialiased; margin: 2rem 0px 0.6rem; padding: 0px; color: rgb(34, 34, 34); user-select: auto !important;&quot;&gt;3）、本地主机连接redis&lt;/h5&gt;&lt;h2 id=&quot;h5&quot; style=&quot;-webkit-font-smoothing: antialiased; margin-right: 0px; margin-bottom: 0.6rem; margin-left: 0px; padding: 0px; color: rgb(34, 34, 34); margin-top: 0px !important; user-select: auto !important;&quot;&gt;仓库拉取最新版redis&lt;/h2&gt;&lt;p style=&quot;-webkit-font-smoothing: antialiased; margin-top: 20px; margin-bottom: 0px; padding: 0px; overflow-wrap: break-word; color: rgb(23, 35, 63); user-select: auto !important;&quot;&gt;docker pull redis&lt;/p&gt;&lt;h2 id=&quot;h6&quot; style=&quot;-webkit-font-smoothing: antialiased; margin: 2rem 0px 0.6rem; padding: 0px; color: rgb(34, 34, 34); user-select: auto !important;&quot;&gt;查看本地仓库的镜像&lt;/h2&gt;&lt;p style=&quot;-webkit-font-smoothing: antialiased; margin-top: 20px; margin-bottom: 0px; padding: 0px; overflow-wrap: break-word; color: rgb(23, 35, 63); user-select: auto !important;&quot;&gt;docker images&lt;/p&gt;&lt;div style=&quot;-webkit-font-smoothing: antialiased; margin: 0px; padding: 0px; user-select: auto !important;&quot;&gt;&lt;div class=&quot;code-toolbar&quot; style=&quot;-webkit-font-smoothing: antialiased; margin: 0px; padding: 0px; font-size: 14px; box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 2px inset, rgba(102, 128, 153, 0.05) 40px 0px 0px inset, rgba(102, 128, 153, 0.05) 0px 1px 0px; position: relative; user-select: auto !important;&quot;&gt;&lt;div class=&quot;hljs-cto&quot; style=&quot;-webkit-font-smoothing: antialiased; margin: 0px; padding: 0px; position: relative; user-select: auto !important;&quot;&gt;&lt;pre class=&quot;language-plain prettyprint&quot; tabindex=&quot;0&quot; style=&quot;-webkit-font-smoothing: antialiased; margin-top: 0px; margin-bottom: 1em; font-size: 1em; overflow: auto hidden; line-height: 1.6; background-color: rgb(247, 247, 247); box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 2px inset, rgba(102, 128, 153, 0.05) 40px 0px 0px inset, rgba(102, 128, 153, 0.05) 0px 1px 0px; border-radius: 4px; color: rgb(0, 0, 0); tab-size: 4; overflow-wrap: normal; hyphens: none; word-break: normal; word-spacing: normal; box-sizing: border-box; width: 1184px; font-family: Monaco, Menlo, Consolas, &amp;quot;Courier New&amp;quot;, monospace !important; padding: 10px 25px 10px 55px !important; user-select: auto !important;&quot;&gt;[外链图片转存中...(img-OheS07qK-1583828586008)]

####&amp;nbsp;2)、启动redis容器

```shell
#&amp;nbsp;根据redis镜像启动容器
docker&amp;nbsp;run&amp;nbsp;-d&amp;nbsp;-p&amp;nbsp;6379:6379&amp;nbsp;--name&amp;nbsp;myredis&amp;nbsp;redis1.2.3.4.5.6.7.&lt;/pre&gt;&lt;/div&gt;&lt;div class=&quot;toolbar&quot; style=&quot;-webkit-font-smoothing: antialiased; margin: 0px; padding: 0px; user-select: auto !important;&quot;&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;h5 style=&quot;-webkit-font-smoothing: antialiased; margin: 2rem 0px 0.6rem; padding: 0px; color: rgb(34, 34, 34); user-select: auto !important;&quot;&gt;3）、本地主机连接redis&lt;/h5&gt;&lt;p style=&quot;-webkit-font-smoothing: antialiased; margin-top: 20px; margin-bottom: 0px; padding: 0px; overflow-wrap: break-word; color: rgb(23, 35, 63); text-align: center; user-select: auto !important;&quot;&gt;&lt;img src=&quot;https://www.tius.cc/zb_users/upload/2025/02/20250227201516_50501.jpg&quot; alt=&quot;docker运行runlike docker运行轻量浏览器_java_13&quot; title=&quot;在这里插入图片描述&quot; style=&quot;-webkit-font-smoothing: antialiased; margin: 0px 0px 15px; padding: 0px; border: none; vertical-align: middle; max-width: 100%; cursor: zoom-in; width: 584px; visibility: visible; user-select: auto !important; height: auto !important;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;-webkit-font-smoothing: antialiased; margin-top: 20px; margin-bottom: 0px; padding: 0px; overflow-wrap: break-word; color: rgb(23, 35, 63); user-select: auto !important;&quot;&gt;&lt;br style=&quot;-webkit-font-smoothing: antialiased; margin: 0px; padding: 0px; user-select: auto !important;&quot;/&gt;&lt;/p&gt;&lt;/div&gt;&lt;p class=&quot;blog-link&quot; style=&quot;-webkit-font-smoothing: antialiased; margin-bottom: 0.7rem; padding: 0px; overflow-wrap: break-word; color: rgb(23, 35, 63); margin-top: 0.7rem !important; user-select: auto !important;&quot;&gt;&lt;br/&gt;&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div id=&quot;asideoffset&quot; style=&quot;-webkit-font-smoothing: antialiased; font-family: -apple-system, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; margin: 0px; padding: 0px; color: rgb(23, 35, 63); font-size: 16px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255); user-select: auto !important;&quot;&gt;&lt;/div&gt;&lt;div class=&quot;clearfix label-list&quot; style=&quot;-webkit-font-smoothing: antialiased; font-family: -apple-system, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; margin: 20px 0px 0px; padding: 0px 0px 0px 90px; clear: both; position: relative; color: rgb(23, 35, 63); font-size: 16px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255); user-select: auto !important;&quot;&gt;&lt;/div&gt;&lt;div class=&quot;copytext2&quot; style=&quot;-webkit-font-smoothing: antialiased; font-family: -apple-system, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; margin: 10px 0px 0px; padding: 0px; color: rgb(147, 153, 166); font-size: 12px; word-break: break-all; text-wrap-mode: wrap; background-color: rgb(255, 255, 255); user-select: auto !important;&quot;&gt;本文章为转载内容，我们尊重原作者对文章享有的著作权。如有内容错误或侵权问题，欢迎原作者联系我们进行内容更正或删除文章。&lt;/div&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Thu, 27 Feb 2025 20:12:15 +0800</pubDate></item><item><title>免费永久激活window、office，适合小白</title><link>https://www.tius.cc/?id=58</link><description>&lt;h3 data-first-child=&quot;&quot; style=&quot;font-variant-numeric: inherit; font-variant-east-asian: inherit; font-variant-alternates: inherit; font-variant-position: inherit; font-variant-emoji: inherit; font-stretch: inherit; font-size: 1.1em; line-height: 1.5; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; font-optical-sizing: inherit; font-size-adjust: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; margin: 0px 0px calc(1.27273em); clear: left; color: rgb(25, 27, 31); text-wrap-mode: wrap; background-color: rgb(255, 255, 255); user-select: auto !important;&quot;&gt;一、背景介绍&lt;/h3&gt;&lt;p data-pid=&quot;NKZdzPYq&quot; style=&quot;margin-top: 1.4em; margin-bottom: 1.4em; color: rgb(25, 27, 31); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; font-size: medium; text-wrap-mode: wrap; background-color: rgb(255, 255, 255); user-select: auto !important;&quot;&gt;今天有家人问自己的window无法修改主题背景，部分软件出现打不开的情况，现象如下：&lt;/p&gt;&lt;p&gt;&lt;figure data-size=&quot;normal&quot; style=&quot;margin: 1.4em 0px; color: rgb(25, 27, 31); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; font-size: medium; text-wrap-mode: wrap; background-color: rgb(255, 255, 255); user-select: auto !important;&quot;&gt;&lt;div style=&quot;user-select: auto !important;&quot;&gt;&lt;img src=&quot;https://www.tius.cc/zb_users/upload/2025/02/20250222104558_37457.jpg&quot; data-caption=&quot;&quot; data-size=&quot;normal&quot; data-rawwidth=&quot;2517&quot; data-rawheight=&quot;1600&quot; data-original-token=&quot;v2-8203a3528e47964fb329c51f5aea7c53&quot; class=&quot;origin_image zh-lightbox-thumb&quot; width=&quot;2517&quot; data-original=&quot;https://pic2.zhimg.com/v2-dfd49c6e28dae643d0f16da0d9af37ff_r.jpg&quot; style=&quot;display: block; margin: 0px auto; max-width: 100%; height: auto; cursor: zoom-in; width: 690px; user-select: auto !important;&quot;/&gt;&lt;/div&gt;&lt;/figure&gt;&lt;/p&gt;&lt;h3 style=&quot;font-variant-numeric: inherit; font-variant-east-asian: inherit; font-variant-alternates: inherit; font-variant-position: inherit; font-variant-emoji: inherit; font-stretch: inherit; font-size: 1.1em; line-height: 1.5; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; font-optical-sizing: inherit; font-size-adjust: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; margin: calc(1.90909em) 0px calc(1.27273em); clear: left; color: rgb(25, 27, 31); text-wrap-mode: wrap; background-color: rgb(255, 255, 255); user-select: auto !important;&quot;&gt;二、排查结果&lt;/h3&gt;&lt;p data-pid=&quot;5qBUMtdI&quot; style=&quot;margin-top: 1.4em; margin-bottom: 1.4em; color: rgb(25, 27, 31); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; font-size: medium; text-wrap-mode: wrap; background-color: rgb(255, 255, 255); user-select: auto !important;&quot;&gt;经排查后发现window处于未激活状态，导致系统部分功能无法使用。&lt;/p&gt;&lt;h3 style=&quot;font-variant-numeric: inherit; font-variant-east-asian: inherit; font-variant-alternates: inherit; font-variant-position: inherit; font-variant-emoji: inherit; font-stretch: inherit; font-size: 1.1em; line-height: 1.5; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; font-optical-sizing: inherit; font-size-adjust: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; margin: calc(1.90909em) 0px calc(1.27273em); clear: left; color: rgb(25, 27, 31); text-wrap-mode: wrap; background-color: rgb(255, 255, 255); user-select: auto !important;&quot;&gt;三、解决方案&lt;/h3&gt;&lt;p data-pid=&quot;mbxPQHsd&quot; style=&quot;margin-top: 1.4em; margin-bottom: 1.4em; color: rgb(25, 27, 31); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; font-size: medium; text-wrap-mode: wrap; background-color: rgb(255, 255, 255); user-select: auto !important;&quot;&gt;为了应对后续类似情况再次发生，特别记录了下如何激活window、如何激活office，如果能帮助到你，那就更好了。如下是使用步骤：&lt;/p&gt;&lt;p data-pid=&quot;Q5Ml7nRy&quot; style=&quot;margin-top: 1.4em; margin-bottom: 1.4em; color: rgb(25, 27, 31); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; font-size: medium; text-wrap-mode: wrap; background-color: rgb(255, 255, 255); user-select: auto !important;&quot;&gt;1️⃣&lt;span style=&quot;user-select: auto !important; font-weight: 600;&quot;&gt;找到window的开始按钮，搜索模块输入&lt;/span&gt;&lt;/p&gt;&lt;div class=&quot;highlight&quot; style=&quot;margin: 1em 0px; color: rgb(25, 27, 31); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; font-size: medium; text-wrap-mode: wrap; background-color: rgb(255, 255, 255); user-select: auto !important;&quot;&gt;&lt;pre style=&quot;margin-top: 0px; margin-bottom: 0px; overflow-wrap: initial; background-color: rgb(248, 248, 250); border-radius: 4px; font-size: 0.9em; overflow: auto; padding: calc(0.888889em); word-break: initial; user-select: auto !important;&quot;&gt;Windows&amp;nbsp;PowerShell&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;&lt;figure data-size=&quot;normal&quot; style=&quot;margin: 1.4em 0px; color: rgb(25, 27, 31); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; font-size: medium; text-wrap-mode: wrap; background-color: rgb(255, 255, 255); user-select: auto !important;&quot;&gt;&lt;div style=&quot;user-select: auto !important;&quot;&gt;&lt;img src=&quot;https://www.tius.cc/zb_users/upload/2025/02/20250222104600_78964.jpg&quot; data-caption=&quot;&quot; data-size=&quot;normal&quot; data-rawwidth=&quot;1179&quot; data-rawheight=&quot;1083&quot; data-original-token=&quot;v2-943a5bb044d662292bee74bb41ecccbb&quot; class=&quot;origin_image zh-lightbox-thumb&quot; width=&quot;1179&quot; data-original=&quot;https://pic2.zhimg.com/v2-e1d5da9040dd99a7be1a1624f4e581dd_r.jpg&quot; style=&quot;display: block; margin: 0px auto; max-width: 100%; height: auto; cursor: zoom-in; width: 690px; user-select: auto !important;&quot;/&gt;&lt;/div&gt;&lt;/figure&gt;&lt;/p&gt;&lt;p data-pid=&quot;F_LOf4X8&quot; style=&quot;margin-top: 1.4em; margin-bottom: 1.4em; color: rgb(25, 27, 31); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; font-size: medium; text-wrap-mode: wrap; background-color: rgb(255, 255, 255); user-select: auto !important;&quot;&gt;&lt;span style=&quot;user-select: auto !important; font-weight: 600;&quot;&gt;点击后弹出界面&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;figure data-size=&quot;normal&quot; style=&quot;margin: 1.4em 0px; color: rgb(25, 27, 31); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; font-size: medium; text-wrap-mode: wrap; background-color: rgb(255, 255, 255); user-select: auto !important;&quot;&gt;&lt;div style=&quot;user-select: auto !important;&quot;&gt;&lt;img src=&quot;https://www.tius.cc/zb_users/upload/2025/02/20250222104602_54358.jpg&quot; data-caption=&quot;&quot; data-size=&quot;normal&quot; data-rawwidth=&quot;1752&quot; data-rawheight=&quot;936&quot; data-original-token=&quot;v2-aa0d0110cf22fecc6786fe36cbce978e&quot; class=&quot;origin_image zh-lightbox-thumb&quot; width=&quot;1752&quot; data-original=&quot;https://picx.zhimg.com/v2-4acb11414f0e25209478e69d82abef49_r.jpg&quot; style=&quot;display: block; margin: 0px auto; max-width: 100%; height: auto; cursor: zoom-in; width: 690px; user-select: auto !important;&quot;/&gt;&lt;/div&gt;&lt;/figure&gt;&lt;/p&gt;&lt;p data-pid=&quot;XdsdC2NL&quot; style=&quot;margin-top: 1.4em; margin-bottom: 1.4em; color: rgb(25, 27, 31); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; font-size: medium; text-wrap-mode: wrap; background-color: rgb(255, 255, 255); user-select: auto !important;&quot;&gt;2️⃣&lt;span style=&quot;user-select: auto !important; font-weight: 600;&quot;&gt;在弹出界面输入代码&lt;/span&gt;&lt;/p&gt;&lt;div class=&quot;highlight&quot; style=&quot;margin: 1em 0px; color: rgb(25, 27, 31); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; font-size: medium; text-wrap-mode: wrap; background-color: rgb(255, 255, 255); user-select: auto !important;&quot;&gt;&lt;pre style=&quot;margin-top: 0px; margin-bottom: 0px; overflow-wrap: initial; background-color: rgb(248, 248, 250); border-radius: 4px; font-size: 0.9em; overflow: auto; padding: calc(0.888889em); word-break: initial; user-select: auto !important;&quot;&gt;&amp;nbsp;irm&amp;nbsp;https://massgrave.dev/get&amp;nbsp;|&amp;nbsp;iex

如果没有弹出窗口可以试下下面代码
irm&amp;nbsp;https://get.activated.win|&amp;nbsp;iex&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;&lt;figure data-size=&quot;normal&quot; style=&quot;margin: 1.4em 0px; color: rgb(25, 27, 31); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; font-size: medium; text-wrap-mode: wrap; background-color: rgb(255, 255, 255); user-select: auto !important;&quot;&gt;&lt;div style=&quot;user-select: auto !important;&quot;&gt;&lt;img src=&quot;https://www.tius.cc/zb_users/upload/2025/02/20250222104604_63337.jpg&quot; data-caption=&quot;&quot; data-size=&quot;normal&quot; data-rawwidth=&quot;1752&quot; data-rawheight=&quot;936&quot; data-original-token=&quot;v2-ac263934f26c82845d45c747a3699734&quot; class=&quot;origin_image zh-lightbox-thumb&quot; width=&quot;1752&quot; data-original=&quot;https://pic2.zhimg.com/v2-1e487aba43fe111d30509cb017e37357_r.jpg&quot; style=&quot;display: block; margin: 0px auto; max-width: 100%; height: auto; cursor: zoom-in; width: 690px; user-select: auto !important;&quot;/&gt;&lt;/div&gt;&lt;/figure&gt;&lt;/p&gt;&lt;p data-pid=&quot;w62KuSaJ&quot; style=&quot;margin-top: 1.4em; margin-bottom: 1.4em; color: rgb(25, 27, 31); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; font-size: medium; text-wrap-mode: wrap; background-color: rgb(255, 255, 255); user-select: auto !important;&quot;&gt;弹框提示您输入一个数字，输入1，激活windows，输入2激活office&lt;/p&gt;&lt;p&gt;&lt;figure data-size=&quot;normal&quot; style=&quot;margin: 1.4em 0px; color: rgb(25, 27, 31); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; font-size: medium; text-wrap-mode: wrap; background-color: rgb(255, 255, 255); user-select: auto !important;&quot;&gt;&lt;div style=&quot;user-select: auto !important;&quot;&gt;&lt;img src=&quot;https://www.tius.cc/zb_users/upload/2025/02/20250222104606_56985.jpg&quot; data-caption=&quot;&quot; data-size=&quot;normal&quot; data-rawwidth=&quot;934&quot; data-rawheight=&quot;847&quot; data-original-token=&quot;v2-e50b9f2c11a201d6fddaa3ce3b5742ff&quot; class=&quot;origin_image zh-lightbox-thumb&quot; width=&quot;934&quot; data-original=&quot;https://pic4.zhimg.com/v2-f9ca7dfb009d4ad028df478cd56d01b5_r.jpg&quot; style=&quot;display: block; margin: 0px auto; max-width: 100%; height: auto; cursor: zoom-in; width: 690px; user-select: auto !important;&quot;/&gt;&lt;/div&gt;&lt;/figure&gt;&lt;/p&gt;&lt;p data-pid=&quot;gJ-i_E7h&quot; style=&quot;margin-top: 1.4em; margin-bottom: 1.4em; color: rgb(25, 27, 31); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; font-size: medium; text-wrap-mode: wrap; background-color: rgb(255, 255, 255); user-select: auto !important;&quot;&gt;等待程序执行完毕，然后退出即可，激活样式如下：&lt;/p&gt;&lt;p&gt;&lt;figure data-size=&quot;normal&quot; style=&quot;margin: 1.4em 0px; color: rgb(25, 27, 31); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; font-size: medium; text-wrap-mode: wrap; background-color: rgb(255, 255, 255); user-select: auto !important;&quot;&gt;&lt;div style=&quot;user-select: auto !important;&quot;&gt;&lt;img src=&quot;https://www.tius.cc/zb_users/upload/2025/02/20250222104608_96195.jpg&quot; data-caption=&quot;&quot; data-size=&quot;normal&quot; data-rawwidth=&quot;1342&quot; data-rawheight=&quot;871&quot; data-original-token=&quot;v2-82966e953c5ab4cb21b1af5de5adadc4&quot; class=&quot;origin_image zh-lightbox-thumb&quot; width=&quot;1342&quot; data-original=&quot;https://pica.zhimg.com/v2-1f5e30ca38c4549fc79b876de2250cda_r.jpg&quot; style=&quot;display: block; margin: 0px auto; max-width: 100%; height: auto; cursor: zoom-in; width: 690px; user-select: auto !important;&quot;/&gt;&lt;/div&gt;&lt;/figure&gt;&lt;/p&gt;&lt;p data-pid=&quot;-mYsBFxP&quot; style=&quot;margin-top: 1.4em; margin-bottom: 0px; color: rgb(25, 27, 31); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; font-size: medium; text-wrap-mode: wrap; background-color: rgb(255, 255, 255); user-select: auto !important;&quot;&gt;同样office也是一样的道理，只是选择序号为1即可。&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Sat, 22 Feb 2025 10:43:17 +0800</pubDate></item><item><title>Cloudflare免费SSL域名证书申请教程 CF自签证书支持泛域名</title><link>https://www.tius.cc/?id=57</link><description>&lt;pre style=&quot;-webkit-tap-highlight-color: transparent; box-sizing: border-box; margin-top: 0px; margin-bottom: 0px; outline: none; padding: 0px; background-color: rgb(255, 255, 255); position: absolute; left: -99999px;&quot;&gt;的证书是&amp;nbsp;R3&amp;nbsp;级别的，CF&amp;nbsp;帮我们&lt;/pre&gt;&lt;pre style=&quot;-webkit-tap-highlight-color: transparent; box-sizing: border-box; margin-top: 0px; margin-bottom: 0px; outline: none; padding: 0px; background-color: rgb(255, 255, 255); position: absolute; left: -99999px;&quot;&gt;目前最常用的免费证书是&amp;nbsp;Let’s&amp;nbsp;Encrypt，但是它的有效期只有&amp;nbsp;90&amp;nbsp;天，到期需要手动更新。&lt;/pre&gt;&lt;pre style=&quot;-webkit-tap-highlight-color: transparent; box-sizing: border-box; margin-top: 0px; margin-bottom: 0px; outline: none; padding: 0px; background-color: rgb(255, 255, 255); position: absolute; left: -99999px;&quot;&gt;目前最常用的免费证书是&amp;nbsp;Let’s&amp;nbsp;Encrypt，但是它的有效期只有&amp;nbsp;90&amp;nbsp;天，到期需要手动更新。&lt;/pre&gt;&lt;pre style=&quot;-webkit-tap-highlight-color: transparent; box-sizing: border-box; margin-top: 0px; margin-bottom: 0px; outline: none; padding: 0px; background-color: rgb(255, 255, 255); position: absolute; left: -99999px;&quot;&gt;在我部分域名使用&lt;/pre&gt;&lt;pre style=&quot;-webkit-tap-highlight-color: transparent; box-sizing: border-box; margin-top: 0px; margin-bottom: 0px; outline: none; padding: 0px; background-color: rgb(255, 255, 255); position: absolute; left: -99999px;&quot;&gt;在我部分域名使用&lt;/pre&gt;&lt;pre style=&quot;-webkit-tap-highlight-color: transparent; box-sizing: border-box; margin-top: 0px; margin-bottom: 0px; outline: none; padding: 0px; background-color: rgb(255, 255, 255); position: absolute; left: -99999px;&quot;&gt;在我部分域名使用&lt;/pre&gt;&lt;pre style=&quot;-webkit-tap-highlight-color: transparent; box-sizing: border-box; margin-top: 0px; margin-bottom: 0px; outline: none; padding: 0px; background-color: rgb(255, 255, 255); position: absolute; left: -99999px;&quot;&gt;在我部分域名使用&lt;/pre&gt;&lt;pre style=&quot;-webkit-tap-highlight-color: transparent; box-sizing: border-box; margin-top: 0px; margin-bottom: 0px; outline: none; padding: 0px; background-color: rgb(255, 255, 255); position: absolute; left: -99999px;&quot;&gt;在我部分域名使用&lt;/pre&gt;&lt;pre style=&quot;-webkit-tap-highlight-color: transparent; box-sizing: border-box; margin-top: 0px; margin-bottom: 0px; outline: none; padding: 0px; background-color: rgb(255, 255, 255); position: absolute; left: -99999px;&quot;&gt;在我部分域名使用&lt;/pre&gt;&lt;pre style=&quot;-webkit-tap-highlight-color: transparent; box-sizing: border-box; margin-top: 0px; margin-bottom: 0px; outline: none; padding: 0px; background-color: rgb(255, 255, 255); position: absolute; left: -99999px;&quot;&gt;在我部分域名使用&lt;/pre&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 20px; overflow-wrap: break-word; text-indent: 32px; color: rgb(51, 51, 51); font-family: ali, -apple-system, BlinkMacSystemFont, &amp;quot;Microsoft Yahei&amp;quot;, MiSans, &amp;quot;HarmonyOS Sans&amp;quot;, &amp;quot;Segoe UI&amp;quot;, Roboto, &amp;quot;Helvetica Neue&amp;quot;, Arial, &amp;quot;Noto Sans&amp;quot;, sans-serif, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;, &amp;quot;Segoe UI Symbol&amp;quot;, &amp;quot;Noto Color Emoji&amp;quot;; font-size: 16px; text-align: justify; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;SSL域名证书怎么申请？目前我们建站最常用的是 Let’s Encrypt 免费证书，有效期90天还可以通过宝塔面板进行自动续签，非常方便！今天分享个热门云平台Cloudflare免费SSL域名证书申请教程，让大家申请免费SSL证书的时候多一条渠道。&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 20px; overflow-wrap: break-word; text-indent: 32px; color: rgb(51, 51, 51); font-family: ali, -apple-system, BlinkMacSystemFont, &amp;quot;Microsoft Yahei&amp;quot;, MiSans, &amp;quot;HarmonyOS Sans&amp;quot;, &amp;quot;Segoe UI&amp;quot;, Roboto, &amp;quot;Helvetica Neue&amp;quot;, Arial, &amp;quot;Noto Sans&amp;quot;, sans-serif, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;, &amp;quot;Segoe UI Symbol&amp;quot;, &amp;quot;Noto Color Emoji&amp;quot;; font-size: 16px; text-align: justify; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;如果你的源站托管在境外，经常受到访问慢的困扰，推荐使用 Cloudflare（以下简称 CF） 进行托管，且 CF 可以免费申请长达 15年 有效期的 SSL 证书。&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 20px; overflow-wrap: break-word; text-indent: 32px; color: rgb(51, 51, 51); font-family: ali, -apple-system, BlinkMacSystemFont, &amp;quot;Microsoft Yahei&amp;quot;, MiSans, &amp;quot;HarmonyOS Sans&amp;quot;, &amp;quot;Segoe UI&amp;quot;, Roboto, &amp;quot;Helvetica Neue&amp;quot;, Arial, &amp;quot;Noto Sans&amp;quot;, sans-serif, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;, &amp;quot;Segoe UI Symbol&amp;quot;, &amp;quot;Noto Color Emoji&amp;quot;; font-size: 16px; text-align: justify; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bolder;&quot;&gt;申请教程&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 20px; overflow-wrap: break-word; text-indent: 32px; color: rgb(51, 51, 51); font-family: ali, -apple-system, BlinkMacSystemFont, &amp;quot;Microsoft Yahei&amp;quot;, MiSans, &amp;quot;HarmonyOS Sans&amp;quot;, &amp;quot;Segoe UI&amp;quot;, Roboto, &amp;quot;Helvetica Neue&amp;quot;, Arial, &amp;quot;Noto Sans&amp;quot;, sans-serif, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;, &amp;quot;Segoe UI Symbol&amp;quot;, &amp;quot;Noto Color Emoji&amp;quot;; font-size: 16px; text-align: justify; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bolder;&quot;&gt;1、注册CF账户&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 20px; overflow-wrap: break-word; text-indent: 32px; color: rgb(51, 51, 51); font-family: ali, -apple-system, BlinkMacSystemFont, &amp;quot;Microsoft Yahei&amp;quot;, MiSans, &amp;quot;HarmonyOS Sans&amp;quot;, &amp;quot;Segoe UI&amp;quot;, Roboto, &amp;quot;Helvetica Neue&amp;quot;, Arial, &amp;quot;Noto Sans&amp;quot;, sans-serif, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;, &amp;quot;Segoe UI Symbol&amp;quot;, &amp;quot;Noto Color Emoji&amp;quot;; font-size: 16px; text-align: justify; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;打开cf中国官网：&lt;a href=&quot;https://www.cloudflare-cn.com/&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot; style=&quot;box-sizing: border-box; outline: 0px; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); transition: color 0.25s, background-color 0.25s, border-color 0.25s;&quot;&gt;https://www.cloudflare-cn.com/&lt;/a&gt;，注册一个账号。&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 20px; overflow-wrap: break-word; text-indent: 32px; color: rgb(51, 51, 51); font-family: ali, -apple-system, BlinkMacSystemFont, &amp;quot;Microsoft Yahei&amp;quot;, MiSans, &amp;quot;HarmonyOS Sans&amp;quot;, &amp;quot;Segoe UI&amp;quot;, Roboto, &amp;quot;Helvetica Neue&amp;quot;, Arial, &amp;quot;Noto Sans&amp;quot;, sans-serif, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;, &amp;quot;Segoe UI Symbol&amp;quot;, &amp;quot;Noto Color Emoji&amp;quot;; font-size: 16px; text-align: justify; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bolder;&quot;&gt;2、添加域名&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 20px; overflow-wrap: break-word; text-indent: 32px; color: rgb(51, 51, 51); font-family: ali, -apple-system, BlinkMacSystemFont, &amp;quot;Microsoft Yahei&amp;quot;, MiSans, &amp;quot;HarmonyOS Sans&amp;quot;, &amp;quot;Segoe UI&amp;quot;, Roboto, &amp;quot;Helvetica Neue&amp;quot;, Arial, &amp;quot;Noto Sans&amp;quot;, sans-serif, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;, &amp;quot;Segoe UI Symbol&amp;quot;, &amp;quot;Noto Color Emoji&amp;quot;; font-size: 16px; text-align: justify; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;登录CF官网后，在侧边栏“网站”里，点击“添加站点”按钮。&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 20px; overflow-wrap: break-word; text-indent: 32px; color: rgb(51, 51, 51); font-family: ali, -apple-system, BlinkMacSystemFont, &amp;quot;Microsoft Yahei&amp;quot;, MiSans, &amp;quot;HarmonyOS Sans&amp;quot;, &amp;quot;Segoe UI&amp;quot;, Roboto, &amp;quot;Helvetica Neue&amp;quot;, Arial, &amp;quot;Noto Sans&amp;quot;, sans-serif, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;, &amp;quot;Segoe UI Symbol&amp;quot;, &amp;quot;Noto Color Emoji&amp;quot;; font-size: 16px; text-align: justify; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;a class=&quot;fbx-link fbx-instance&quot; href=&quot;https://www.idc1680.com/wp-content/uploads/2024/06/428df8c93ef1938.png&quot; style=&quot;box-sizing: border-box; outline: 0px; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); transition: color 0.25s, background-color 0.25s, border-color 0.25s;&quot;&gt;&lt;img fetchpriority=&quot;high&quot; decoding=&quot;async&quot; class=&quot;aligncenter size-full wp-image-132&quot; src=&quot;https://www.tius.cc/zb_users/upload/2024/12/20241201135041_16554.jpg&quot; width=&quot;1896&quot; height=&quot;555&quot; alt=&quot;e0992c1f0c864d6&quot; title=&quot;e0992c1f0c864d6&quot; srcset=&quot;https://www.tius.cc/zb_users/upload/2024/12/20241201135041_16554.jpg 1896w, https://www.sitevps.icu/wp-content/uploads/2024/06/e0992c1f0c864d6-300x88.png 300w, https://www.sitevps.icu/wp-content/uploads/2024/06/e0992c1f0c864d6-1024x300.png 1024w, https://www.sitevps.icu/wp-content/uploads/2024/06/e0992c1f0c864d6-768x225.png 768w, https://www.sitevps.icu/wp-content/uploads/2024/06/e0992c1f0c864d6-1536x450.png 1536w&quot; sizes=&quot;(max-width: 1896px) 100vw, 1896px&quot; style=&quot;box-sizing: border-box; display: block; max-width: 100%; border-style: none; margin: 0px auto; height: auto; text-align: center;&quot;/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 20px; overflow-wrap: break-word; text-indent: 32px; color: rgb(51, 51, 51); font-family: ali, -apple-system, BlinkMacSystemFont, &amp;quot;Microsoft Yahei&amp;quot;, MiSans, &amp;quot;HarmonyOS Sans&amp;quot;, &amp;quot;Segoe UI&amp;quot;, Roboto, &amp;quot;Helvetica Neue&amp;quot;, Arial, &amp;quot;Noto Sans&amp;quot;, sans-serif, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;, &amp;quot;Segoe UI Symbol&amp;quot;, &amp;quot;Noto Color Emoji&amp;quot;; font-size: 16px; text-align: justify; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;根据弹出的步骤，依次输入域名，选择Free免费版，修改域名DNS服务器地址即可。&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 20px; overflow-wrap: break-word; text-indent: 32px; color: rgb(51, 51, 51); font-family: ali, -apple-system, BlinkMacSystemFont, &amp;quot;Microsoft Yahei&amp;quot;, MiSans, &amp;quot;HarmonyOS Sans&amp;quot;, &amp;quot;Segoe UI&amp;quot;, Roboto, &amp;quot;Helvetica Neue&amp;quot;, Arial, &amp;quot;Noto Sans&amp;quot;, sans-serif, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;, &amp;quot;Segoe UI Symbol&amp;quot;, &amp;quot;Noto Color Emoji&amp;quot;; font-size: 16px; text-align: justify; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bolder;&quot;&gt;3、申请证书&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 20px; overflow-wrap: break-word; text-indent: 32px; color: rgb(51, 51, 51); font-family: ali, -apple-system, BlinkMacSystemFont, &amp;quot;Microsoft Yahei&amp;quot;, MiSans, &amp;quot;HarmonyOS Sans&amp;quot;, &amp;quot;Segoe UI&amp;quot;, Roboto, &amp;quot;Helvetica Neue&amp;quot;, Arial, &amp;quot;Noto Sans&amp;quot;, sans-serif, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;, &amp;quot;Segoe UI Symbol&amp;quot;, &amp;quot;Noto Color Emoji&amp;quot;; font-size: 16px; text-align: justify; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;添加域名后，点击左侧菜单”SSL/TLS“下面的”概述“，将 SSL/TLS 加密模式设置为”完全“或者”完全（严格）“&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 20px; overflow-wrap: break-word; text-indent: 32px; color: rgb(51, 51, 51); font-family: ali, -apple-system, BlinkMacSystemFont, &amp;quot;Microsoft Yahei&amp;quot;, MiSans, &amp;quot;HarmonyOS Sans&amp;quot;, &amp;quot;Segoe UI&amp;quot;, Roboto, &amp;quot;Helvetica Neue&amp;quot;, Arial, &amp;quot;Noto Sans&amp;quot;, sans-serif, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;, &amp;quot;Segoe UI Symbol&amp;quot;, &amp;quot;Noto Color Emoji&amp;quot;; font-size: 16px; text-align: justify; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;a class=&quot;fbx-link fbx-instance&quot; href=&quot;https://www.idc1680.com/wp-content/uploads/2024/06/758257d38f0c181.png&quot; style=&quot;box-sizing: border-box; outline: 0px; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); transition: color 0.25s, background-color 0.25s, border-color 0.25s;&quot;&gt;&lt;img decoding=&quot;async&quot; class=&quot;aligncenter size-full wp-image-133&quot; src=&quot;https://www.tius.cc/zb_users/upload/2024/12/20241201135042_98389.jpg&quot; width=&quot;1620&quot; height=&quot;595&quot; alt=&quot;2ce448baf949c84&quot; title=&quot;2ce448baf949c84&quot; srcset=&quot;https://www.tius.cc/zb_users/upload/2024/12/20241201135042_98389.jpg 1620w, https://www.sitevps.icu/wp-content/uploads/2024/06/2ce448baf949c84-300x110.png 300w, https://www.sitevps.icu/wp-content/uploads/2024/06/2ce448baf949c84-1024x376.png 1024w, https://www.sitevps.icu/wp-content/uploads/2024/06/2ce448baf949c84-768x282.png 768w, https://www.sitevps.icu/wp-content/uploads/2024/06/2ce448baf949c84-1536x564.png 1536w&quot; sizes=&quot;(max-width: 1620px) 100vw, 1620px&quot; style=&quot;box-sizing: border-box; display: block; max-width: 100%; border-style: none; margin: 0px auto; height: auto; text-align: center;&quot;/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 20px; overflow-wrap: break-word; text-indent: 32px; color: rgb(51, 51, 51); font-family: ali, -apple-system, BlinkMacSystemFont, &amp;quot;Microsoft Yahei&amp;quot;, MiSans, &amp;quot;HarmonyOS Sans&amp;quot;, &amp;quot;Segoe UI&amp;quot;, Roboto, &amp;quot;Helvetica Neue&amp;quot;, Arial, &amp;quot;Noto Sans&amp;quot;, sans-serif, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;, &amp;quot;Segoe UI Symbol&amp;quot;, &amp;quot;Noto Color Emoji&amp;quot;; font-size: 16px; text-align: justify; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;然后进入“SSL/TLS”下的“源服务器”板块，点击右边的“创建证书”按钮。&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 20px; overflow-wrap: break-word; text-indent: 32px; color: rgb(51, 51, 51); font-family: ali, -apple-system, BlinkMacSystemFont, &amp;quot;Microsoft Yahei&amp;quot;, MiSans, &amp;quot;HarmonyOS Sans&amp;quot;, &amp;quot;Segoe UI&amp;quot;, Roboto, &amp;quot;Helvetica Neue&amp;quot;, Arial, &amp;quot;Noto Sans&amp;quot;, sans-serif, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;, &amp;quot;Segoe UI Symbol&amp;quot;, &amp;quot;Noto Color Emoji&amp;quot;; font-size: 16px; text-align: justify; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;a class=&quot;fbx-link fbx-instance&quot; href=&quot;https://www.idc1680.com/wp-content/uploads/2024/06/16dbdb99645729e.png&quot; style=&quot;box-sizing: border-box; outline: 0px; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); transition: color 0.25s, background-color 0.25s, border-color 0.25s;&quot;&gt;&lt;img decoding=&quot;async&quot; class=&quot;aligncenter size-full wp-image-134&quot; src=&quot;https://www.tius.cc/zb_users/upload/2024/12/20241201135043_55401.jpg&quot; width=&quot;1679&quot; height=&quot;620&quot; alt=&quot;14e0b484739a88e&quot; title=&quot;14e0b484739a88e&quot; srcset=&quot;https://www.tius.cc/zb_users/upload/2024/12/20241201135043_55401.jpg 1679w, https://www.sitevps.icu/wp-content/uploads/2024/06/14e0b484739a88e-300x111.png 300w, https://www.sitevps.icu/wp-content/uploads/2024/06/14e0b484739a88e-1024x378.png 1024w, https://www.sitevps.icu/wp-content/uploads/2024/06/14e0b484739a88e-768x284.png 768w, https://www.sitevps.icu/wp-content/uploads/2024/06/14e0b484739a88e-1536x567.png 1536w&quot; sizes=&quot;(max-width: 1679px) 100vw, 1679px&quot; style=&quot;box-sizing: border-box; display: block; max-width: 100%; border-style: none; margin: 0px auto; height: auto; text-align: center;&quot;/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 20px; overflow-wrap: break-word; text-indent: 32px; color: rgb(51, 51, 51); font-family: ali, -apple-system, BlinkMacSystemFont, &amp;quot;Microsoft Yahei&amp;quot;, MiSans, &amp;quot;HarmonyOS Sans&amp;quot;, &amp;quot;Segoe UI&amp;quot;, Roboto, &amp;quot;Helvetica Neue&amp;quot;, Arial, &amp;quot;Noto Sans&amp;quot;, sans-serif, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;, &amp;quot;Segoe UI Symbol&amp;quot;, &amp;quot;Noto Color Emoji&amp;quot;; font-size: 16px; text-align: justify; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;如下图所示，选择私钥类型RSA2048，主机名包括泛目录。证书有效期直接拉到最高15年。&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 20px; overflow-wrap: break-word; text-indent: 32px; color: rgb(51, 51, 51); font-family: ali, -apple-system, BlinkMacSystemFont, &amp;quot;Microsoft Yahei&amp;quot;, MiSans, &amp;quot;HarmonyOS Sans&amp;quot;, &amp;quot;Segoe UI&amp;quot;, Roboto, &amp;quot;Helvetica Neue&amp;quot;, Arial, &amp;quot;Noto Sans&amp;quot;, sans-serif, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;, &amp;quot;Segoe UI Symbol&amp;quot;, &amp;quot;Noto Color Emoji&amp;quot;; font-size: 16px; text-align: justify; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;确认没问题后点击下方“创建”按钮。&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 20px; overflow-wrap: break-word; text-indent: 32px; color: rgb(51, 51, 51); font-family: ali, -apple-system, BlinkMacSystemFont, &amp;quot;Microsoft Yahei&amp;quot;, MiSans, &amp;quot;HarmonyOS Sans&amp;quot;, &amp;quot;Segoe UI&amp;quot;, Roboto, &amp;quot;Helvetica Neue&amp;quot;, Arial, &amp;quot;Noto Sans&amp;quot;, sans-serif, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;, &amp;quot;Segoe UI Symbol&amp;quot;, &amp;quot;Noto Color Emoji&amp;quot;; font-size: 16px; text-align: justify; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;a class=&quot;fbx-link fbx-instance&quot; href=&quot;https://www.idc1680.com/wp-content/uploads/2024/06/10391410a81e19e.png&quot; style=&quot;box-sizing: border-box; outline: 0px; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); transition: color 0.25s, background-color 0.25s, border-color 0.25s;&quot;&gt;&lt;img loading=&quot;lazy&quot; decoding=&quot;async&quot; class=&quot;aligncenter size-full wp-image-136&quot; src=&quot;https://www.tius.cc/zb_users/upload/2024/12/20241201135044_90593.jpg&quot; width=&quot;1630&quot; height=&quot;868&quot; alt=&quot;13accd2e325e01e&quot; title=&quot;13accd2e325e01e&quot; srcset=&quot;https://www.tius.cc/zb_users/upload/2024/12/20241201135044_90593.jpg 1630w, https://www.sitevps.icu/wp-content/uploads/2024/06/13accd2e325e01e-300x160.png 300w, https://www.sitevps.icu/wp-content/uploads/2024/06/13accd2e325e01e-1024x545.png 1024w, https://www.sitevps.icu/wp-content/uploads/2024/06/13accd2e325e01e-768x409.png 768w, https://www.sitevps.icu/wp-content/uploads/2024/06/13accd2e325e01e-1536x818.png 1536w&quot; sizes=&quot;(max-width: 1630px) 100vw, 1630px&quot; style=&quot;box-sizing: border-box; display: block; max-width: 100%; border-style: none; margin: 0px auto; height: auto; text-align: center;&quot;/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 20px; overflow-wrap: break-word; text-indent: 32px; color: rgb(51, 51, 51); font-family: ali, -apple-system, BlinkMacSystemFont, &amp;quot;Microsoft Yahei&amp;quot;, MiSans, &amp;quot;HarmonyOS Sans&amp;quot;, &amp;quot;Segoe UI&amp;quot;, Roboto, &amp;quot;Helvetica Neue&amp;quot;, Arial, &amp;quot;Noto Sans&amp;quot;, sans-serif, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;, &amp;quot;Segoe UI Symbol&amp;quot;, &amp;quot;Noto Color Emoji&amp;quot;; font-size: 16px; text-align: justify; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;之后就会生成”源证书“（pem）和”私钥“（key），这里的 ”私钥“（key） 只出现一次。&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 20px; overflow-wrap: break-word; text-indent: 32px; color: rgb(51, 51, 51); font-family: ali, -apple-system, BlinkMacSystemFont, &amp;quot;Microsoft Yahei&amp;quot;, MiSans, &amp;quot;HarmonyOS Sans&amp;quot;, &amp;quot;Segoe UI&amp;quot;, Roboto, &amp;quot;Helvetica Neue&amp;quot;, Arial, &amp;quot;Noto Sans&amp;quot;, sans-serif, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;, &amp;quot;Segoe UI Symbol&amp;quot;, &amp;quot;Noto Color Emoji&amp;quot;; font-size: 16px; text-align: justify; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;复制保存后点击”确认“按钮就算是申请成功了。&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 20px; overflow-wrap: break-word; text-indent: 32px; color: rgb(51, 51, 51); font-family: ali, -apple-system, BlinkMacSystemFont, &amp;quot;Microsoft Yahei&amp;quot;, MiSans, &amp;quot;HarmonyOS Sans&amp;quot;, &amp;quot;Segoe UI&amp;quot;, Roboto, &amp;quot;Helvetica Neue&amp;quot;, Arial, &amp;quot;Noto Sans&amp;quot;, sans-serif, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;, &amp;quot;Segoe UI Symbol&amp;quot;, &amp;quot;Noto Color Emoji&amp;quot;; font-size: 16px; text-align: justify; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;如果忘记了可以返回“源服务器”板块下找到该证书进行下载。&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 20px; overflow-wrap: break-word; text-indent: 32px; color: rgb(51, 51, 51); font-family: ali, -apple-system, BlinkMacSystemFont, &amp;quot;Microsoft Yahei&amp;quot;, MiSans, &amp;quot;HarmonyOS Sans&amp;quot;, &amp;quot;Segoe UI&amp;quot;, Roboto, &amp;quot;Helvetica Neue&amp;quot;, Arial, &amp;quot;Noto Sans&amp;quot;, sans-serif, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;, &amp;quot;Segoe UI Symbol&amp;quot;, &amp;quot;Noto Color Emoji&amp;quot;; font-size: 16px; text-align: justify; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;a class=&quot;fbx-link fbx-instance&quot; href=&quot;https://www.idc1680.com/wp-content/uploads/2024/06/23941f262ef21b1.png&quot; style=&quot;box-sizing: border-box; outline: 0px; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); transition: color 0.25s, background-color 0.25s, border-color 0.25s;&quot;&gt;&lt;img loading=&quot;lazy&quot; decoding=&quot;async&quot; class=&quot;aligncenter size-full wp-image-135&quot; src=&quot;https://www.tius.cc/zb_users/upload/2024/12/20241201135045_27350.jpg&quot; width=&quot;1618&quot; height=&quot;587&quot; alt=&quot;9e9fc4ce524c6e7&quot; title=&quot;9e9fc4ce524c6e7&quot; srcset=&quot;https://www.tius.cc/zb_users/upload/2024/12/20241201135045_27350.jpg 1618w, https://www.sitevps.icu/wp-content/uploads/2024/06/9e9fc4ce524c6e7-300x109.png 300w, https://www.sitevps.icu/wp-content/uploads/2024/06/9e9fc4ce524c6e7-1024x372.png 1024w, https://www.sitevps.icu/wp-content/uploads/2024/06/9e9fc4ce524c6e7-768x279.png 768w, https://www.sitevps.icu/wp-content/uploads/2024/06/9e9fc4ce524c6e7-1536x557.png 1536w&quot; sizes=&quot;(max-width: 1618px) 100vw, 1618px&quot; style=&quot;box-sizing: border-box; display: block; max-width: 100%; border-style: none; margin: 0px auto; height: auto; text-align: center;&quot;/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 20px; overflow-wrap: break-word; text-indent: 32px; color: rgb(51, 51, 51); font-family: ali, -apple-system, BlinkMacSystemFont, &amp;quot;Microsoft Yahei&amp;quot;, MiSans, &amp;quot;HarmonyOS Sans&amp;quot;, &amp;quot;Segoe UI&amp;quot;, Roboto, &amp;quot;Helvetica Neue&amp;quot;, Arial, &amp;quot;Noto Sans&amp;quot;, sans-serif, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;, &amp;quot;Segoe UI Symbol&amp;quot;, &amp;quot;Noto Color Emoji&amp;quot;; font-size: 16px; text-align: justify; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bolder;&quot;&gt;总结&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 20px; overflow-wrap: break-word; text-indent: 32px; color: rgb(51, 51, 51); font-family: ali, -apple-system, BlinkMacSystemFont, &amp;quot;Microsoft Yahei&amp;quot;, MiSans, &amp;quot;HarmonyOS Sans&amp;quot;, &amp;quot;Segoe UI&amp;quot;, Roboto, &amp;quot;Helvetica Neue&amp;quot;, Arial, &amp;quot;Noto Sans&amp;quot;, sans-serif, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;, &amp;quot;Segoe UI Symbol&amp;quot;, &amp;quot;Noto Color Emoji&amp;quot;; font-size: 16px; text-align: justify; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;申请前提是域名得托管到Cloudflare平台上且开启加速，否则站点会出现“不能验证该证书”的错误提示。&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 20px; overflow-wrap: break-word; text-indent: 32px; color: rgb(51, 51, 51); font-family: ali, -apple-system, BlinkMacSystemFont, &amp;quot;Microsoft Yahei&amp;quot;, MiSans, &amp;quot;HarmonyOS Sans&amp;quot;, &amp;quot;Segoe UI&amp;quot;, Roboto, &amp;quot;Helvetica Neue&amp;quot;, Arial, &amp;quot;Noto Sans&amp;quot;, sans-serif, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;, &amp;quot;Segoe UI Symbol&amp;quot;, &amp;quot;Noto Color Emoji&amp;quot;; font-size: 16px; text-align: justify; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;针对free版本用户，如果你的源站托管在国内，开启加速后可能会导致速度不如裸奔的快。&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Sun, 01 Dec 2024 13:43:36 +0800</pubDate></item><item><title>docker如何修改容器内部文件的方法</title><link>https://www.tius.cc/?id=56</link><description>&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1.25rem; overflow-wrap: break-word; word-break: break-all; color: rgb(33, 37, 41); font-family: system-ui, -apple-system, &amp;quot;Segoe UI&amp;quot;, Roboto, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Noto Sans&amp;quot;, &amp;quot;Liberation Sans&amp;quot;, Arial, sans-serif, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;, &amp;quot;Segoe UI Symbol&amp;quot;, &amp;quot;Noto Color Emoji&amp;quot;; font-size: 16px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;Docker修改容器内部文件的方法一共有三种。&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1.25rem; overflow-wrap: break-word; word-break: break-all; color: rgb(33, 37, 41); font-family: system-ui, -apple-system, &amp;quot;Segoe UI&amp;quot;, Roboto, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Noto Sans&amp;quot;, &amp;quot;Liberation Sans&amp;quot;, Arial, sans-serif, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;, &amp;quot;Segoe UI Symbol&amp;quot;, &amp;quot;Noto Color Emoji&amp;quot;; font-size: 16px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;1、进入容器内部修改&lt;br style=&quot;box-sizing: border-box;&quot;/&gt;使用下面的命令以命令行的形式可以进入容器的内部对文件进行修改。&lt;/p&gt;&lt;pre class=&quot;hljs language-awk&quot; style=&quot;box-sizing: border-box; font-family: var(--bs-font-monospace); font-size: 0.875em; margin-bottom: 1.25rem; overflow: auto; color: rgb(36, 41, 46); background-color: rgb(233, 236, 239); padding: 1rem; max-height: 35rem; line-height: 1.5; position: relative; margin-top: 0px !important;&quot;&gt;docker&amp;nbsp;exec&amp;nbsp;-it&amp;nbsp;容器ID&amp;nbsp;/bin/bash&lt;/pre&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1.25rem; overflow-wrap: break-word; word-break: break-all; color: rgb(33, 37, 41); font-family: system-ui, -apple-system, &amp;quot;Segoe UI&amp;quot;, Roboto, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Noto Sans&amp;quot;, &amp;quot;Liberation Sans&amp;quot;, Arial, sans-serif, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;, &amp;quot;Segoe UI Symbol&amp;quot;, &amp;quot;Noto Color Emoji&amp;quot;; font-size: 16px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;不过里面没有vim，需要自行安装，安装代码如下所示。不过不推荐这种形式，因为里边的文件是临时的，容器被删除之后，配置就失效了，需要从新配置。&lt;/p&gt;&lt;pre class=&quot;hljs language-routeros&quot; style=&quot;box-sizing: border-box; font-family: var(--bs-font-monospace); font-size: 0.875em; margin-bottom: 1.25rem; overflow: auto; color: rgb(36, 41, 46); background-color: rgb(233, 236, 239); padding: 1rem; max-height: 35rem; line-height: 1.5; position: relative; margin-top: 0px !important;&quot;&gt;apt-get&amp;nbsp;update
apt-get&amp;nbsp;install&amp;nbsp;vim&lt;/pre&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1.25rem; overflow-wrap: break-word; word-break: break-all; color: rgb(33, 37, 41); font-family: system-ui, -apple-system, &amp;quot;Segoe UI&amp;quot;, Roboto, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Noto Sans&amp;quot;, &amp;quot;Liberation Sans&amp;quot;, Arial, sans-serif, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;, &amp;quot;Segoe UI Symbol&amp;quot;, &amp;quot;Noto Color Emoji&amp;quot;; font-size: 16px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;2、通过docker cp拷贝进行修改&lt;br style=&quot;box-sizing: border-box;&quot;/&gt;可以通过下面的代码将需要修改的文件拷贝出来，修改完成之后再拷贝回去。这种方式其实和第一种差不多，只是不用安装vim，但是容器被删除之后，修改过的内容也会失效。而且需要重启容器才能生效（好像）&lt;/p&gt;&lt;pre class=&quot;hljs language-awk&quot; style=&quot;box-sizing: border-box; font-family: var(--bs-font-monospace); font-size: 0.875em; margin-bottom: 1.25rem; overflow: auto; color: rgb(36, 41, 46); background-color: rgb(233, 236, 239); padding: 1rem; max-height: 35rem; line-height: 1.5; position: relative; margin-top: 0px !important;&quot;&gt;#将容器中的文件拷贝出来
sudo&amp;nbsp;docker&amp;nbsp;cp&amp;nbsp;容器ID:/etc/mysql/my.cnf&amp;nbsp;/home/tom/
#将容器中的文件拷贝回去
sudo&amp;nbsp;docker&amp;nbsp;cp&amp;nbsp;/home/tom/my.cnf&amp;nbsp;&amp;nbsp;容器ID:/etc/mysql/&lt;/pre&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1.25rem; overflow-wrap: break-word; word-break: break-all; color: rgb(33, 37, 41); font-family: system-ui, -apple-system, &amp;quot;Segoe UI&amp;quot;, Roboto, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Noto Sans&amp;quot;, &amp;quot;Liberation Sans&amp;quot;, Arial, sans-serif, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;, &amp;quot;Segoe UI Symbol&amp;quot;, &amp;quot;Noto Color Emoji&amp;quot;; font-size: 16px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;3、使用-v挂载文件夹(推荐)&lt;br style=&quot;box-sizing: border-box;&quot;/&gt;最后一种方法是在启动的时候使用-v将容器内部的文件夹挂载（映射）到本地的某个路径下，以后以后可以直接在本地修改，不需要进入容器内部.&lt;/p&gt;&lt;pre class=&quot;hljs language-awk&quot; style=&quot;box-sizing: border-box; font-family: var(--bs-font-monospace); font-size: 0.875em; margin-bottom: 1.25rem; overflow: auto; color: rgb(36, 41, 46); background-color: rgb(233, 236, 239); padding: 1rem; max-height: 35rem; line-height: 1.5; position: relative; margin-top: 0px !important;&quot;&gt;#冒号前是本地路径（需要绝对路径），冒号后是容器中的路径
$&amp;nbsp;sudo&amp;nbsp;docker&amp;nbsp;run&amp;nbsp;-p&amp;nbsp;8000:3000&amp;nbsp;--name&amp;nbsp;koaapi2&amp;nbsp;-v&amp;nbsp;/home/kason/work/docker_demo/:/app&amp;nbsp;-d&amp;nbsp;wxm888/docker_demo_koa&lt;/pre&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1.25rem; overflow-wrap: break-word; word-break: break-all; color: rgb(33, 37, 41); font-family: system-ui, -apple-system, &amp;quot;Segoe UI&amp;quot;, Roboto, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Noto Sans&amp;quot;, &amp;quot;Liberation Sans&amp;quot;, Arial, sans-serif, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;, &amp;quot;Segoe UI Symbol&amp;quot;, &amp;quot;Noto Color Emoji&amp;quot;; font-size: 16px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;注意启动容器后，虽然文件会同步到容器内，但是不会生效，要停止重启容器。&lt;br style=&quot;box-sizing: border-box;&quot;/&gt;比如修改了本机的路由，虽然容器内文件会修改，但是请求不到，所以可以觉得在本机开发差不多了再执行挂载文件夹的命令。&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Thu, 11 Jan 2024 15:40:49 +0800</pubDate></item><item><title>群晖双重验证失效的解决办法</title><link>https://www.tius.cc/?id=55</link><description>&lt;article id=&quot;article-container&quot; class=&quot;post-content&quot;&gt;&lt;h2 id=&quot;前言&quot;&gt;&lt;span style=&quot;font-size: 12px;&quot;&gt;原文地址：https://hin.cool/posts/nas2fa.html&lt;/span&gt;&lt;/h2&gt;&lt;h2 id=&quot;前言&quot;&gt;前言&lt;/h2&gt;&lt;p&gt;群晖（Synology）可以开启双重验证（2FA），使得群晖的登陆相对更加安全。&lt;/p&gt;&lt;p&gt;我前两天在解锁手机&lt;code&gt;&lt;span style=&quot;font-family: 微软雅黑, &amp;quot;Microsoft YaHei&amp;quot;; color: #E36C09;&quot;&gt;bootloader&lt;/span&gt;&lt;/code&gt;之前，使用 MIUI 自带的备份工具备份了绝大多数数据，包括谷歌身份验证器（Google Authenticator），但是还原备份之后，却发现身份验证器里的数据全部丢失了，因此，我无法登陆群晖等一部分我开启了双重验证的网站。&lt;/p&gt;&lt;p&gt;今天在网上搜索良久，终于找到了解决问题的方法。&lt;/p&gt;&lt;h2 id=&quot;使用邮件&quot;&gt;&lt;a href=&quot;#使用邮件&quot; target=&quot;_blank&quot; data-pjax-state=&quot;&quot; rel=&quot;noopener noreferrer&quot; data-mce-href=&quot;#使用邮件&quot;&gt;&lt;/a&gt;使用邮件&lt;/h2&gt;&lt;p&gt;如果你在开启双重验证的时候设置了备份电子邮件，在无法使用身份验证器获取验证码的时候，可以使用电子邮件发送验证码。&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;https://cdn.hin.cool/pic/sc/nas2famailset.jpg/sy&quot; target=&quot;_blank&quot; data-fancybox=&quot;gallery&quot; data-caption=&quot;在这里设置用于接收验证码的邮箱&quot; data-thumb=&quot;https://cdn.hin.cool/pic/sc/nas2famailset.jpg/sy&quot; rel=&quot;noopener noreferrer&quot; data-mce-href=&quot;https://cdn.hin.cool/pic/sc/nas2famailset.jpg/sy&quot;&gt;&lt;img class=&quot;entered loaded syno-notestation-image-object syno-ns-img-from-clipper&quot; src=&quot;https://www.tius.cc/zb_users/upload/2024/01/20240103224225_94326.jpg&quot; border=&quot;0&quot; alt=&quot;在这里设置用于接收验证码的邮箱&quot; ref=&quot;bnNfYXR0YWNoX2ltYWdlXzFzeQ==&quot; adjust=&quot;true&quot; data-lazy-src=&quot;https://cdn.hin.cool/pic/sc/nas2famailset.jpg/sy&quot; data-ll-status=&quot;loaded&quot; data-mce-src=&quot;/ns/dv/DMhYZ/f19f2dfeca377478acf65f24cbd3178c0b8cbac9/_wCF4EwfXMxSCgMzZuz5DCQ/ns_attach_image_1sy?SynoToken=h7L2hs6NVSTKo&amp;amp;tid=u_nGMNl6U83CL8L4Qe36brOTY-TYRJ861bx1PSmHIAqHJ45gQoUFGt49dLIx0vJv-jPZZiN7LtekyHll&amp;amp;thumb=true&quot;/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p class=&quot;img-alt is-center&quot; style=&quot;text-align: center;&quot;&gt;在这里设置用于接收验证码的邮箱&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;当然，使用这个方法需要在个人设置里的“电子邮件投递”里面添加用于发送邮件的配置信息。&lt;/p&gt;&lt;p&gt;然后在登陆框下面点击“您的移动设备已丢失？”，群晖会通过配置的邮箱给接收邮箱发一封含有临时登陆验证码的邮件。&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;https://cdn.hin.cool/pic/sc/nas2famail.jpg/sy&quot; target=&quot;_blank&quot; data-fancybox=&quot;gallery&quot; data-caption=&quot;发送临时验证码&quot; data-thumb=&quot;https://cdn.hin.cool/pic/sc/nas2famail.jpg/sy&quot; rel=&quot;noopener noreferrer&quot; data-mce-href=&quot;https://cdn.hin.cool/pic/sc/nas2famail.jpg/sy&quot;&gt;&lt;img class=&quot;entered loaded syno-notestation-image-object syno-ns-img-from-clipper&quot; src=&quot;https://www.tius.cc/zb_users/upload/2024/01/20240103224229_46189.jpg&quot; border=&quot;0&quot; alt=&quot;发送临时验证码&quot; ref=&quot;bnNfYXR0YWNoX2ltYWdlXzJzeQ==&quot; adjust=&quot;true&quot; data-lazy-src=&quot;https://cdn.hin.cool/pic/sc/nas2famail.jpg/sy&quot; data-ll-status=&quot;loaded&quot; data-mce-src=&quot;/ns/dv/DMhYZ/f19f2dfeca377478acf65f24cbd3178c0b8cbac9/_R962n7EA1rC3AK91SYJ_PQ/ns_attach_image_2sy?SynoToken=h7L2hs6NVSTKo&amp;amp;tid=u_nGMNl6U83CL8L4Qe36brOTY-TYRJ861bx1PSmHIAqHJ45gQoUFGt49dLIx0vJv-jPZZiN7LtekyHll&amp;amp;thumb=true&quot;/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p class=&quot;img-alt is-center&quot;&gt;发送临时验证码&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;但是！我此前使用的国内邮箱是可以正常发送验证码的，后来改成了 outlook ，最后登陆上 DSM ，看到了双重验证的邮件发送成功的消息，可是今天下午我怎么也收不到验证码邮件。&lt;/p&gt;&lt;h2 id=&quot;ssh登陆修改&quot;&gt;&lt;a href=&quot;#ssh登陆修改&quot; target=&quot;_blank&quot; data-pjax-state=&quot;&quot; rel=&quot;noopener noreferrer&quot; data-mce-href=&quot;#ssh登陆修改&quot;&gt;&lt;/a&gt;ssh登陆修改&lt;/h2&gt;&lt;p&gt;如果你的群晖也开启了 ssh 登陆，那么也可以通过 ssh 终端登陆之后，直接修改双重验证的相关配置文件。&lt;/p&gt;&lt;p&gt;适用于 DSM6.x的方法如下：&lt;/p&gt;&lt;p&gt;首先获得最高权限，输入 &lt;code&gt;sudo -i&lt;/code&gt;。&lt;/p&gt;&lt;p&gt;然后执行下面的命令查找：&lt;/p&gt;&lt;figure class=&quot;highlight bash&quot;&gt;&lt;pre id=&quot;coder&quot; class=&quot;prism-highlight prism-language-bash&quot;&gt;sudo&amp;nbsp;find&amp;nbsp;/usr&amp;nbsp;-name&amp;nbsp;google_authenticator&lt;/pre&gt;&lt;br/&gt;&lt;/figure&gt;&lt;p&gt;删除对应目录的谷歌身份验证器配置，如：&lt;/p&gt;&lt;figure class=&quot;highlight bash&quot;&gt;&lt;pre id=&quot;coder&quot; class=&quot;prism-highlight prism-language-bash&quot;&gt;rm&amp;nbsp;/usr/syno/etc/preference/用户名/google_authenticator&lt;/pre&gt;&lt;br/&gt;&lt;/figure&gt;&lt;p&gt;但是我目前用的 DSM7.x，删除了这个之后还是需要验证码，甚至使用邮箱发送临时验证码也不可用了。后来经过多番搜索，找到一个方法：&lt;/p&gt;&lt;figure class=&quot;highlight bash&quot;&gt;&lt;pre id=&quot;coder&quot; class=&quot;prism-highlight prism-language-bash&quot;&gt;cd&amp;nbsp;/usr/syno/etc/packages/SecureSignIn/preference/admin（你的用户名）/&lt;/pre&gt;&lt;br/&gt;&lt;/figure&gt;&lt;p&gt;&lt;strong&gt;注意上面的&lt;code&gt;SecureSignIn&lt;/code&gt;一定要这样写，否则会提示没有相应路径&lt;/strong&gt;。我下午按照网上的写法就出错了，然后一级一级目录翻的。&lt;/p&gt;&lt;p&gt;然后编辑该目录下的&lt;code&gt;method.config&lt;/code&gt;文件，把其中的&lt;code&gt;status=on&lt;/code&gt;改成&lt;code&gt;status=off&lt;/code&gt;即可。&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;https://cdn.hin.cool/pic/sc/nas2fassh.jpg/sy&quot; target=&quot;_blank&quot; data-fancybox=&quot;gallery&quot; data-caption=&quot;修改method.config&quot; data-thumb=&quot;https://cdn.hin.cool/pic/sc/nas2fassh.jpg/sy&quot; rel=&quot;noopener noreferrer&quot; data-mce-href=&quot;https://cdn.hin.cool/pic/sc/nas2fassh.jpg/sy&quot;&gt;&lt;img class=&quot;syno-notestation-image-object syno-ns-img-from-clipper&quot; src=&quot;https://www.tius.cc/zb_users/upload/2024/01/20240103224231_88306.gif&quot; border=&quot;0&quot; alt=&quot;修改method.config&quot; ref=&quot;k4s4_clipper_cflj4v7s&quot; adjust=&quot;true&quot; data-lazy-src=&quot;https://cdn.hin.cool/pic/sc/nas2fassh.jpg/sy&quot; data-mce-src=&quot;/ns/dv/DMhYZ/f19f2dfeca377478acf65f24cbd3178c0b8cbac9/_h6f3RFjUHtTvguY-j6wDcg/ns_attach_image_31704292539721.gif?SynoToken=h7L2hs6NVSTKo&amp;amp;tid=u_nGMNl6U83CL8L4Qe36brOTY-TYRJ861bx1PSmHIAqHJ45gQoUFGt49dLIx0vJv-jPZZiN7LtekyHll&amp;amp;thumb=true&quot;/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p class=&quot;img-alt is-center&quot;&gt;修改method.config&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;然后刷新 DSM 的登陆页面，再次输入账号和密码登陆会发现，无需输入验证码了。&lt;/p&gt;&lt;h2 id=&quot;重置群晖设备&quot;&gt;&lt;a href=&quot;#重置群晖设备&quot; target=&quot;_blank&quot; data-pjax-state=&quot;&quot; rel=&quot;noopener noreferrer&quot; data-mce-href=&quot;#重置群晖设备&quot;&gt;&lt;/a&gt;重置群晖设备&lt;/h2&gt;&lt;p&gt;如果你使用的是白群晖，那么可以通过重置按钮来重置账户的登陆密码和双重验证状态。鉴于我手头没有设备，且网上有很多的相关方法，此处不再赘言。&lt;/p&gt;&lt;h2 id=&quot;总结&quot;&gt;&lt;a href=&quot;#总结&quot; target=&quot;_blank&quot; data-pjax-state=&quot;&quot; rel=&quot;noopener noreferrer&quot; data-mce-href=&quot;#总结&quot;&gt;&lt;/a&gt;总结&lt;/h2&gt;&lt;p&gt;写这篇博文的目的是为了记录一下这次处理群晖双重验证问题的过程和方法，加上第二种方法网上所给出的或多或少有点错误，因此记录一下，也顺便总结一下：&lt;/p&gt;&lt;p&gt;1.不要把鸡蛋都放在一个篮子里，要有备用的方案；&lt;/p&gt;&lt;p&gt;2.不要充分信任备份文件的还原效果；&lt;/p&gt;&lt;p&gt;3.群晖的收发邮件配置好之后要测试一下，尽量不要用国外服务商的邮箱；&lt;/p&gt;&lt;p&gt;4.群晖包括服务器的 ssh 都可以打开，当一些功能失效的时候，它可以成为一个入口；&lt;/p&gt;&lt;p&gt;5.如果是外网无法直接访问群晖，其实双重验证也没那么必要。&lt;/p&gt;&lt;/article&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Wed, 03 Jan 2024 22:36:53 +0800</pubDate></item><item><title>群晖的SurveillanceStation配置海康威视的萤石网络摄像头</title><link>https://www.tius.cc/?id=54</link><description>&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;原贴地址：http://www.gebi1.com/thread-286691-1-1.html&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;海康的萤石系列摄像头还是很不错的，在家用市场影响力还是很大的，最近家里搞了个摄像头，想想可不可以用群晖的SurveillanceStation来监控存储，就琢磨了下，还真的是可以。&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;萤石系列都没用onvif开源协议，这样第三方录像机基本没办法接ipcam，而海康自家的系列基本都是支持onvif的，但是也可以理解，萤石要卖自家的云存储，和录像机，不开放也是正常。&lt;br style=&quot;box-sizing: border-box;&quot;/&gt;但是还有个协议RTSP这个协议是开放的，这个协议用的端口是554端口&lt;br style=&quot;box-sizing: border-box;&quot;/&gt;我们这里就用这个协议来在SurveillanceStation里面自定义添加录制方式，下面看我的图文和注意的地方&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;1、套件中心安装好SurveillanceStation套件&lt;br style=&quot;box-sizing: border-box;&quot;/&gt;2、登录SurveillanceStation系统&lt;br style=&quot;box-sizing: border-box;&quot;/&gt;3、添加萤石网络摄像头，我这里用的型号是萤石C6C具体型号是CS-C6C-3B1WFR&lt;br style=&quot;box-sizing: border-box;&quot;/&gt;&lt;a href=&quot;https://wp.gxnas.com/wp-content/uploads/2018/09/Ying_Shi_1.png&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot; style=&quot;box-sizing: border-box; color: rgb(78, 161, 219); text-decoration-line: none; transition: all 0.5s ease 0s; position: relative;&quot;&gt;&lt;img fetchpriority=&quot;high&quot; decoding=&quot;async&quot; class=&quot;alignleft size-medium wp-image-1466&quot; src=&quot;https://www.tius.cc/zb_users/upload/2023/12/20231229132018_70334.png&quot; alt=&quot;&quot; width=&quot;600&quot; height=&quot;390&quot; srcset=&quot;https://www.tius.cc/zb_users/upload/2023/12/20231229132018_70334.png 600w, https://wp.gxnas.com/wp-content/uploads/2018/09/Ying_Shi_1-768x499.png 768w, https://wp.gxnas.com/wp-content/uploads/2018/09/Ying_Shi_1.png 1000w&quot; sizes=&quot;(max-width: 600px) 100vw, 600px&quot; layer-index=&quot;0&quot; style=&quot;box-sizing: border-box; vertical-align: middle; height: auto; max-width: 100%; display: block; float: left;&quot;/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;4、选择完整设置&lt;br style=&quot;box-sizing: border-box;&quot;/&gt;&lt;img id=&quot;aimg_101583&quot; class=&quot;zoom&quot; width=&quot;600&quot; layer-index=&quot;1&quot; style=&quot;box-sizing: border-box; vertical-align: middle; height: auto; max-width: 100%; display: block;&quot;/&gt;&lt;a href=&quot;https://wp.gxnas.com/wp-content/uploads/2018/09/Ying_Shi_2.png&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot; style=&quot;box-sizing: border-box; color: rgb(78, 161, 219); text-decoration-line: none; transition: all 0.5s ease 0s; position: relative;&quot;&gt;&lt;img decoding=&quot;async&quot; class=&quot;alignleft size-medium wp-image-1467&quot; src=&quot;https://www.tius.cc/zb_users/upload/2023/12/20231229132019_92309.png&quot; alt=&quot;&quot; width=&quot;600&quot; height=&quot;390&quot; srcset=&quot;https://www.tius.cc/zb_users/upload/2023/12/20231229132019_92309.png 600w, https://wp.gxnas.com/wp-content/uploads/2018/09/Ying_Shi_2-768x499.png 768w, https://wp.gxnas.com/wp-content/uploads/2018/09/Ying_Shi_2.png 1000w&quot; sizes=&quot;(max-width: 600px) 100vw, 600px&quot; layer-index=&quot;2&quot; style=&quot;box-sizing: border-box; vertical-align: middle; height: auto; max-width: 100%; display: block; float: left;&quot;/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;5、根据下图填写配置&lt;br style=&quot;box-sizing: border-box;&quot;/&gt;&lt;img id=&quot;aimg_101584&quot; class=&quot;zoom&quot; width=&quot;600&quot; layer-index=&quot;3&quot; style=&quot;box-sizing: border-box; vertical-align: middle; height: auto; max-width: 100%; display: block;&quot;/&gt;&lt;a href=&quot;https://wp.gxnas.com/wp-content/uploads/2018/09/Ying_Shi_3.png&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot; style=&quot;box-sizing: border-box; color: rgb(78, 161, 219); text-decoration-line: none; transition: all 0.5s ease 0s; position: relative;&quot;&gt;&lt;img decoding=&quot;async&quot; class=&quot;alignleft size-medium wp-image-1468&quot; src=&quot;https://www.tius.cc/zb_users/upload/2023/12/20231229132020_43775.png&quot; alt=&quot;&quot; width=&quot;600&quot; height=&quot;390&quot; srcset=&quot;https://www.tius.cc/zb_users/upload/2023/12/20231229132020_43775.png 600w, https://wp.gxnas.com/wp-content/uploads/2018/09/Ying_Shi_3-768x499.png 768w, https://wp.gxnas.com/wp-content/uploads/2018/09/Ying_Shi_3.png 1000w&quot; sizes=&quot;(max-width: 600px) 100vw, 600px&quot; layer-index=&quot;4&quot; style=&quot;box-sizing: border-box; vertical-align: middle; height: auto; max-width: 100%; display: block; float: left;&quot;/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;注意问题：&lt;br style=&quot;box-sizing: border-box;&quot;/&gt;ip地址：就是你萤石C6C的ip地址，可以登录路由器查看，或者萤石客户端&lt;br style=&quot;box-sizing: border-box;&quot;/&gt;端口：一定要554&lt;br style=&quot;box-sizing: border-box;&quot;/&gt;图像格式：这里根据你C6C支持的格式一个一个测试，如果出现无法加载摄像机能力值，就要选过其他格式&lt;br style=&quot;box-sizing: border-box;&quot;/&gt;一般是H.264为主&lt;br style=&quot;box-sizing: border-box;&quot;/&gt;视频源路径：/ch1/main/av_stream&lt;br style=&quot;box-sizing: border-box;&quot;/&gt;用户账号：admin&lt;br style=&quot;box-sizing: border-box;&quot;/&gt;密码：就是萤石C6C底部那个验证码：一般是6位数，如果被你修改了，就用你修改过的密码&lt;br style=&quot;box-sizing: border-box;&quot;/&gt;最后点击测试，通过即可&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;6、如下图出现无法加载摄像机能力值，那么图像格式那就要重新选过其他编码&lt;br style=&quot;box-sizing: border-box;&quot;/&gt;&lt;img id=&quot;aimg_101585&quot; class=&quot;zoom&quot; width=&quot;600&quot; layer-index=&quot;5&quot; style=&quot;box-sizing: border-box; vertical-align: middle; height: auto; max-width: 100%; display: block;&quot;/&gt;&lt;a href=&quot;https://wp.gxnas.com/wp-content/uploads/2018/09/Ying_Shi_3.png&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot; style=&quot;box-sizing: border-box; color: rgb(78, 161, 219); text-decoration-line: none; transition: all 0.5s ease 0s; position: relative;&quot;&gt;&lt;img decoding=&quot;async&quot; class=&quot;alignleft size-medium wp-image-1468&quot; src=&quot;https://www.tius.cc/zb_users/upload/2023/12/20231229132020_43775.png&quot; alt=&quot;&quot; width=&quot;600&quot; height=&quot;390&quot; srcset=&quot;https://www.tius.cc/zb_users/upload/2023/12/20231229132020_43775.png 600w, https://wp.gxnas.com/wp-content/uploads/2018/09/Ying_Shi_3-768x499.png 768w, https://wp.gxnas.com/wp-content/uploads/2018/09/Ying_Shi_3.png 1000w&quot; sizes=&quot;(max-width: 600px) 100vw, 600px&quot; layer-index=&quot;6&quot; style=&quot;box-sizing: border-box; vertical-align: middle; height: auto; max-width: 100%; display: block; float: left;&quot;/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;7、下一步后默认即可&lt;br style=&quot;box-sizing: border-box;&quot;/&gt;&lt;img id=&quot;aimg_101586&quot; class=&quot;zoom&quot; width=&quot;600&quot; layer-index=&quot;7&quot; style=&quot;box-sizing: border-box; vertical-align: middle; height: auto; max-width: 100%; display: block;&quot;/&gt;&lt;a href=&quot;https://wp.gxnas.com/wp-content/uploads/2018/09/Ying_Shi_4.png&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot; style=&quot;box-sizing: border-box; color: rgb(78, 161, 219); text-decoration-line: none; transition: all 0.5s ease 0s; position: relative;&quot;&gt;&lt;img loading=&quot;lazy&quot; decoding=&quot;async&quot; class=&quot;alignleft size-medium wp-image-1469&quot; src=&quot;https://www.tius.cc/zb_users/upload/2023/12/20231229132023_71913.png&quot; alt=&quot;&quot; width=&quot;600&quot; height=&quot;390&quot; srcset=&quot;https://www.tius.cc/zb_users/upload/2023/12/20231229132023_71913.png 600w, https://wp.gxnas.com/wp-content/uploads/2018/09/Ying_Shi_4-768x499.png 768w, https://wp.gxnas.com/wp-content/uploads/2018/09/Ying_Shi_4.png 1000w&quot; sizes=&quot;(max-width: 600px) 100vw, 600px&quot; layer-index=&quot;8&quot; style=&quot;box-sizing: border-box; vertical-align: middle; height: auto; max-width: 100%; display: block; float: left;&quot;/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;8、录制这里，根据需要选择，注意第一项每分钟截断视频，建议摄像小一点，才方便查看&lt;br style=&quot;box-sizing: border-box;&quot;/&gt;其他地方根据自己需要配置&lt;br style=&quot;box-sizing: border-box;&quot;/&gt;&lt;img id=&quot;aimg_101587&quot; class=&quot;zoom&quot; width=&quot;600&quot; layer-index=&quot;9&quot; style=&quot;box-sizing: border-box; vertical-align: middle; height: auto; max-width: 100%; display: block;&quot;/&gt;&lt;a href=&quot;https://wp.gxnas.com/wp-content/uploads/2018/09/Ying_Shi_5.png&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot; style=&quot;box-sizing: border-box; color: rgb(78, 161, 219); text-decoration-line: none; transition: all 0.5s ease 0s; position: relative;&quot;&gt;&lt;img loading=&quot;lazy&quot; decoding=&quot;async&quot; class=&quot;alignleft size-medium wp-image-1470&quot; src=&quot;https://www.tius.cc/zb_users/upload/2023/12/20231229132024_45609.png&quot; alt=&quot;&quot; width=&quot;600&quot; height=&quot;390&quot; srcset=&quot;https://www.tius.cc/zb_users/upload/2023/12/20231229132024_45609.png 600w, https://wp.gxnas.com/wp-content/uploads/2018/09/Ying_Shi_5-768x499.png 768w, https://wp.gxnas.com/wp-content/uploads/2018/09/Ying_Shi_5.png 1000w&quot; sizes=&quot;(max-width: 600px) 100vw, 600px&quot; layer-index=&quot;10&quot; style=&quot;box-sizing: border-box; vertical-align: middle; height: auto; max-width: 100%; display: block; float: left;&quot;/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;9、计划管理，这里选择连续和动作侦测两个选项，动作侦测就是有异动时候再录制&lt;br style=&quot;box-sizing: border-box;&quot;/&gt;&lt;img id=&quot;aimg_101588&quot; class=&quot;zoom&quot; width=&quot;600&quot; layer-index=&quot;11&quot; style=&quot;box-sizing: border-box; vertical-align: middle; height: auto; max-width: 100%; display: block;&quot;/&gt;&lt;a href=&quot;https://wp.gxnas.com/wp-content/uploads/2018/09/Ying_Shi_6.png&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot; style=&quot;box-sizing: border-box; color: rgb(78, 161, 219); text-decoration-line: none; transition: all 0.5s ease 0s; position: relative;&quot;&gt;&lt;img loading=&quot;lazy&quot; decoding=&quot;async&quot; class=&quot;alignleft size-medium wp-image-1471&quot; src=&quot;https://www.tius.cc/zb_users/upload/2023/12/20231229132025_56940.png&quot; alt=&quot;&quot; width=&quot;600&quot; height=&quot;390&quot; srcset=&quot;https://www.tius.cc/zb_users/upload/2023/12/20231229132025_56940.png 600w, https://wp.gxnas.com/wp-content/uploads/2018/09/Ying_Shi_6-768x499.png 768w, https://wp.gxnas.com/wp-content/uploads/2018/09/Ying_Shi_6.png 1000w&quot; sizes=&quot;(max-width: 600px) 100vw, 600px&quot; layer-index=&quot;12&quot; style=&quot;box-sizing: border-box; vertical-align: middle; height: auto; max-width: 100%; display: block; float: left;&quot;/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;10、如果你是谷歌内核浏览器，你会发现添加成功后无法使用，录制和时时视频都无法看到画面&lt;br style=&quot;box-sizing: border-box;&quot;/&gt;这时候你需要把浏览器换成ie浏览器，或者ie内核，360浏览器地址栏右侧有个闪电和ie的图标，你可以切换成ie模式&lt;br style=&quot;box-sizing: border-box;&quot;/&gt;&lt;img id=&quot;aimg_101589&quot; class=&quot;zoom&quot; width=&quot;600&quot; layer-index=&quot;13&quot; style=&quot;box-sizing: border-box; vertical-align: middle; height: auto; max-width: 100%; display: block;&quot;/&gt;&lt;a href=&quot;https://wp.gxnas.com/wp-content/uploads/2018/09/Ying_Shi_7.png&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot; style=&quot;box-sizing: border-box; color: rgb(78, 161, 219); text-decoration-line: none; transition: all 0.5s ease 0s; position: relative;&quot;&gt;&lt;img loading=&quot;lazy&quot; decoding=&quot;async&quot; class=&quot;alignleft size-medium wp-image-1472&quot; src=&quot;https://www.tius.cc/zb_users/upload/2023/12/20231229132027_43673.png&quot; alt=&quot;&quot; width=&quot;600&quot; height=&quot;390&quot; srcset=&quot;https://www.tius.cc/zb_users/upload/2023/12/20231229132027_43673.png 600w, https://wp.gxnas.com/wp-content/uploads/2018/09/Ying_Shi_7-768x499.png 768w, https://wp.gxnas.com/wp-content/uploads/2018/09/Ying_Shi_7.png 1000w&quot; sizes=&quot;(max-width: 600px) 100vw, 600px&quot; layer-index=&quot;14&quot; style=&quot;box-sizing: border-box; vertical-align: middle; height: auto; max-width: 100%; display: block; float: left;&quot;/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;切换后会提示你安装ie插件，根据提示安装就好了，总共会安装两个&lt;br style=&quot;box-sizing: border-box;&quot;/&gt;&lt;img id=&quot;aimg_101590&quot; class=&quot;zoom&quot; width=&quot;600&quot; layer-index=&quot;15&quot; style=&quot;box-sizing: border-box; vertical-align: middle; height: auto; max-width: 100%; display: block;&quot;/&gt;&lt;a href=&quot;https://wp.gxnas.com/wp-content/uploads/2018/09/Ying_Shi_8.png&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot; style=&quot;box-sizing: border-box; color: rgb(78, 161, 219); text-decoration-line: none; transition: all 0.5s ease 0s; position: relative;&quot;&gt;&lt;img loading=&quot;lazy&quot; decoding=&quot;async&quot; class=&quot;alignleft size-medium wp-image-1473&quot; src=&quot;https://www.tius.cc/zb_users/upload/2023/12/20231229132028_28781.png&quot; alt=&quot;&quot; width=&quot;600&quot; height=&quot;330&quot; srcset=&quot;https://www.tius.cc/zb_users/upload/2023/12/20231229132028_28781.png 600w, https://wp.gxnas.com/wp-content/uploads/2018/09/Ying_Shi_8-768x422.png 768w, https://wp.gxnas.com/wp-content/uploads/2018/09/Ying_Shi_8.png 1000w&quot; sizes=&quot;(max-width: 600px) 100vw, 600px&quot; layer-index=&quot;16&quot; style=&quot;box-sizing: border-box; vertical-align: middle; height: auto; max-width: 100%; display: block; float: left;&quot;/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;a href=&quot;https://wp.gxnas.com/wp-content/uploads/2018/09/Ying_Shi_9.png&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot; style=&quot;box-sizing: border-box; color: rgb(78, 161, 219); text-decoration-line: none; transition: all 0.5s ease 0s; position: relative;&quot;&gt;&lt;img loading=&quot;lazy&quot; decoding=&quot;async&quot; class=&quot;alignleft size-medium wp-image-1474&quot; src=&quot;https://www.tius.cc/zb_users/upload/2023/12/20231229132029_74751.png&quot; alt=&quot;&quot; width=&quot;600&quot; height=&quot;300&quot; srcset=&quot;https://www.tius.cc/zb_users/upload/2023/12/20231229132029_74751.png 600w, https://wp.gxnas.com/wp-content/uploads/2018/09/Ying_Shi_9-768x384.png 768w, https://wp.gxnas.com/wp-content/uploads/2018/09/Ying_Shi_9.png 1000w&quot; sizes=&quot;(max-width: 600px) 100vw, 600px&quot; layer-index=&quot;17&quot; style=&quot;box-sizing: border-box; vertical-align: middle; height: auto; max-width: 100%; display: block; float: left;&quot;/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;a href=&quot;https://wp.gxnas.com/wp-content/uploads/2018/09/Ying_Shi_10.png&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot; style=&quot;box-sizing: border-box; color: rgb(78, 161, 219); text-decoration-line: none; transition: all 0.5s ease 0s; position: relative;&quot;&gt;&lt;img loading=&quot;lazy&quot; decoding=&quot;async&quot; class=&quot;alignleft size-medium wp-image-1475&quot; src=&quot;https://www.tius.cc/zb_users/upload/2023/12/20231229132031_67375.png&quot; alt=&quot;&quot; width=&quot;600&quot; height=&quot;318&quot; srcset=&quot;https://www.tius.cc/zb_users/upload/2023/12/20231229132031_67375.png 600w, https://wp.gxnas.com/wp-content/uploads/2018/09/Ying_Shi_10-768x407.png 768w, https://wp.gxnas.com/wp-content/uploads/2018/09/Ying_Shi_10.png 1000w&quot; sizes=&quot;(max-width: 600px) 100vw, 600px&quot; layer-index=&quot;18&quot; style=&quot;box-sizing: border-box; vertical-align: middle; height: auto; max-width: 100%; display: block; float: left;&quot;/&gt;&lt;/a&gt;&lt;br style=&quot;box-sizing: border-box;&quot;/&gt;&lt;img id=&quot;aimg_101591&quot; class=&quot;zoom&quot; width=&quot;600&quot; layer-index=&quot;19&quot; style=&quot;box-sizing: border-box; vertical-align: middle; height: auto; max-width: 100%; display: block;&quot;/&gt;&lt;br style=&quot;box-sizing: border-box;&quot;/&gt;&lt;img id=&quot;aimg_101592&quot; class=&quot;zoom&quot; width=&quot;600&quot; layer-index=&quot;20&quot; style=&quot;box-sizing: border-box; vertical-align: middle; height: auto; max-width: 100%; display: block;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;11、安装好后画面就正常了&lt;br style=&quot;box-sizing: border-box;&quot;/&gt;&lt;img id=&quot;aimg_101593&quot; class=&quot;zoom&quot; width=&quot;600&quot; layer-index=&quot;21&quot; style=&quot;box-sizing: border-box; vertical-align: middle; height: auto; max-width: 100%; display: block;&quot;/&gt;&lt;a href=&quot;https://wp.gxnas.com/wp-content/uploads/2018/09/Ying_Shi_12.png&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot; style=&quot;box-sizing: border-box; color: rgb(78, 161, 219); text-decoration-line: none; transition: all 0.5s ease 0s; position: relative;&quot;&gt;&lt;img loading=&quot;lazy&quot; decoding=&quot;async&quot; class=&quot;alignleft size-medium wp-image-1478&quot; src=&quot;https://www.tius.cc/zb_users/upload/2023/12/20231229132032_33128.png&quot; alt=&quot;&quot; width=&quot;588&quot; height=&quot;400&quot; srcset=&quot;https://www.tius.cc/zb_users/upload/2023/12/20231229132032_33128.png 588w, https://wp.gxnas.com/wp-content/uploads/2018/09/Ying_Shi_12-768x522.png 768w, https://wp.gxnas.com/wp-content/uploads/2018/09/Ying_Shi_12.png 1000w&quot; sizes=&quot;(max-width: 588px) 100vw, 588px&quot; layer-index=&quot;22&quot; style=&quot;box-sizing: border-box; vertical-align: middle; height: auto; max-width: 100%; display: block; float: left;&quot;/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;12、你也可以在filestation里面查看视频&lt;br style=&quot;box-sizing: border-box;&quot;/&gt;&lt;img id=&quot;aimg_101594&quot; class=&quot;zoom&quot; width=&quot;600&quot; layer-index=&quot;23&quot; style=&quot;box-sizing: border-box; vertical-align: middle; height: auto; max-width: 100%; display: block;&quot;/&gt;&lt;a href=&quot;https://wp.gxnas.com/wp-content/uploads/2018/09/Ying_Shi_13.png&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot; style=&quot;box-sizing: border-box; color: rgb(78, 161, 219); text-decoration-line: none; transition: all 0.5s ease 0s; position: relative;&quot;&gt;&lt;img loading=&quot;lazy&quot; decoding=&quot;async&quot; class=&quot;alignleft size-medium wp-image-1479&quot; src=&quot;https://www.tius.cc/zb_users/upload/2023/12/20231229132033_73039.png&quot; alt=&quot;&quot; width=&quot;600&quot; height=&quot;300&quot; srcset=&quot;https://www.tius.cc/zb_users/upload/2023/12/20231229132033_73039.png 600w, https://wp.gxnas.com/wp-content/uploads/2018/09/Ying_Shi_13-768x384.png 768w, https://wp.gxnas.com/wp-content/uploads/2018/09/Ying_Shi_13.png 1000w&quot; sizes=&quot;(max-width: 600px) 100vw, 600px&quot; layer-index=&quot;24&quot; style=&quot;box-sizing: border-box; vertical-align: middle; height: auto; max-width: 100%; display: block; float: left;&quot;/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; font-size: 16px; color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, opensans, Optima, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;缺点：&lt;br style=&quot;box-sizing: border-box;&quot;/&gt;因为兼容性不好，这样的模式只适合当录像存储用，因为很多功能根本用不到，理论来说大部分萤石系列都应该支持，大家可以实际测试，但是不保证一定可以了，还有就是这样录制的视频在电脑无法播放，没有编码文件&lt;br style=&quot;box-sizing: border-box;&quot;/&gt;更多其他方面大家自己发掘了&lt;br style=&quot;box-sizing: border-box;&quot;/&gt;因为可用性不高，我并不用这个方式，还是直接萤石的控制端好，方便&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Fri, 29 Dec 2023 13:16:10 +0800</pubDate></item><item><title>RR本地上传升级流程</title><link>https://www.tius.cc/?id=53</link><description>&lt;p class=&quot;paragraph text-align-type-left&quot; style=&quot;margin: 3pt 0pt; font-family: 等线; font-size: 12pt; line-height: 16px;&quot;&gt;&lt;br/&gt;&lt;/p&gt;&lt;p class=&quot;paragraph text-align-type-left&quot; style=&quot;margin: 4px 0;font-family: 等线;font-size: 16px;line-height: 16px&quot;&gt;&lt;span data-font-family=&quot;default&quot; style=&quot;font-size: 15px;color: #333333;letter-spacing: 0;vertical-align: baseline&quot;&gt;先从网盘里下载&lt;/span&gt;&lt;span data-font-family=&quot;default&quot; style=&quot;font-size: 15px;color: #333333;letter-spacing: 0;vertical-align: baseline&quot;&gt;update.zip/&lt;/span&gt;&lt;span data-font-family=&quot;default&quot; style=&quot;font-size: 15px;color: #333333;letter-spacing: 0;vertical-align: baseline&quot;&gt;up&lt;/span&gt;&lt;span data-font-family=&quot;default&quot; style=&quot;font-size: 15px;color: #333333;letter-spacing: 0;vertical-align: baseline&quot;&gt;d&lt;/span&gt;&lt;span data-font-family=&quot;default&quot; style=&quot;font-size: 15px;color: #333333;letter-spacing: 0;vertical-align: baseline&quot;&gt;ateall.zip&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;paragraph text-align-type-left&quot; style=&quot;margin: 4px 0;font-family: 等线;font-size: 16px;line-height: 16px&quot;&gt;&lt;span data-font-family=&quot;default&quot; style=&quot;font-size: 15px;color: #333333;letter-spacing: 0;vertical-align: baseline&quot;&gt;（&lt;/span&gt;&lt;span data-font-family=&quot;default&quot; style=&quot;font-size: 17px;font-weight: bold;color: #FF0000;letter-spacing: 0;vertical-align: baseline&quot;&gt;当前引导为&lt;/span&gt;&lt;span data-font-family=&quot;default&quot; style=&quot;font-size: 17px;font-weight: bold;color: #FF0000;letter-spacing: 0;vertical-align: baseline&quot;&gt;RR&amp;nbsp;23.12.2&lt;/span&gt;&lt;span data-font-family=&quot;default&quot; style=&quot;font-size: 17px;font-weight: bold;color: #FF0000;letter-spacing: 0;vertical-align: baseline&quot;&gt;(含)&lt;/span&gt;&lt;span data-font-family=&quot;default&quot; style=&quot;font-size: 17px;font-weight: bold;color: #FF0000;letter-spacing: 0;vertical-align: baseline&quot;&gt;之后&lt;/span&gt;&lt;span data-font-family=&quot;default&quot; style=&quot;font-size: 17px;font-weight: bold;color: #FF0000;letter-spacing: 0;vertical-align: baseline&quot;&gt;的版本&lt;/span&gt;&lt;span data-font-family=&quot;default&quot; style=&quot;font-size: 17px;font-weight: bold;color: #FF0000;letter-spacing: 0;vertical-align: baseline&quot;&gt;可以&lt;/span&gt;&lt;span data-font-family=&quot;default&quot; style=&quot;font-size: 17px;font-weight: bold;color: #FF0000;letter-spacing: 0;vertical-align: baseline&quot;&gt;不改名直接上传&lt;/span&gt;&lt;span data-font-family=&quot;default&quot; style=&quot;font-size: 17px;font-weight: bold;color: #FF0000;letter-spacing: 0;vertical-align: baseline&quot;&gt;，之前的版本需要把&lt;/span&gt;&lt;span data-font-family=&quot;default&quot; style=&quot;font-size: 17px;font-weight: bold;color: #FF0000;letter-spacing: 0;vertical-align: baseline&quot;&gt;update-xxx.zip&amp;nbsp;/&amp;nbsp;&lt;/span&gt;&lt;span data-font-family=&quot;default&quot; style=&quot;font-size: 17px;font-weight: bold;color: #FF0000;letter-spacing: 0;vertical-align: baseline&quot;&gt;updateall&lt;/span&gt;&lt;span data-font-family=&quot;default&quot; style=&quot;font-size: 17px;font-weight: bold;color: #FF0000;letter-spacing: 0;vertical-align: baseline&quot;&gt;-xxx&lt;/span&gt;&lt;span data-font-family=&quot;default&quot; style=&quot;font-size: 17px;font-weight: bold;color: #FF0000;letter-spacing: 0;vertical-align: baseline&quot;&gt;.zip改成update.zip&lt;/span&gt;&lt;span data-font-family=&quot;default&quot; style=&quot;font-size: 17px;font-weight: bold;color: #FF0000;letter-spacing: 0;vertical-align: baseline&quot;&gt;再上传。&lt;/span&gt;&lt;span data-font-family=&quot;default&quot; style=&quot;font-size: 15px;color: #333333;letter-spacing: 0;vertical-align: baseline&quot;&gt;）&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;paragraph text-align-type-left&quot; style=&quot;margin: 4px 0;font-family: 等线;font-size: 16px;line-height: 16px&quot;&gt;&lt;span data-font-family=&quot;default&quot; style=&quot;font-size: 15px;color: #9A38D7;letter-spacing: 0;vertical-align: baseline&quot;&gt;PS:&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;paragraph text-align-type-left MsoNormal&quot; style=&quot;margin: 4px 0 4px 22px;font-family: 等线;font-size: 16px;line-height: 16px&quot;&gt;&lt;span style=&quot;font-family: 微软雅黑&quot;&gt;1.&amp;nbsp;&lt;/span&gt; &lt;span data-font-family=&quot;default&quot; style=&quot;font-size: 13px;font-weight: bold;color: #9A38D7;letter-spacing: 0;vertical-align: baseline&quot;&gt;关于RR&amp;nbsp;1G和4G&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;paragraph text-align-type-left&quot; style=&quot;margin: 4px 0;font-family: 等线;font-size: 16px;line-height: 16px&quot;&gt;&lt;span data-font-family=&quot;default&quot; style=&quot;font-size: 13px;font-weight: bold;color: #9A38D7;letter-spacing: 0;vertical-align: baseline&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;*&amp;nbsp;4G指的是&amp;nbsp;img镜像大小，驱动越来越多&amp;nbsp;1G的镜像可能会发生空间不足的问题..&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;paragraph text-align-type-left&quot; style=&quot;margin: 4px 0;font-family: 等线;font-size: 16px;line-height: 16px&quot;&gt;&lt;span data-font-family=&quot;default&quot; style=&quot;font-size: 13px;font-weight: bold;color: #9A38D7;letter-spacing: 0;vertical-align: baseline&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;*&amp;nbsp;写U盘/硬盘&amp;nbsp;引导在首次启动时会自动将磁盘剩余空间&amp;nbsp;扩容给part3&amp;nbsp;分区。因此&amp;nbsp;U盘/硬盘写4G和非4G没有任何区别，唯一的区别就是&amp;nbsp;1G的镜像由于体积小写盘会快一点。&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;paragraph text-align-type-left&quot; style=&quot;margin: 4px 0;font-family: 等线;font-size: 16px;line-height: 16px&quot;&gt;&lt;span data-font-family=&quot;default&quot; style=&quot;font-size: 13px;font-weight: bold;color: #9A38D7;letter-spacing: 0;vertical-align: baseline&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;*&amp;nbsp;虚拟机可以自行扩容引导盘为任意大小，如果你不会扩容建议直接使用&amp;nbsp;4G版本的img进行格式转换。&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;paragraph text-align-type-left MsoNormal&quot; style=&quot;margin: 4px 0 4px 22px;font-family: 等线;font-size: 16px;line-height: 16px&quot;&gt;&lt;span style=&quot;font-family: 微软雅黑&quot;&gt;2.&amp;nbsp;&lt;/span&gt; &lt;span data-font-family=&quot;default&quot; style=&quot;font-size: 13px;font-weight: bold;color: #9A38D7;letter-spacing: 0;vertical-align: baseline&quot;&gt;关于&amp;nbsp;update&amp;nbsp;和&amp;nbsp;updateall.&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;paragraph text-align-type-left&quot; style=&quot;margin: 4px 0;font-family: 等线;font-size: 16px;line-height: 16px&quot;&gt;&lt;span data-font-family=&quot;default&quot; style=&quot;font-size: 13px;font-weight: bold;color: #9A38D7;letter-spacing: 0;vertical-align: baseline&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;*&amp;nbsp;update-xxx.zip：只包含&amp;nbsp;RR&amp;nbsp;的更新。&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;paragraph text-align-type-left&quot; style=&quot;margin: 4px 0;font-family: 等线;font-size: 16px;line-height: 16px&quot;&gt;&lt;span data-font-family=&quot;default&quot; style=&quot;font-size: 13px;font-weight: bold;color: #9A38D7;letter-spacing: 0;vertical-align: baseline&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;*&amp;nbsp;updateall-xxx.zip:&amp;nbsp;包含&amp;nbsp;RR,&amp;nbsp;addons,&amp;nbsp;modules,rp-lkms&amp;nbsp;的更新。&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;paragraph text-align-type-left&quot; style=&quot;margin: 4px 0;font-family: 等线;font-size: 16px;line-height: 16px&quot;&gt;&lt;span data-font-family=&quot;default&quot; style=&quot;font-size: 15px;color: #333333;letter-spacing: 0;vertical-align: baseline&quot;&gt;进入控制面板-任务计划&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;paragraph text-align-type-left&quot; style=&quot;margin: 4px 0;font-family: 等线;font-size: 16px;line-height: 16px&quot;&gt;&lt;span style=&quot;display: inline-block;overflow: hidden;transform: rotate(0deg);width: 604.733px;height: 93.8012px&quot;&gt;&lt;img class=&quot;ue-image&quot; src=&quot;https://www.tius.cc/zb_users/upload/2023/12/202312221703252530674908.png&quot; title=&quot;image.png&quot; alt=&quot;image.png&quot; width=&quot;600&quot; height=&quot;89&quot; style=&quot;width: 600px; height: 89px;&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;paragraph text-align-type-left&quot; style=&quot;margin: 4px 0;font-family: 等线;font-size: 16px;line-height: 16px&quot;&gt;&lt;span style=&quot;color: #333333; font-size: 15px; letter-spacing: 0px;&quot;&gt;选择此计划运行，然后系统自动进入RR编译模式（或者自己开机选择configure&amp;nbsp;loader）&lt;/span&gt;&lt;br/&gt;&lt;/p&gt;&lt;p class=&quot;paragraph text-align-type-left&quot; style=&quot;margin: 4px 0;font-family: 等线;font-size: 16px;line-height: 16px&quot;&gt;&lt;span style=&quot;display: inline-block;overflow: hidden;transform: rotate(0deg);width: 604.733px;height: 456.147px&quot;&gt;&lt;img class=&quot;ue-image&quot; src=&quot;https://www.tius.cc/zb_users/upload/2023/12/202312221703252632464648.png&quot; title=&quot;image (1).png&quot; alt=&quot;image (1).png&quot; width=&quot;601&quot; height=&quot;450&quot; style=&quot;width: 601px; height: 450px;&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;paragraph text-align-type-left&quot; style=&quot;margin: 4px 0;font-family: 等线;font-size: 16px;line-height: 16px&quot;&gt;&lt;span data-font-family=&quot;default&quot; style=&quot;font-size: 15px;color: #333333;letter-spacing: 0;vertical-align: baseline&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;paragraph text-align-type-left&quot; style=&quot;margin: 4px 0;font-family: 等线;font-size: 16px;line-height: 16px&quot;&gt;&lt;span data-font-family=&quot;default&quot; style=&quot;font-size: 15px;color: #333333;letter-spacing: 0;vertical-align: baseline&quot;&gt;进入此页面看一下IP地址，&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;paragraph text-align-type-left&quot; style=&quot;margin: 4px 0;font-family: 等线;font-size: 16px;line-height: 16px&quot;&gt;&lt;span data-font-family=&quot;default&quot; style=&quot;font-size: 15px;color: #333333;letter-spacing: 0;vertical-align: baseline&quot;&gt;然后打开FinalShell（下载&lt;/span&gt;&lt;a href=&quot;https://www.hostbuf.com/t/988.html&quot;&gt;&lt;span data-font-family=&quot;default&quot; style=&quot;font-size: 15px;color: #1E6FFF;letter-spacing: 0;vertical-align: baseline&quot;&gt;https://www.hostbuf.com/t/988.html&lt;/span&gt;&lt;/a&gt;&lt;span data-font-family=&quot;default&quot; style=&quot;font-size: 15px;color: #333333;letter-spacing: 0;vertical-align: baseline&quot;&gt;）&lt;/span&gt; &amp;nbsp;&lt;/p&gt;&lt;p class=&quot;paragraph text-align-type-left MsoNormal&quot; style=&quot;margin: 4px 0 4px 22px;font-family: 等线;font-size: 16px;line-height: 16px&quot;&gt;&lt;span style=&quot;font-family: Wingdings&quot;&gt;●&lt;span style=&quot;font-family: &amp;#39;Times New Roman&amp;#39;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span data-font-family=&quot;default&quot; style=&quot;font-size: 13px;font-weight: bold;color: #9A38D7;letter-spacing: 0;vertical-align: baseline&quot;&gt;WEB端上传更新包大概率失败(表现为不停的显示乱码字符)。&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;paragraph text-align-type-left MsoNormal&quot; style=&quot;margin: 4px 0 4px 22px;font-family: 等线;font-size: 16px;line-height: 16px&quot;&gt;&lt;span style=&quot;font-family: Wingdings&quot;&gt;●&lt;span style=&quot;font-family: &amp;#39;Times New Roman&amp;#39;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span data-font-family=&quot;default&quot; style=&quot;font-size: 13px;font-weight: bold;color: #9A38D7;letter-spacing: 0;vertical-align: baseline&quot;&gt;不一定&lt;/span&gt;&lt;span data-font-family=&quot;default&quot; style=&quot;font-size: 13px;font-weight: bold;color: #9A38D7;letter-spacing: 0;vertical-align: baseline&quot;&gt;非要用&amp;nbsp;&lt;/span&gt;&lt;span data-font-family=&quot;default&quot; style=&quot;font-size: 13px;font-weight: bold;color: #9A38D7;letter-spacing: 0;vertical-align: baseline&quot;&gt;FinalShell，支持&amp;nbsp;ZModem协议的SSH工具即可，&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;paragraph text-align-type-left&quot; style=&quot;margin: 4px 0;font-family: 等线;font-size: 16px;line-height: 16px&quot;&gt;&lt;span data-font-family=&quot;default&quot; style=&quot;font-size: 15px;color: #333333;letter-spacing: 0;vertical-align: baseline&quot;&gt;SSH连接RR（账号root密码rr）&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;paragraph text-align-type-left&quot; style=&quot;margin: 4px 0;font-family: 等线;font-size: 16px;line-height: 16px&quot;&gt;&lt;span style=&quot;display: inline-block;overflow: hidden;transform: rotate(0deg);width: 339.908px;height: 156px&quot;&gt;&lt;img class=&quot;ue-image&quot; src=&quot;https://www.tius.cc/zb_users/upload/2023/12/202312221703252731509885.png&quot; title=&quot;image (2).png&quot; alt=&quot;image (2).png&quot; width=&quot;339&quot; height=&quot;159&quot; style=&quot;width: 339px; height: 159px;&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;paragraph text-align-type-left&quot; style=&quot;margin: 4px 0;font-family: 等线;font-size: 16px;line-height: 16px&quot;&gt;&lt;span data-font-family=&quot;default&quot; style=&quot;font-size: 15px;color: #333333;letter-spacing: 0;vertical-align: baseline&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;paragraph text-align-type-left&quot; style=&quot;margin: 4px 0;font-family: 等线;font-size: 16px;line-height: 16px&quot;&gt;&lt;span data-font-family=&quot;default&quot; style=&quot;font-size: 15px;color: #333333;letter-spacing: 0;vertical-align: baseline&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;paragraph text-align-type-left&quot; style=&quot;margin: 4px 0;font-family: 等线;font-size: 16px;line-height: 16px&quot;&gt;&lt;span data-font-family=&quot;default&quot; style=&quot;font-size: 15px;color: #333333;letter-spacing: 0;vertical-align: baseline&quot;&gt;出现这选择接受本次和接受并保存都行，看你自己&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;paragraph text-align-type-left&quot; style=&quot;margin: 4px 0;font-family: 等线;font-size: 16px;line-height: 16px&quot;&gt;&lt;span style=&quot;display: inline-block;overflow: hidden;transform: rotate(0deg);width: 602px;height: 421.4px&quot;&gt;&lt;img class=&quot;ue-image&quot; src=&quot;https://www.tius.cc/zb_users/upload/2023/12/202312221703252801647198.png&quot; title=&quot;image (3).png&quot; alt=&quot;image (3).png&quot; width=&quot;600&quot; height=&quot;420&quot; style=&quot;width: 600px; height: 420px;&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;paragraph text-align-type-left&quot; style=&quot;margin: 4px 0;font-family: 等线;font-size: 16px;line-height: 16px&quot;&gt;&lt;span data-font-family=&quot;default&quot; style=&quot;font-size: 15px;color: #333333;letter-spacing: 0;vertical-align: baseline&quot;&gt;连接成功进入此页面出现root@rr:/opt/rr#&amp;nbsp;后面输入menu.sh然后回车&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;paragraph text-align-type-left&quot; style=&quot;margin: 4px 0;font-family: 等线;font-size: 16px;line-height: 16px&quot;&gt;&lt;span style=&quot;display: inline-block;overflow: hidden;transform: rotate(0deg);width: 604.733px;height: 410.647px&quot;&gt;&lt;img class=&quot;ue-image&quot; src=&quot;https://www.tius.cc/zb_users/upload/2023/12/202312221703252840452560.png&quot; title=&quot;image (4).png&quot; alt=&quot;image (4).png&quot; width=&quot;607&quot; height=&quot;413&quot; style=&quot;width: 607px; height: 413px;&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;paragraph text-align-type-left&quot; style=&quot;margin: 4px 0;font-family: 等线;font-size: 16px;line-height: 16px&quot;&gt;&lt;span data-font-family=&quot;default&quot; style=&quot;font-size: 15px;color: #333333;letter-spacing: 0;vertical-align: baseline&quot;&gt;然后选择更新回车&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;paragraph text-align-type-left&quot; style=&quot;margin: 4px 0;font-family: 等线;font-size: 16px;line-height: 16px&quot;&gt;&lt;span style=&quot;display: inline-block;overflow: hidden;transform: rotate(0deg);width: 604.733px;height: 412.658px&quot;&gt;&lt;img class=&quot;ue-image&quot; src=&quot;https://www.tius.cc/zb_users/upload/2023/12/202312221703252885514535.png&quot; title=&quot;image (5).png&quot; alt=&quot;image (5).png&quot; width=&quot;603&quot; height=&quot;406&quot; style=&quot;width: 603px; height: 406px;&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;paragraph text-align-type-left&quot; style=&quot;margin: 4px 0;font-family: 等线;font-size: 16px;line-height: 16px&quot;&gt;&lt;span data-font-family=&quot;default&quot; style=&quot;font-size: 15px;color: #333333;letter-spacing: 0;vertical-align: baseline&quot;&gt;然后选择本地上传回车&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;paragraph text-align-type-left&quot; style=&quot;margin: 4px 0;font-family: 等线;font-size: 16px;line-height: 16px&quot;&gt;&lt;span style=&quot;display: inline-block;overflow: hidden;transform: rotate(0deg);width: 604.733px;height: 409.791px&quot;&gt;&lt;img class=&quot;ue-image&quot; src=&quot;https://www.tius.cc/zb_users/upload/2023/12/202312221703252907614349.png&quot; title=&quot;image (7).png&quot; alt=&quot;image (7).png&quot; width=&quot;601&quot; height=&quot;407&quot; style=&quot;width: 601px; height: 407px;&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;paragraph text-align-type-left&quot; style=&quot;margin: 4px 0;font-family: 等线;font-size: 16px;line-height: 16px&quot;&gt;&lt;span data-font-family=&quot;default&quot; style=&quot;font-size: 15px;color: #333333;letter-spacing: 0;vertical-align: baseline&quot;&gt;出现此页面直接确定&lt;/span&gt;&lt;span data-font-family=&quot;default&quot; style=&quot;font-size: 15px;color: #333333;letter-spacing: 0;vertical-align: baseline&quot;&gt;（如果未弹出文件选择窗口，&amp;nbsp;可能1&amp;nbsp;文件目录太深，可能2你的ssh工具不支持。）&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;paragraph text-align-type-left&quot; style=&quot;margin: 4px 0;font-family: 等线;font-size: 16px;line-height: 16px&quot;&gt;&lt;span style=&quot;display: inline-block;overflow: hidden;transform: rotate(0deg);width: 604.733px;height: 405.185px&quot;&gt;&lt;img class=&quot;ue-image&quot; src=&quot;https://www.tius.cc/zb_users/upload/2023/12/202312221703252946801119.png&quot; title=&quot;image (8).png&quot; alt=&quot;image (8).png&quot; width=&quot;601&quot; height=&quot;399&quot; style=&quot;width: 601px; height: 399px;&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;paragraph text-align-type-left&quot; style=&quot;margin: 4px 0;font-family: 等线;font-size: 16px;line-height: 16px&quot;&gt;&lt;span data-font-family=&quot;default&quot; style=&quot;font-size: 15px;color: #333333;letter-spacing: 0;vertical-align: baseline&quot;&gt;然后弹出选择上传文件夹，选择你下载的updateall.zip然后确定&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;paragraph text-align-type-left&quot; style=&quot;margin: 4px 0;font-family: 等线;font-size: 16px;line-height: 16px&quot;&gt;&lt;span style=&quot;display: inline-block;overflow: hidden;transform: rotate(0deg);width: 319px;height: 184px&quot;&gt;&lt;img class=&quot;ue-image&quot; src=&quot;https://www.tius.cc/zb_users/upload/2023/12/202312221703252965584331.png&quot; title=&quot;image (9).png&quot; alt=&quot;image (9).png&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;paragraph text-align-type-left&quot; style=&quot;margin: 4px 0;font-family: 等线;font-size: 16px;line-height: 16px&quot;&gt;&lt;span data-font-family=&quot;default&quot; style=&quot;font-size: 15px;color: #333333;letter-spacing: 0;vertical-align: baseline&quot;&gt;等待上传完毕&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;paragraph text-align-type-left&quot; style=&quot;margin: 4px 0;font-family: 等线;font-size: 16px;line-height: 16px&quot;&gt;&lt;span style=&quot;display: inline-block;overflow: hidden;transform: rotate(0deg);width: 604.733px;height: 400.619px&quot;&gt;&lt;img class=&quot;ue-image&quot; src=&quot;https://www.tius.cc/zb_users/upload/2023/12/202312221703253100919573.png&quot; title=&quot;image (10).png&quot; alt=&quot;image (10).png&quot; width=&quot;605&quot; height=&quot;399&quot; style=&quot;width: 605px; height: 399px;&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;paragraph text-align-type-left&quot; style=&quot;margin: 4px 0;font-family: 等线;font-size: 16px;line-height: 16px&quot;&gt;&lt;span data-font-family=&quot;default&quot; style=&quot;font-size: 15px;color: #333333;letter-spacing: 0;vertical-align: baseline&quot;&gt;即可&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Fri, 22 Dec 2023 21:39:12 +0800</pubDate></item><item><title>一条命令永久激活 Windows 及 Office 重装自动激活</title><link>https://www.tius.cc/?id=52</link><description>&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;text-align:center&quot;&gt;&lt;iframe class=&quot;edui-faked-video&quot; src=&quot;https://www.youtube.com/embed/sqPEUGZT9n0&quot; width=&quot;762&quot; height=&quot;387&quot; allowfullscreen=&quot;&quot; frameborder=&quot;0&quot;&gt;&lt;/iframe&gt;&lt;/p&gt;&lt;ul style=&quot;color: rgb(85, 85, 85); font-family: Monda, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 16px; text-align: justify; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot; class=&quot; list-paddingleft-2&quot;&gt;&lt;li&gt;&lt;p&gt;采用硬件激活的方式，重装系统之后，联网也会自动激活&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;激活方式可选&lt;/p&gt;&lt;/li&gt;&lt;ul class=&quot; list-paddingleft-2&quot; style=&quot;list-style-type: square;&quot;&gt;&lt;li&gt;&lt;p&gt;硬件永久激活 Windows&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Ohook 永久激活 Office&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;KMS 激活 Windows 至 2038 年&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;KMS 激活 180 天&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 20px; color: rgb(85, 85, 85); font-family: Monda, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 16px; text-align: justify; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;当然这么厉害的工具，一定给大家找到出处。Github 上的开源项目&amp;nbsp;&lt;a href=&quot;https://github.com/massgravel/Microsoft-Activation-Scripts&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot; style=&quot;background-color: transparent; color: rgb(85, 85, 85); text-decoration-line: none; outline: none; border-bottom: 1px solid rgb(153, 153, 153); overflow-wrap: break-word;&quot;&gt;Microsoft-Activation-Scripts&lt;/a&gt;。项目作者贴心的为大家准备了官方原版 Windows 及 Office 的镜像下载，当然大家自己从官网下载即可。&lt;a href=&quot;https://massgrave.dev/genuine-installation-media.html&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot; style=&quot;background-color: transparent; color: rgb(85, 85, 85); text-decoration-line: none; outline: none; border-bottom: 1px solid rgb(153, 153, 153); overflow-wrap: break-word;&quot;&gt;项目作者提供的镜像下载 Download Original Windows &amp;amp; Office&lt;/a&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 20px; color: rgb(85, 85, 85); font-family: Monda, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 16px; text-align: justify; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;废话不多说直接放激活命令,先演示 Win11 永久激活，后演示 Office&lt;/p&gt;&lt;pre class=&quot;prism-highlight prism-language-bash&quot;&gt;irm&amp;nbsp;https://massgrave.dev/get&amp;nbsp;|&amp;nbsp;iex&lt;/pre&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 20px; color: rgb(85, 85, 85); font-family: Monda, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 16px; text-align: justify; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;Win11 右键 Windows徽标 终端（管理员）或者搜索 powershell 以管理员身份运行&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 20px; color: rgb(85, 85, 85); font-family: Monda, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 16px; text-align: justify; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;Win10 及以下版本操作系统 搜索 cmd 以管理员身份运行&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 20px; color: rgb(85, 85, 85); font-family: Monda, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 16px; text-align: justify; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;如果你打不开以上网址，或者运行命令提示&amp;nbsp;&lt;strong&gt;irm : 无法连接到远程服务器&lt;/strong&gt;&amp;nbsp;是网络联通问题，用梯子可以解决，或者使用离线脚本激活工具也行。&lt;a href=&quot;https://github.com/massgravel/Microsoft-Activation-Scripts/archive/refs/heads/master.zip&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot; style=&quot;background-color: transparent; color: rgb(85, 85, 85); text-decoration-line: none; outline: none; border-bottom: 1px solid rgb(153, 153, 153); overflow-wrap: break-word;&quot;&gt;Microsoft-Activation-Scripts-master.zip&lt;/a&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 20px; color: rgb(85, 85, 85); font-family: Monda, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 16px; text-align: justify; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;a href=&quot;https://augustdoit.men/downloads/Microsoft-Activation-Scripts-master.zip&quot; target=&quot;_blank&quot; style=&quot;background-color: transparent; color: rgb(85, 85, 85); text-decoration-line: none; outline: none; border-bottom: 1px solid rgb(153, 153, 153); overflow-wrap: break-word;&quot;&gt;本站备份 Microsoft-Activation-Scripts-master.zip&lt;/a&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 20px; color: rgb(85, 85, 85); font-family: Monda, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 16px; text-align: justify; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;下载后，解压，进入 MAS 目录下的 All-In-One-Version 双击运行&amp;nbsp;&lt;code style=&quot;font-family: &amp;quot;PT Mono&amp;quot;, consolas, Menlo, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, monospace; font-size: 13px; padding: 2px 4px; overflow-wrap: break-word; background: rgb(238, 238, 238); border-radius: 3px;&quot;&gt;MAS_AIO.cmd&lt;/code&gt;&amp;nbsp;即可进入激活菜单&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;文章来自：https://augustdoit.men/active-windows-office/&lt;/p&gt;</description><pubDate>Fri, 24 Nov 2023 23:21:03 +0800</pubDate></item></channel></rss>