<?xml version="1.0" encoding="utf-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><title>MuZiLi Blog</title><link>https://18zi.tk/</link><description>Muzili 杂货铺</description><item><title>自建 Tailscale Derp</title><link>https://18zi.tk/?id=24</link><description>&lt;p&gt;在多数情况下，如果 Tailscale 的打洞（NAT traversal）成功，就可以直接通过 Parsec 实现远程访问。&lt;/p&gt;&lt;p&gt;但在某些复杂网络环境下，打洞可能失败，此时 Tailscale 会自动退回到 DERP（中继）服务器传输。&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;为什么要自建 DERP 服务器？
Tailscale 官方的 DERP 节点遍布全球，但并不包含中国大陆节点，这会导致国内用户在打洞失败时通过官方中继连接时延较高。因此，建议自建 DERP 服务器，以改善国内网络环境下的远程连接体验。

快速部署（Docker）
使用镜像 javaow/tailscale-derp，无需域名，部署非常简单。&lt;/p&gt;&lt;p&gt;&amp;nbsp;1. 启动容器
在你的国内服务器上执行以下命令：&lt;/p&gt;&lt;pre class=&quot;brush:as3;toolbar:false;&quot;&gt;docker&amp;nbsp;run&amp;nbsp;-d&amp;nbsp;--name&amp;nbsp;tailscale-derp&amp;nbsp;-p&amp;nbsp;36666:36666&amp;nbsp;-p&amp;nbsp;3478:3478/udp&amp;nbsp;--restart=always&amp;nbsp;javaow/tailscale-derp&lt;/pre&gt;&lt;p&gt;容器将自动监听 DERP 的 HTTP 和 STUN 端口。 2. 测试访问 在浏览器中访问 https://&amp;lt;你的服务器IP&amp;gt;:36666，显示如下即成功&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;https://18zi.tk/zb_users/upload/2025/07/202507282244494960895.jpg&quot; title=&quot;&quot; width=&quot;360&quot; height=&quot;351&quot; style=&quot;width: 360px; height: 351px;&quot;/&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;3. 添加自建 DERP 节点到 Tailscale&amp;nbsp;&lt;/p&gt;&lt;p&gt;进入 Tailscale 管理后台，编辑网络设置中的 DERP 节点配置：&amp;nbsp;&lt;/p&gt;&lt;p&gt;添加 derpMap 设置项；&lt;/p&gt;&lt;p&gt;&amp;nbsp;添加你的服务器信息；&amp;nbsp;&lt;/p&gt;&lt;p&gt;HostName 填写服务器公网 IP；&amp;nbsp;&lt;/p&gt;&lt;p&gt;确保已开启防火墙端口 36666 和 3478/udp&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;https://18zi.tk/zb_users/upload/2025/07/202507282249529166316.jpg&quot; title=&quot;&quot; width=&quot;595&quot; height=&quot;785&quot; style=&quot;width: 595px; height: 785px;&quot;/&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;格式：&lt;/p&gt;&lt;pre class=&quot;brush:bash;toolbar:false&quot;&gt;&amp;quot;derpMap&amp;quot;:&amp;nbsp;{
		&amp;quot;OmitDefaultRegions&amp;quot;:&amp;nbsp;true,
		&amp;quot;Regions&amp;quot;:&amp;nbsp;{
			&amp;quot;901&amp;quot;:&amp;nbsp;{
				&amp;quot;RegionID&amp;quot;:&amp;nbsp;&amp;nbsp;&amp;nbsp;901,
				&amp;quot;RegionCode&amp;quot;:&amp;nbsp;&amp;quot;My&amp;quot;,
				&amp;quot;RegionName&amp;quot;:&amp;nbsp;&amp;quot;My&amp;nbsp;Derper&amp;quot;,
				&amp;quot;Nodes&amp;quot;:&amp;nbsp;[
					{
						&amp;quot;Name&amp;quot;:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;901a&amp;quot;,
						&amp;quot;RegionID&amp;quot;:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;901,
						&amp;quot;DERPPort&amp;quot;:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;36666,
						&amp;quot;IPv4&amp;quot;:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;服务器地址&amp;quot;,
						&amp;quot;InsecureForTests&amp;quot;:&amp;nbsp;true,
					},
				],
			},
		},
	},&lt;/pre&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Mon, 28 Jul 2025 22:30:09 +0800</pubDate></item><item><title>tvbox自建源</title><link>https://18zi.tk/?id=23</link><description>&lt;p style=&quot;line-height: 16px;&quot;&gt;&lt;img style=&quot;vertical-align: middle; margin-right: 2px;&quot; src=&quot;https://18zi.tk/zb_users/plugin/Neditor/dialogs/attachment/fileTypeImages/icon_txt.gif&quot;/&gt;&lt;a style=&quot;font-size:12px; color:#0066cc;&quot; href=&quot;https://18zi.tk/zb_users/upload/2025/07/202507191516348106046.json&quot; title=&quot;mytvbox.json&quot;&gt;mytvbox.json&lt;/a&gt;&lt;/p&gt;&lt;p&gt;在github下载作者开源的tvbox，之后导入视频源，即可观赏在线视频&lt;br/&gt;&lt;/p&gt;&lt;p&gt;附件为自建源地址json文件&lt;/p&gt;</description><pubDate>Sat, 19 Jul 2025 15:15:25 +0800</pubDate></item><item><title>oracle甲骨文云建立新实例后必要操作（网络搜集）</title><link>https://18zi.tk/?id=7</link><description>&lt;p&gt;&lt;span style=&quot;caret-color: rgba(17, 17, 17, 0.6); color: rgba(17, 17, 17, 0.6); font-family: Roboto, Arial, sans-serif; white-space: pre-wrap; -webkit-text-size-adjust: 100%; background-color: #FFFFFF;&quot;&gt;oracle甲骨文后台界面 设置：入站规则，IP协议为所有协议，源 CIDR为0.0.0.0/0&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;caret-color: rgba(17, 17, 17, 0.6); color: rgba(17, 17, 17, 0.6); font-family: Roboto, Arial, sans-serif; white-space: pre-wrap; -webkit-text-size-adjust: 100%; background-color: #FFFFFF;&quot;&gt;开放指定端口&lt;/span&gt;&lt;/p&gt;&lt;pre class=&quot;brush:bash;toolbar:false&quot;&gt;iptables&amp;nbsp;-I&amp;nbsp;INPUT&amp;nbsp;1&amp;nbsp;-p&amp;nbsp;tcp&amp;nbsp;--dport&amp;nbsp;端口&amp;nbsp;-j&amp;nbsp;ACCEPT

iptables-save

重启后需重新打开！&lt;/pre&gt;&lt;p&gt;&lt;span style=&quot;caret-color: rgba(17, 17, 17, 0.6); color: rgba(17, 17, 17, 0.6); font-family: Roboto, Arial, sans-serif; white-space: pre-wrap; -webkit-text-size-adjust: 100%; background-color: #FFFFFF;&quot;&gt;一、oracle甲骨文云必要操作：
进入ROOT模式：&lt;/span&gt;&lt;br/&gt;&lt;/p&gt;&lt;pre class=&quot;brush:bash;toolbar:false&quot;&gt;sudo&amp;nbsp;-i&lt;/pre&gt;&lt;p&gt;&lt;span style=&quot;caret-color: rgba(17, 17, 17, 0.6); color: rgba(17, 17, 17, 0.6); font-family: Roboto, Arial, sans-serif; white-space: pre-wrap; -webkit-text-size-adjust: 100%; background-color: #FFFFFF;&quot;&gt;1：安装相关依赖
centos系统下&lt;/span&gt;&lt;/p&gt;&lt;pre class=&quot;brush:bash;toolbar:false&quot;&gt;yum&amp;nbsp;-y&amp;nbsp;install&amp;nbsp;wget
yum&amp;nbsp;update&amp;nbsp;-y&amp;nbsp;&amp;amp;&amp;amp;&amp;nbsp;yum&amp;nbsp;install&amp;nbsp;curl&amp;nbsp;-y&lt;/pre&gt;&lt;p&gt;&lt;span style=&quot;caret-color: rgba(17, 17, 17, 0.6); color: rgba(17, 17, 17, 0.6); font-family: Roboto, Arial, sans-serif; white-space: pre-wrap; -webkit-text-size-adjust: 100%; background-color: #FFFFFF;&quot;&gt;ubuntu系统下&lt;/span&gt;&lt;/p&gt;&lt;pre class=&quot;brush:bash;toolbar:false&quot;&gt;apt-get&amp;nbsp;install&amp;nbsp;wget
apt-get&amp;nbsp;update&amp;nbsp;-y&amp;nbsp;&amp;amp;&amp;amp;&amp;nbsp;apt-get&amp;nbsp;install&amp;nbsp;curl&amp;nbsp;-y&lt;/pre&gt;&lt;p&gt;&lt;span style=&quot;caret-color: rgba(17, 17, 17, 0.6); color: rgba(17, 17, 17, 0.6); font-family: Roboto, Arial, sans-serif; white-space: pre-wrap; -webkit-text-size-adjust: 100%; background-color: #FFFFFF;&quot;&gt;2：删除、关闭、打开各自系统的无用附件、防火墙、端口及规则
注意Centos系统下：
删除多余附件&lt;/span&gt;&lt;/p&gt;&lt;pre class=&quot;brush:bash;toolbar:false&quot;&gt;systemctl&amp;nbsp;stop&amp;nbsp;oracle-cloud-agent
systemctl&amp;nbsp;disable&amp;nbsp;oracle-cloud-agent
systemctl&amp;nbsp;stop&amp;nbsp;oracle-cloud-agent-updater
systemctl&amp;nbsp;disable&amp;nbsp;oracle-cloud-agent-updater&lt;/pre&gt;&lt;p&gt;&lt;span style=&quot;caret-color: rgba(17, 17, 17, 0.6); color: rgba(17, 17, 17, 0.6); font-family: Roboto, Arial, sans-serif; white-space: pre-wrap; -webkit-text-size-adjust: 100%; background-color: #FFFFFF;&quot;&gt;停止firewall&lt;/span&gt;&lt;/p&gt;&lt;pre class=&quot;brush:bash;toolbar:false&quot;&gt;systemctl&amp;nbsp;stop&amp;nbsp;firewalld.service&lt;/pre&gt;&lt;p&gt;&lt;span style=&quot;caret-color: rgba(17, 17, 17, 0.6); color: rgba(17, 17, 17, 0.6); font-family: Roboto, Arial, sans-serif; white-space: pre-wrap; -webkit-text-size-adjust: 100%; background-color: #FFFFFF;&quot;&gt;禁止firewall开机启动&lt;/span&gt;&lt;/p&gt;&lt;pre class=&quot;brush:bash;toolbar:false&quot;&gt;systemctl&amp;nbsp;disable&amp;nbsp;firewalld.service&lt;/pre&gt;&lt;p&gt;&lt;span style=&quot;caret-color: rgba(17, 17, 17, 0.6); color: rgba(17, 17, 17, 0.6); font-family: Roboto, Arial, sans-serif; white-space: pre-wrap; -webkit-text-size-adjust: 100%; background-color: #FFFFFF;&quot;&gt;注意Ubuntu系统下：
开放所有端口&lt;/span&gt;&lt;/p&gt;&lt;pre class=&quot;brush:bash;toolbar:false&quot;&gt;iptables&amp;nbsp;-P&amp;nbsp;INPUT&amp;nbsp;ACCEPT
iptables&amp;nbsp;-P&amp;nbsp;FORWARD&amp;nbsp;ACCEPT
iptables&amp;nbsp;-P&amp;nbsp;OUTPUT&amp;nbsp;ACCEPT
iptables&amp;nbsp;-F&lt;/pre&gt;&lt;p&gt;&lt;span style=&quot;caret-color: rgba(17, 17, 17, 0.6); color: rgba(17, 17, 17, 0.6); font-family: Roboto, Arial, sans-serif; white-space: pre-wrap; -webkit-text-size-adjust: 100%; background-color: #FFFFFF;&quot;&gt;Ubuntu镜像默认设置了Iptable规则，强制删除&lt;/span&gt;&lt;/p&gt;&lt;pre class=&quot;brush:bash;toolbar:false&quot;&gt;rm&amp;nbsp;-rf&amp;nbsp;/etc/iptables&amp;nbsp;&amp;amp;&amp;amp;&amp;nbsp;reboot&lt;/pre&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;同步时间：&lt;/p&gt;&lt;pre style=&quot;box-sizing: border-box; overflow: auto; font-family: &amp;quot;Courier New&amp;quot;, Verdana, &amp;quot;Trebuchet MS&amp;quot;, Helvetica, sans-serif; font-size: 0.9375rem; background-color: rgb(243, 243, 243); line-height: 1.6; margin-bottom: 1.6em; max-width: 100%; padding: 1.6em; color: rgb(86, 86, 86);&quot;&gt;rm&amp;nbsp;-rf&amp;nbsp;/etc/localtime
ln&amp;nbsp;-s&amp;nbsp;/usr/share/zoneinfo/Asia/Shanghai&amp;nbsp;/etc/localtime&lt;/pre&gt;&lt;p&gt;&lt;span style=&quot;color: #C5C8C6; font-family: Menlo, Monaco, Consolas, &amp;quot;Courier New&amp;quot;, monospace; font-size: 14.4px; white-space: pre; background-color: #2D3748;&quot;&gt;&lt;/span&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;更改为root用户密码登陆&lt;/p&gt;&lt;p&gt;首先登录后切换为root，如下命令修改root密码&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: #E36C09;&quot;&gt;新方法：一键脚本&lt;/span&gt;&lt;/p&gt;&lt;pre class=&quot;brush:bash;toolbar:false&quot;&gt;wget&amp;nbsp;-O&amp;nbsp;oraclessh.sh&amp;nbsp;https://raw.githubusercontent.com/BlueSkyXN/ChangeSource/master/oraclessh.sh&amp;nbsp;&amp;amp;&amp;amp;&amp;nbsp;chmod&amp;nbsp;+x&amp;nbsp;oraclessh.sh&amp;nbsp;&amp;amp;&amp;amp;&amp;nbsp;./oraclessh.sh&lt;/pre&gt;&lt;p&gt;脚本默认密码为password12345678&lt;br/&gt;&lt;/p&gt;&lt;p&gt;可以用passwd命令自行修改&lt;/p&gt;&lt;p&gt;centos需改为6位数以上，ubuntu随便&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;(旧)passwd 修改新密码&lt;br/&gt;&lt;/p&gt;&lt;p&gt;再依次执行如下代码：&amp;nbsp;&lt;/p&gt;&lt;pre class=&quot;brush:bash;toolbar:false&quot;&gt;sed&amp;nbsp;-i&amp;nbsp;&amp;quot;s/PermitRootLogin.*/PermitRootLogin&amp;nbsp;yes/g&amp;quot;&amp;nbsp;/etc/ssh/sshd_config&amp;nbsp;
sed&amp;nbsp;-i&amp;nbsp;&amp;quot;s/#PermitRootLogin.*/PermitRootLogin&amp;nbsp;yes/g&amp;quot;&amp;nbsp;/etc/ssh/sshd_config&amp;nbsp;
sed&amp;nbsp;-i&amp;nbsp;&amp;quot;s/PasswordAuthentication.*/PasswordAuthentication&amp;nbsp;yes/g&amp;quot;&amp;nbsp;/etc/ssh/sshd_config&lt;/pre&gt;&lt;p&gt;重启sshd服务&amp;nbsp;&lt;/p&gt;&lt;pre class=&quot;brush:bash;toolbar:false&quot;&gt;systemctl&amp;nbsp;restart&amp;nbsp;sshd&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
reboot&lt;/pre&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Thu, 06 May 2021 22:39:15 +0800</pubDate></item><item><title>宝塔面板7.7版本官方安装脚本</title><link>https://18zi.tk/?id=22</link><description>&lt;pre class=&quot;brush:bash;toolbar:false&quot;&gt;wget&amp;nbsp;-O&amp;nbsp;install.sh&amp;nbsp;http://f.cccyun.cc/bt/install_6.0.sh&amp;nbsp;&amp;amp;&amp;amp;&amp;nbsp;bash&amp;nbsp;install.sh&lt;/pre&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Fri, 18 Feb 2022 16:47:41 +0800</pubDate></item><item><title>宝塔面板7.8降级教程</title><link>https://18zi.tk/?id=21</link><description>&lt;p&gt;宝塔7.8版本更新后，原先网上各种绕过绑定手机的方式全部失效，而且个人使用中还遇到各种怪问题，经过搜索，利用以下几行代码可以完美无损降级。&lt;/p&gt;&lt;pre class=&quot;brush:bash;toolbar:false&quot;&gt;&amp;nbsp;wget&amp;nbsp;http://z.815494.xyz/code/bt/LinuxPanel-7.7.0.zip
&amp;nbsp;unzip&amp;nbsp;LinuxPanel-7.7.0.zip
&amp;nbsp;cd&amp;nbsp;panel
&amp;nbsp;bash&amp;nbsp;update.sh
&amp;nbsp;cd&amp;nbsp;..&amp;nbsp;&amp;amp;&amp;amp;&amp;nbsp;rm&amp;nbsp;-f&amp;nbsp;LinuxPanel-7.7.0.zip&amp;nbsp;&amp;amp;&amp;amp;&amp;nbsp;rm&amp;nbsp;-rf&amp;nbsp;panel
&amp;nbsp;rm&amp;nbsp;/www/server/panel/data/bind.pl&lt;/pre&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Fri, 11 Feb 2022 16:08:15 +0800</pubDate></item><item><title>最全vps视频解锁检测脚本！</title><link>https://18zi.tk/?id=20</link><description>&lt;pre class=&quot;brush:bash;toolbar:false&quot;&gt;bash&amp;nbsp;&amp;lt;(curl&amp;nbsp;-L&amp;nbsp;-s&amp;nbsp;check.unlock.media)&lt;/pre&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Wed, 19 Jan 2022 13:07:54 +0800</pubDate></item><item><title>利用GOST 一键隧道中转垃圾vps</title><link>https://18zi.tk/?id=18</link><description>&lt;h2 style=&quot;border: 0px; font-family: font-regular, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-weight: 400; margin: 1.2em 0px 0.6em; outline: 0px; padding: 0px; vertical-align: baseline; line-height: 1.35; display: flex; color: rgb(51, 51, 51); white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;准备工作&lt;span class=&quot;ez-toc-section-end&quot; style=&quot;border: 0px; font-family: inherit; font-style: inherit; font-weight: inherit; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;&lt;/span&gt;&lt;/h2&gt;&lt;p style=&quot;border: 0px; font-family: font-regular, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; margin-top: 0px; margin-bottom: 1.2em; outline: 0px; padding: 0px; vertical-align: baseline; overflow-wrap: break-word; word-break: normal; line-height: 1.8; color: rgb(51, 51, 51); white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;1、VPS 一台（落地机），NAT一台（中转机）&lt;/p&gt;&lt;p style=&quot;border: 0px; font-family: font-regular, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; margin-top: 0px; margin-bottom: 1.2em; outline: 0px; padding: 0px; vertical-align: baseline; overflow-wrap: break-word; word-break: normal; line-height: 1.8; color: rgb(51, 51, 51); white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;2、域名一个，并做好解析（可选托管 cloudflare ）&lt;/p&gt;&lt;p style=&quot;border: 0px; font-family: font-regular, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; margin-top: 0px; margin-bottom: 1.2em; outline: 0px; padding: 0px; vertical-align: baseline; overflow-wrap: break-word; word-break: normal; line-height: 1.8; color: rgb(51, 51, 51); white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;3、所以机器请自行安装 BBR 加速&lt;/p&gt;&lt;h2 style=&quot;border: 0px; font-family: font-regular, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-weight: 400; margin: 1.2em 0px 0.6em; outline: 0px; padding: 0px; vertical-align: baseline; line-height: 1.35; display: flex; color: rgb(51, 51, 51); white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;落地机（垃圾VPS ）环境部署&lt;/h2&gt;&lt;h3 style=&quot;border: 0px; font-family: font-regular, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 1.4em; font-weight: 400; margin: 1.2em 0px 0.6em; outline: 0px; padding: 0px; vertical-align: baseline; line-height: 1.35; color: rgb(51, 51, 51); white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;1、更新及安装组件&lt;span class=&quot;ez-toc-section-end&quot; style=&quot;border: 0px; font-family: inherit; font-size: 22.4px; font-style: inherit; font-weight: inherit; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;&lt;/span&gt;&lt;/h3&gt;&lt;pre class=&quot;brush:bash;toolbar:false&quot;&gt;apt&amp;nbsp;update&amp;nbsp;-y&amp;nbsp;
apt&amp;nbsp;install&amp;nbsp;-y&amp;nbsp;curl&amp;nbsp;
apt&amp;nbsp;install&amp;nbsp;-y&amp;nbsp;socat&lt;/pre&gt;&lt;p&gt;&lt;span style=&quot;background-color: #FFFFFF; color: #333333; font-family: font-regular, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 22.4px;&quot;&gt;2、&lt;/span&gt;&lt;span style=&quot;background-color: #FFFFFF; color: #333333; font-family: font-regular, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 1.4em;&quot;&gt;搭建节点&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;background-color: #FFFFFF; color: #333333; font-family: font-regular, &amp;quot;Helvetica Neue&amp;quot;, sans-serif;&quot;&gt;可选择安装 X-ui 面板，或是自行搭建其他的节点。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;background-color: #FFFFFF; color: #333333; font-family: font-regular, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 1.4em;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;background-color: #FFFFFF; color: #333333; font-family: font-regular, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 1.4em;&quot;&gt;3、GOST 脚本部署&lt;/span&gt;&lt;br/&gt;&lt;/p&gt;&lt;pre class=&quot;brush:bash;toolbar:false&quot;&gt;wget&amp;nbsp;--no-check-certificate&amp;nbsp;-O&amp;nbsp;gost.sh&amp;nbsp;https://raw.githubusercontent.com/KANIKIG/Multi-EasyGost/master/gost.sh&amp;nbsp;&amp;amp;&amp;amp;&amp;nbsp;chmod&amp;nbsp;+x&amp;nbsp;gost.sh&amp;nbsp;&amp;amp;&amp;amp;&amp;nbsp;./gost.sh&lt;/pre&gt;&lt;p style=&quot;border: 0px; font-family: font-regular, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; margin-top: 0px; margin-bottom: 1.2em; outline: 0px; padding: 0px; vertical-align: baseline; overflow-wrap: break-word; word-break: normal; line-height: 1.8; color: rgb(51, 51, 51); white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;border: 0px; font-family: font-regular, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; margin-top: 0px; margin-bottom: 1.2em; outline: 0px; padding: 0px; vertical-align: baseline; overflow-wrap: break-word; word-break: normal; line-height: 1.8; color: rgb(51, 51, 51); white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;GOST 安装完毕以后，后续可以使用&amp;nbsp;&lt;code style=&quot;border: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 14px; line-height: 26px; font-family: Monaco, Consolas, &amp;quot;Andale Mono&amp;quot;, &amp;quot;DejaVu Sans Mono&amp;quot;, monospace; margin: 0px; outline: 0px; padding: 2px; vertical-align: baseline; white-space: pre-wrap; overflow-wrap: break-word; border-radius: 3px; background-color: rgb(248, 248, 248); word-break: break-word; letter-spacing: 0px; color: rgb(214, 50, 0);&quot;&gt;./gost.sh&lt;/code&gt;&amp;nbsp;命令，进行调出使用&lt;/p&gt;&lt;p style=&quot;border: 0px; font-family: font-regular, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; margin-top: 0px; margin-bottom: 1.2em; outline: 0px; padding: 0px; vertical-align: baseline; overflow-wrap: break-word; word-break: normal; line-height: 1.8; color: rgb(51, 51, 51); white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;必须先执行&amp;nbsp;&lt;code style=&quot;border: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 14px; line-height: 26px; font-family: Monaco, Consolas, &amp;quot;Andale Mono&amp;quot;, &amp;quot;DejaVu Sans Mono&amp;quot;, monospace; margin: 0px; outline: 0px; padding: 2px; vertical-align: baseline; white-space: pre-wrap; overflow-wrap: break-word; border-radius: 3px; background-color: rgb(248, 248, 248); word-break: break-word; letter-spacing: 0px; color: rgb(214, 50, 0);&quot;&gt;1&lt;/code&gt;&amp;nbsp;，进行安装。&lt;/p&gt;&lt;h2 style=&quot;border: 0px; font-family: font-regular, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-weight: 400; margin: 1.2em 0px 0.6em; outline: 0px; padding: 0px; vertical-align: baseline; line-height: 1.35; display: flex; color: rgb(51, 51, 51); white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;中转机（NAT）环境部署&lt;span class=&quot;ez-toc-section-end&quot; style=&quot;border: 0px; font-family: inherit; font-style: inherit; font-weight: inherit; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;&lt;/span&gt;&lt;/h2&gt;&lt;h3 style=&quot;border: 0px; font-family: font-regular, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 1.4em; font-weight: 400; margin: 1.2em 0px 0.6em; outline: 0px; padding: 0px; vertical-align: baseline; line-height: 1.35; color: rgb(51, 51, 51); white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span class=&quot;ez-toc-section&quot; id=&quot;1%E3%80%81%E6%9B%B4%E6%96%B0%E5%8F%8A%E5%AE%89%E8%A3%85%E7%BB%84%E4%BB%B6-2&quot; style=&quot;border: 0px; font-family: inherit; font-size: 22.4px; font-style: inherit; font-weight: inherit; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;&lt;/span&gt;1、更新及安装组件&lt;/h3&gt;&lt;pre class=&quot;brush:bash;toolbar:false&quot;&gt;apt&amp;nbsp;update&amp;nbsp;-y&amp;nbsp;
apt&amp;nbsp;install&amp;nbsp;-y&amp;nbsp;curl&amp;nbsp;
apt&amp;nbsp;install&amp;nbsp;-y&amp;nbsp;socat&lt;/pre&gt;&lt;h3 style=&quot;border: 0px; font-family: font-regular, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 1.4em; font-weight: 400; margin: 1.2em 0px 0.6em; outline: 0px; padding: 0px; vertical-align: baseline; line-height: 1.35; color: rgb(51, 51, 51); white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;2、中转机后台设置&lt;/h3&gt;&lt;p&gt;如使用甲骨文等免费vps并已开放全部端口可无需设置端口，随便选（&lt;span style=&quot;color: #FF0000;&quot;&gt;如：56789&lt;/span&gt;）&lt;br/&gt;&lt;/p&gt;&lt;h3 style=&quot;border: 0px; font-family: font-regular, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 1.4em; font-weight: 400; margin: 1.2em 0px 0.6em; outline: 0px; padding: 0px; vertical-align: baseline; line-height: 1.35; color: rgb(51, 51, 51); white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;3、中转机 GOST 脚本部署&lt;span class=&quot;ez-toc-section-end&quot; style=&quot;border: 0px; font-family: inherit; font-size: 22.4px; font-style: inherit; font-weight: inherit; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;&lt;/span&gt;&lt;/h3&gt;&lt;p&gt;A、中转机在国外：（与落地机同一脚本，完成后选1进行安装gost）&lt;br/&gt;&lt;/p&gt;&lt;pre class=&quot;brush:bash;toolbar:false&quot;&gt;wget&amp;nbsp;--no-check-certificate&amp;nbsp;-O&amp;nbsp;gost.sh&amp;nbsp;https://raw.githubusercontent.com/KANIKIG/Multi-EasyGost/master/gost.sh&amp;nbsp;&amp;amp;&amp;amp;&amp;nbsp;chmod&amp;nbsp;+x&amp;nbsp;gost.sh&amp;nbsp;&amp;amp;&amp;amp;&amp;nbsp;./gost.sh&lt;/pre&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 1.2em; line-height: 1.8; border: 0px; font-family: font-regular, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; outline: 0px; padding: 0px; vertical-align: baseline; overflow-wrap: break-word; word-break: normal; color: rgb(51, 51, 51); white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 1.2em; line-height: 1.8; border: 0px; font-family: font-regular, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; outline: 0px; padding: 0px; vertical-align: baseline; overflow-wrap: break-word; word-break: normal; color: rgb(51, 51, 51); white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;B、中转机在国内，对于 GitHub 的内容不是太支持。GOST 脚本考虑到这些，有国内的镜像。&lt;/p&gt;&lt;p style=&quot;border: 0px; font-family: font-regular, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; margin-top: 0px; margin-bottom: 1.2em; outline: 0px; padding: 0px; vertical-align: baseline; overflow-wrap: break-word; word-break: normal; line-height: 1.8; color: rgb(51, 51, 51); white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;具体操作方法，可以把&amp;nbsp;&lt;code style=&quot;border: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 14px; line-height: 26px; font-family: Monaco, Consolas, &amp;quot;Andale Mono&amp;quot;, &amp;quot;DejaVu Sans Mono&amp;quot;, monospace; margin: 0px; outline: 0px; padding: 2px; vertical-align: baseline; white-space: pre-wrap; overflow-wrap: break-word; border-radius: 3px; background-color: rgb(248, 248, 248); word-break: break-word; letter-spacing: 0px; color: rgb(214, 50, 0);&quot;&gt;gost.sh&lt;/code&gt;&amp;nbsp;脚本直接上传到中转机上面，然后赋予权限&amp;nbsp;&lt;code style=&quot;border: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 14px; line-height: 26px; font-family: Monaco, Consolas, &amp;quot;Andale Mono&amp;quot;, &amp;quot;DejaVu Sans Mono&amp;quot;, monospace; margin: 0px; outline: 0px; padding: 2px; vertical-align: baseline; white-space: pre-wrap; overflow-wrap: break-word; border-radius: 3px; background-color: rgb(248, 248, 248); word-break: break-word; letter-spacing: 0px; color: rgb(214, 50, 0);&quot;&gt;chmod +x gost.sh&lt;/code&gt;&amp;nbsp;，最后执行&amp;nbsp;&lt;code style=&quot;border: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 14px; line-height: 26px; font-family: Monaco, Consolas, &amp;quot;Andale Mono&amp;quot;, &amp;quot;DejaVu Sans Mono&amp;quot;, monospace; margin: 0px; outline: 0px; padding: 2px; vertical-align: baseline; white-space: pre-wrap; overflow-wrap: break-word; border-radius: 3px; background-color: rgb(248, 248, 248); word-break: break-word; letter-spacing: 0px; color: rgb(214, 50, 0);&quot;&gt;./gost.sh&lt;/code&gt;&amp;nbsp;，选择&amp;nbsp;&lt;code style=&quot;border: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 14px; line-height: 26px; font-family: Monaco, Consolas, &amp;quot;Andale Mono&amp;quot;, &amp;quot;DejaVu Sans Mono&amp;quot;, monospace; margin: 0px; outline: 0px; padding: 2px; vertical-align: baseline; white-space: pre-wrap; overflow-wrap: break-word; border-radius: 3px; background-color: rgb(248, 248, 248); word-break: break-word; letter-spacing: 0px; color: rgb(214, 50, 0);&quot;&gt;1&lt;/code&gt;&amp;nbsp;，然后选择&amp;nbsp;&lt;code style=&quot;border: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 14px; line-height: 26px; font-family: Monaco, Consolas, &amp;quot;Andale Mono&amp;quot;, &amp;quot;DejaVu Sans Mono&amp;quot;, monospace; margin: 0px; outline: 0px; padding: 2px; vertical-align: baseline; white-space: pre-wrap; overflow-wrap: break-word; border-radius: 3px; background-color: rgb(248, 248, 248); word-break: break-word; letter-spacing: 0px; color: rgb(214, 50, 0);&quot;&gt;Y&lt;/code&gt;&amp;nbsp;，进行 GOST 的安装。&lt;/p&gt;&lt;p style=&quot;border: 0px; font-family: font-regular, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; margin-top: 0px; margin-bottom: 1.2em; outline: 0px; padding: 0px; vertical-align: baseline; overflow-wrap: break-word; word-break: normal; line-height: 1.8; color: rgb(51, 51, 51); white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;再次运行本脚本只需要输入&amp;nbsp;&lt;code style=&quot;border: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 14px; line-height: 26px; font-family: Monaco, Consolas, &amp;quot;Andale Mono&amp;quot;, &amp;quot;DejaVu Sans Mono&amp;quot;, monospace; margin: 0px; outline: 0px; padding: 2px; vertical-align: baseline; white-space: pre-wrap; overflow-wrap: break-word; border-radius: 3px; background-color: rgb(248, 248, 248); word-break: break-word; letter-spacing: 0px; color: rgb(214, 50, 0);&quot;&gt;./gost.sh&lt;/code&gt;&amp;nbsp;回车即可&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: #FF0000;&quot;&gt;配置中转机步骤：&lt;/span&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;1.gost第7项新增规则&lt;/p&gt;&lt;p&gt;2.第2项加密隧道&lt;/p&gt;&lt;p&gt;3.第2项ws隧道&lt;/p&gt;&lt;p&gt;4.将本机收到的“&lt;span style=&quot;color: #FF0000;&quot;&gt;56789&lt;/span&gt;”端口流量进行转发&lt;/p&gt;&lt;p&gt;5.本地“&lt;span style=&quot;color: #FF0000;&quot;&gt;56789&lt;/span&gt;”接收到的流量转发到落地机ip&lt;/p&gt;&lt;p&gt;6.本地“&lt;span style=&quot;color: #FF0000;&quot;&gt;56789&lt;/span&gt;”接收的流量转发到落地机ip的“56789”端口&lt;br/&gt;&lt;/p&gt;&lt;p&gt;7.完成配置。&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: #FF0000;&quot;&gt;配置落地机步骤：&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: #FF0000;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;&quot;&gt;1.gost第7项新增规则&lt;/p&gt;&lt;p style=&quot;white-space: normal;&quot;&gt;2.第3项解密隧道&lt;/p&gt;&lt;p style=&quot;white-space: normal;&quot;&gt;3.第2项ws隧道&lt;/p&gt;&lt;p style=&quot;white-space: normal;&quot;&gt;4.将本机收到的“&lt;span style=&quot;color: #FF0000;&quot;&gt;56789&lt;/span&gt;”端口流量进行转发&lt;/p&gt;&lt;p style=&quot;white-space: normal;&quot;&gt;5.本地“&lt;span style=&quot;color: #FF0000;&quot;&gt;56789&lt;/span&gt;”接收到的流量转发到127.0.0.1&lt;/p&gt;&lt;p style=&quot;white-space: normal;&quot;&gt;6.本地“&lt;span style=&quot;color: #FF0000;&quot;&gt;56789&lt;/span&gt;”接收的流量转发到127.0.0.1的“443”端口&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;&quot;&gt;7.完成配置。&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: #FF0000; font-size: 18px;&quot;&gt;全部完成后，v2ray连接信息处的主机需改为中转机IP，端口改为“56789”！&lt;/span&gt;&lt;span style=&quot;color: #FF0000;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Tue, 11 Jan 2022 14:57:17 +0800</pubDate></item><item><title>X-Ui 面板搭建教程</title><link>https://18zi.tk/?id=19</link><description>&lt;p&gt;条件：VPS一台，解析好的域名一个&lt;br/&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;1、更新及安装组件&lt;/p&gt;&lt;pre class=&quot;brush:bash;toolbar:false&quot;&gt;apt&amp;nbsp;update&amp;nbsp;-y
apt&amp;nbsp;install&amp;nbsp;-y&amp;nbsp;curl
apt&amp;nbsp;install&amp;nbsp;-y&amp;nbsp;socat&lt;/pre&gt;&lt;p&gt;2、安装 Acme 脚本&lt;/p&gt;&lt;pre class=&quot;brush:bash;toolbar:false&quot;&gt;curl&amp;nbsp;https://get.acme.sh&amp;nbsp;|&amp;nbsp;sh&lt;/pre&gt;&lt;p&gt;3、80 端口空闲情况下的证书申请方式&lt;/p&gt;&lt;p&gt;自行更换代码中的域名、邮箱为你解析的域名及邮箱&lt;/p&gt;&lt;pre class=&quot;brush:bash;toolbar:false&quot;&gt;~/.acme.sh/acme.sh&amp;nbsp;--register-account&amp;nbsp;-m&amp;nbsp;xxxx@xxxx.com
~/.acme.sh/acme.sh&amp;nbsp;&amp;nbsp;--issue&amp;nbsp;-d&amp;nbsp;mydomain.com&amp;nbsp;&amp;nbsp;&amp;nbsp;--standalone&lt;/pre&gt;&lt;p&gt;4、安装证书到指定文件夹&lt;/p&gt;&lt;p&gt;自行更换代码中的域名为你解析的域名&lt;/p&gt;&lt;pre class=&quot;brush:bash;toolbar:false&quot;&gt;~/.acme.sh/acme.sh&amp;nbsp;--installcert&amp;nbsp;-d&amp;nbsp;mydomain.com&amp;nbsp;--key-file&amp;nbsp;/root/private.key&amp;nbsp;--fullchain-file&amp;nbsp;/root/cert.crt&lt;/pre&gt;&lt;p&gt;5、安装 &amp;amp; 升级 X-ui 面板 一键代码&lt;/p&gt;&lt;pre class=&quot;brush:bash;toolbar:false&quot;&gt;bash&amp;nbsp;&amp;lt;(curl&amp;nbsp;-Ls&amp;nbsp;https://raw.githubusercontent.com/vaxilu/x-ui/master/install.sh)&lt;/pre&gt;&lt;p&gt;到此脚本执行完毕！&lt;br/&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;根据安装完成的提示输入ip：54321进入x-ui web界面，默认用户名和密码均为：admin&lt;br/&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;进入web界面后左边入站列表-按+添加入站&lt;/p&gt;&lt;p&gt;以下几项修改，其他保持默认&lt;/p&gt;&lt;p&gt;1、备注随便起&lt;/p&gt;&lt;p&gt;2、协议vless&lt;/p&gt;&lt;p&gt;3、端口443&lt;/p&gt;&lt;p&gt;4、传输tcp&lt;/p&gt;&lt;p&gt;5、xtls打开，填入解析好的域名&lt;/p&gt;&lt;p&gt;6、从ssh里面复制公钥、密钥路径&lt;/p&gt;&lt;p&gt;点击添加完成！&lt;/p&gt;</description><pubDate>Tue, 11 Jan 2022 21:42:13 +0800</pubDate></item><item><title>甲骨文ARM机型DD debian11系统</title><link>https://18zi.tk/?id=17</link><description>&lt;p&gt;#先切换到root账户：&lt;/p&gt;&lt;pre class=&quot;brush:bash;toolbar:false&quot;&gt;sudo&amp;nbsp;-i&lt;/pre&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;#然后安装DD系统所需的依赖：&lt;/p&gt;&lt;pre class=&quot;brush:bash;toolbar:false&quot;&gt;apt-get&amp;nbsp;update
apt-get&amp;nbsp;install&amp;nbsp;-y&amp;nbsp;xz-utils&amp;nbsp;openssl&amp;nbsp;gawk&amp;nbsp;file&lt;/pre&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;#下载DD脚本并赋予权限：&lt;/p&gt;&lt;pre class=&quot;brush:bash;toolbar:false&quot;&gt;curl&amp;nbsp;-fLO&amp;nbsp;https://raw.githubusercontent.com/bohanyang/debi/master/debi.sh
chmod&amp;nbsp;a+rx&amp;nbsp;debi.sh&lt;/pre&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;#执行脚本安装Debian 11，并设置登录密码：&lt;/p&gt;&lt;pre class=&quot;brush:bash;toolbar:false&quot;&gt;./debi.sh&amp;nbsp;--version&amp;nbsp;11&amp;nbsp;--architecture&amp;nbsp;arm64&amp;nbsp;--user&amp;nbsp;root&amp;nbsp;--password&amp;nbsp;你的密码&lt;/pre&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;#当弹出done后，无报错继续重启：&lt;/p&gt;&lt;pre class=&quot;brush:bash;toolbar:false&quot;&gt;shutdown&amp;nbsp;-r&amp;nbsp;now&lt;/pre&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Mon, 10 Jan 2022 14:18:18 +0800</pubDate></item><item><title>VPS常用脚本包--转自jc-nf</title><link>https://18zi.tk/?id=9</link><description>&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 16px; color: rgb(36, 41, 46); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Helvetica, Arial, sans-serif, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;安装依赖（新机器必须运行一次，此后无需运行）&lt;/p&gt;&lt;div class=&quot;snippet-clipboard-content position-relative&quot; style=&quot;box-sizing: border-box; color: rgb(36, 41, 46); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Helvetica, Arial, sans-serif, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;; white-space: normal; background-color: rgb(255, 255, 255); position: relative !important;&quot;&gt;&lt;pre style=&quot;box-sizing: border-box; font-family: SFMono-Regular, Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, monospace; font-size: 13.6px; margin-top: 0px; margin-bottom: 16px; overflow-wrap: normal; padding: 16px; overflow: auto; line-height: 1.45; background-color: var(--color-bg-tertiary); border-radius: 6px;&quot; class=&quot;brush:bash;toolbar:false;&quot;&gt;yum&amp;nbsp;install&amp;nbsp;-y&amp;nbsp;curl&amp;nbsp;wget&amp;nbsp;2&amp;gt;&amp;nbsp;/dev/null&amp;nbsp;||&amp;nbsp;apt&amp;nbsp;install&amp;nbsp;-y&amp;nbsp;curl&amp;nbsp;wget&lt;/pre&gt;&lt;/div&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 16px; color: rgb(36, 41, 46); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Helvetica, Arial, sans-serif, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;安装并运行脚本&lt;/p&gt;&lt;div class=&quot;snippet-clipboard-content position-relative&quot; style=&quot;box-sizing: border-box; color: rgb(36, 41, 46); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Helvetica, Arial, sans-serif, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;; white-space: normal; background-color: rgb(255, 255, 255); position: relative !important;&quot;&gt;&lt;pre style=&quot;box-sizing: border-box; font-family: SFMono-Regular, Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, monospace; font-size: 13.6px; margin-top: 0px; margin-bottom: 16px; overflow-wrap: normal; padding: 16px; overflow: auto; line-height: 1.45; background-color: var(--color-bg-tertiary); border-radius: 6px;&quot; class=&quot;brush:bash;toolbar:false;&quot;&gt;wget&amp;nbsp;-O&amp;nbsp;jcnfbox.sh&amp;nbsp;https://raw.githubusercontent.com/Netflixxp/jcnf-box/main/jcnfbox.sh&amp;nbsp;&amp;amp;&amp;amp;&amp;nbsp;chmod&amp;nbsp;+x&amp;nbsp;jcnfbox.sh&amp;nbsp;&amp;amp;&amp;amp;&amp;nbsp;clear&amp;nbsp;&amp;amp;&amp;amp;&amp;nbsp;./jcnfbox.sh&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Thu, 27 May 2021 12:08:56 +0800</pubDate></item></channel></rss>