<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Linux自用命令脚本]]></title><description><![CDATA[<p dir="auto">Linux自用命令脚本</p>
<blockquote>
<p dir="auto">speedtest测速</p>
</blockquote>
<pre><code>sudo apt-get install curl &amp;&amp; curl -s https://packagecloud.io/install/repositories/ookla/speedtest-cli/script.deb.sh | sudo bash &amp;&amp; sudo apt-get install speedtest
</code></pre>
<blockquote>
<p dir="auto">适用于Debian</p>
</blockquote>
<hr />
<blockquote>
<p dir="auto">vkit工具箱 作者@vps.dance<br />
<a href="https://vps.dance/vps-vkit.html" rel="nofollow ugc">原文链接</a><br />
<a href="https://github.com/VPSDance/vkit" rel="nofollow ugc">GitHub源码链接</a></p>
</blockquote>
<pre><code>bash &lt;(curl -Lso- https://sh.vps.dance/vkit.sh)
</code></pre>
<p dir="auto">国内机如果不能用, 可尝试切换镜像</p>
<pre><code> bash &lt;(curl -Lso- https://sh.vps.dance/vkit.sh) ghproxy
</code></pre>
<pre><code>VKit 提供Linux VPS常用的系统软件安装, 以及系统优化脚本, 目前集成功能如下.

配置SSH Public Key (SSH免密登录)
终端优化 (颜色美化/上下键查找历史)
安装并开启 BBR
系统优化 (TCP网络优化/资源限制优化)
安装常用软件 (ping/traceroute/nslookup/nping/nc/tcpdump)
修改默认SSH端口 (减少被扫描风险)
增加swap分区 (虚拟内存)
IPv4/IPv6优先级调整, 启用/禁用IPv6
安装 Xray (同时安装 增强版的geosite/geoip规则)
安装 SS
安装 snell
安装 hy2
安装 realm (端口转发工具)
安装 gost (隧道/端口转发工具)
安装 nali (IP查询工具)
安装 ddns-go (DDNS工具)
安装 miniserve (HTTP 文件服务器)
使用 CF WARP 添加 IPv4/IPv6 网络
检测 VPS流媒体解锁 (RegionRestrictionCheck)
检测 单线程/多线程网速 (i-abc/Speedtest)
检测 VPS信息/IO/到国际网速 (Bench.sh)
性能/IO 测试 (YABS)
检测 TCP回程路由 (BestTrace)
检测 TCP回程路由 (NextTrace)
检测 Tiktok解锁 (TikTokCheck)
检测 IP质量 (IPQuality)
理论支持的Linux: Ubuntu/Debian, Centos/Redhat (未做严格测试).
</code></pre>
]]></description><link>https://blog.clouldon.com/topic/5/linux自用命令脚本</link><generator>RSS for Node</generator><lastBuildDate>Tue, 12 May 2026 19:27:39 GMT</lastBuildDate><atom:link href="https://blog.clouldon.com/topic/5.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 30 Oct 2025 15:27:22 GMT</pubDate><ttl>60</ttl></channel></rss>