Loading... 首先安装脚本需要的一些组件 <pre class="prettyprint linenums prettyprinted"><ol class="linenums"><li class="L0"><p><span class="pln">yum update </span><span class="pun">-</span><span class="pln">y </span><span class="com"># CentOS安装相关组件</span></p></li><li class="L1" data-node-id="20240701111746-rzgkr42"><p><span class="pln">yum install curl wget sudo </span><span class="pun">-</span><span class="pln">y </span><span class="com"># CentOS安装相关组件</span></p></li></ol></pre> <pre class="prettyprint linenums prettyprinted"><ol class="linenums"><li class="L0"><p><span class="pln">apt update </span><span class="pun">-</span><span class="pln">y </span><span class="com"># Debian安装相关组件</span></p></li><li class="L1" data-node-id="20240701111746-iv41t98"><p><span class="pln">apt install curl wget sudo </span><span class="pun">-</span><span class="pln">y </span><span class="com"># Debian安装相关组件</span></p></li></ol></pre> ### 融合怪命令 交互形式 ``` curl -L https://github.com/spiritLHLS/ecs/raw/main/ecs.sh -o ecs.sh && chmod +x ecs.sh && bash ecs.sh ``` 或 ``` bash <(wget -qO- bash.spiritlhl.net/ecs) ``` 或 ``` bash <(wget -qO- ecs.0s.hk) ``` 或 ``` bash <(wget -qO- ecs.12345.ing) ``` ### BBRPlus 一键安装命令 ``` wget -N --no-check-certificate "https://raw.githubusercontent.com/chiakge/Linux-NetSpeed/master/tcp.sh" && chmod +x tcp.sh && ./tcp.sh ``` ### VPS 流媒体解锁检测 ``` bash <(curl -L -s check.unlock.media) -R 0 ``` ``` bash <(curl -L -s check.unlock.media) ``` ### 安装 X-ui > 因为原版的 X-UI 已经很久没有更新和维护了,以下的 X-UI 为改版,来自 GitHub :[点击访问](https://github.com/FranzKafkaYu/x-ui/) > > ``` > bash <(curl -Ls https://raw.githubusercontent.com/FranzKafkaYu/x-ui/master/install.sh) > ``` > > #### 安装 3X-ui > >> 一个更好的面板 • 基于Xray Core构建,以下的 3X-UI 来自 GitHub :[点击访问](https://github.com/MHSanaei/3x-ui) >> >> 更新频率更高,推荐大家使用。 >> >> ``` >> bash <(curl -Ls https://raw.githubusercontent.com/mhsanaei/3x-ui/master/install.sh) >> ``` >> ### IP质量体检脚本 ##### 默认双栈检测: [](https://github.com/xykt/IPQuality?tab=readme-ov-file#%E9%BB%98%E8%AE%A4%E5%8F%8C%E6%A0%88%E6%A3%80%E6%B5%8B) ```shell bash <(curl -Ls IP.Check.Place) ``` ##### 只检测IPv4结果: [](https://github.com/xykt/IPQuality?tab=readme-ov-file#%E5%8F%AA%E6%A3%80%E6%B5%8Bipv4%E7%BB%93%E6%9E%9C) ```shell bash <(curl -Ls IP.Check.Place) -4 ``` ##### 只检测IPv6结果: [](https://github.com/xykt/IPQuality?tab=readme-ov-file#%E5%8F%AA%E6%A3%80%E6%B58Bipv6%E7%BB%93%E6%9E%9C) ```shell bash <(curl -Ls IP.Check.Place) -6 ``` ## 相关指令 查询IP信息:[https://ipinfo.io](https://bulianglin.com/g/aHR0cHM6Ly9pcGluZm8uaW8) ip欺诈值查询:[https://scamalytics.com/ip](https://bulianglin.com/g/aHR0cHM6Ly9zY2FtYWx5dGljcy5jb20vaXA) 国家字母代码:[https://zh.wikipedia.org/wiki/ISO\_3166-1](https://bulianglin.com/g/aHR0cHM6Ly96aC53aWtpcGVkaWEub3JnL3dpa2kvSVNPXzMxNjYtMQ) 搜索任意国家:[https://www.shodan.io/search/facet?facet=isp&query=http.html%3Aassets%2Fqs%2Fqs.min.js+country%3A](https://bulianglin.com/g/aHR0cHM6Ly93d3cuc2hvZGFuLmlvL3NlYXJjaC9mYWNldD9mYWNldD1pc3AmcXVlcnk9aHR0cC5odG1sJTNBYXNzZXRzJTJGcXMlMkZxcy5taW4uanMrY291bnRyeSUzQQ) 搭建X-UI:`bash <(curl -Ls https://raw.githubusercontent.com/vaxilu/x-ui/master/install.sh)` 专线中转:[https://g.880805.xyz](https://bulianglin.com/g/aHR0cHM6Ly9nLjg4MDgwNS54eXo) 国家公共DNS:[https://public-dns.info/#countries](https://bulianglin.com/g/aHR0cHM6Ly9wdWJsaWMtZG5zLmluZm8vI2NvdW50cmllcw) 最后修改:2024 年 10 月 21 日 © 允许规范转载 打赏 赞赏作者 支付宝微信 赞 如果觉得我的文章对你有用,请随意赞赏
1 条评论
好棒啊 支持杨总