linux常用脚本

融合怪测试脚本

VPS融合怪

curl -L https://gitlab.com/spiritysdx/za/-/raw/main/ecs.sh -o ecs.sh && chmod +x ecs.sh && bash ecs.sh

线路测试脚本

NextTrace

bash <(curl -Ls https://raw.githubusercontent.com/sjlleo/nexttrace/main/nt_install.sh)
示例:nexttrace 8.8.8.8

#官网:https://mtr.moe/
#文档: https://mtr.moe/README_zh_CN.html
# GitHub: https://github.com/sjlleo/nexttrace

AutoTrace.sh

  • 用法:

    wget -N --no-check-certificate https://raw.githubusercontent.com/Chennhaoo/Shell_Bash/master/AutoTrace.sh && chmod +x AutoTrace.sh && bash AutoTrace.sh
  • 效果:

    Num:9/9 Traceroute to 中国 北京 移动 (TCP Mode, Max 30 Hop, IPv4)
    ============================================================
    traceroute to 211.136.25.153 (211.136.25.153), 30 hops max, 32 byte packets
    1  31.220.5.1  17.86 ms  AS63473  瑞典, 斯德哥尔摩省, 斯德哥尔摩, terratransit.de
    2  80.67.1.130  0.85 ms  AS42708  瑞典, 斯德哥尔摩省, 斯德哥尔摩, glesys.se
    3  80.67.4.136  0.81 ms  AS42708  瑞典, 斯德哥尔摩省, 斯德哥尔摩, glesys.se
    4  80.67.4.247  8.37 ms  AS42708  GLESYS.SE 骨干网, glesys.se
    5  80.67.4.238  19.78 ms  AS42708  荷兰, 北荷兰省, 阿姆斯特丹, glesys.se
    6  80.67.4.224  25.13 ms  AS42708  英国, 伦敦, glesys.se
    7  195.66.226.5  27.49 ms  AS34984  英国, 伦敦, linx.net
    8  223.120.10.189  26.73 ms  AS58453  英国, 伦敦, chinamobile.com, 移动
    9  223.120.10.1  26.59 ms  AS58453  英国, 伦敦, chinamobile.com, 移动
    10  223.120.15.2  268.19 ms  AS58453  中国, 北京, chinamobile.com, 移动
    11  223.120.22.18  269.10 ms  AS58453  中国, 北京, chinamobile.com, 移动
    12  221.183.55.110  269.16 ms  AS9808  中国, 北京, chinamobile.com, 移动
    13  221.183.46.250  269.94 ms  AS9808  中国, 北京, chinamobile.com, 移动
    14  221.183.89.102  283.23 ms  AS9808  中国, 北京, chinamobile.com, 移动
    15  *
    16  *
    17  *
    18  211.136.67.166  271.95 ms  AS56048  中国, 北京, chinamobile.com, 移动
    19  *
    20  *
    21  *
    22  211.136.25.153  274.88 ms  AS56048  中国, 北京, chinamobile.com, 移动

bench.sh

wget -qO- bench.sh | bash

mtr_trace.sh

curl https://raw.githubusercontent.com/zhucaidan/mtr_trace/main/mtr_trace.sh|bash

三网回程路由测试

curl https://raw.githubusercontent.com/zhanghanyun/backtrace/main/install.sh -sSf | sh

linux常用脚本

四网回程icmp

wget -qO- git.io/autobesttrace | bash

四网回程tcp

curl https://raw.githubusercontent.com/zhucaidan/mtr_trace/main/mtr_trace.sh|bash

融合怪的测速

bash <(wget -qO- bash.spiritlhl.net/ecs-net)

电信,移动,联通,教育网,亚洲测速

# https://github.com/nkeonkeo/MediaUnlockTest
bash <(curl -Lso- https://bench.im/hyperspeed)

linux常用脚本

三网回程

bash <(wget -qO- --no-check-certificate https://gitlab.com/spiritysdx/za/-/raw/main/route.sh)

linux常用脚本

流媒体检测

MediaUnlockTest

bash <(curl -sL unlock.moe)

流媒体NetFlix解锁检测

# https://github.com/lmc999/RegionRestrictionCheck

#使用脚本前请确认curl已安装

bash <(curl -L -s check.unlock.media)
只检测IPv4结果:
bash <(curl -L -s check.unlock.media) -M 4

只检测IPv6结果:
bash <(curl -L -s check.unlock.media) -M 6

指定检测的网卡名称:
bash <(curl -L -s check.unlock.media) -I eth0

选择脚本语言为英文:
bash <(curl -L -s check.unlock.media) -E

或者直接运行以下Docker命令 (兼容ARM架构)
docker run --rm -ti --net=host lmc999/regioncheck && docker rmi lmc999/regioncheck

openai解锁检测

openai

bash <(curl -Ls https://cpp.li/openai)

linux常用脚本

系统相关

Linux网络优化

wget http://sh.nekoneko.cloud/tools.sh -O tools.sh && bash tools.sh

wget http://up-cache.picdn.cn/shell/tools.sh -O tools.sh && bash tools.sh
  • 安装BBR内核 并 重启 (内核已经是5.x或以上的可跳过这一步)
  • 运行 TCP窗口调优
    优化前
    linux常用脚本

优化后
linux常用脚本

宝塔面板一键挂载硬盘

这个脚本仅适用于宝塔面板。

  • 说明:

1:本工具默认将数据盘挂载到/www目录\
2:如有NTFS/FAT32分区可选格式化自动挂载\
3:若您的硬盘已分区,且未挂载,工具会自动将分区挂载到/www\
4:若您的硬盘是新硬盘,工具会自动分区并格式化成xfs/ext4文件系统\
5:本工具只自动挂载一个分区,若您有多块数据盘,请手动挂载未被自动挂载的硬盘\
6:此脚本只适用于新硬盘挂载,若数据盘已有数据请勿使用此脚本

  • 使用:
bash <(wget --no-check-certificate -qO- https://download.bt.cn/tools/auto_disk.sh)

如需挂载其他目录在挂载命令后加上挂载目录即可 务必以/为开头\
以下挂到/website目录为例

bash <(wget --no-check-certificate -qO- https://download.bt.cn/tools/auto_disk.sh) /website

自定义目录挂载方法

wget -O AutoMount.sh https://raw.githubusercontent.com/myluoluo/automount/master/AutoMount.sh chmod 755 AutoMount.sh ./AutoMount.sh

内存检测脚本

CentOS

yum install wget -y
yum groupinstall "Development Tools" -y
wget https://raw.githubusercontent.com/FunctionClub/Memtester/master/memtester.cpp
gcc -l stdc++ memtester.cpp
./a.out

Ubuntu / Debian

apt-get update
apt-get install wget build-essential -y
wget https://raw.githubusercontent.com/FunctionClub/Memtester/master/memtester.cpp
gcc -l stdc++ memtester.cpp
./a.out

一键清理过期日志脚本

一键清理 /var/log/目录下的过期日志

find /var/log/ -name "*.1" -exec rm -rf {} \; && find /var/log/ -name "*.log.1" -exec rm -rf {} \; && find /var/log/ -name "*.gz" -exec rm -rf {} \;

Linux 软件源一键更换脚本

本脚本适合CentOS 5、6、7,Ubuntu 14.04、16.04、18.04,Debian 7、8、9,一键匹配换源。

bash <(wget --no-check-certificate -qO- https://cdn.jsdelivr.net/gh/Moexin/Shell@master/Mirror.sh)

对于 Debian 默认换源为Fastly CDN的Mirror这个源有Fastly的加持对境外主机都有不错的速度。 对于Ubuntu和CentOS系统都默认换为阿里云的Mirror这个源有阿里云全球CDN的加持,全球都有不错的速度。

对于Debian系统还设置了四套其他的源,阿里云,CloudFront CDN,网易163,中科大的源,请根据需要使用参数一键设置如

bash <(wget --no-check-certificate -qO- https://cdn.jsdelivr.net/gh/Moexin/Shell@master/Mirror.sh) cn
bash <(wget --no-check-certificate -qO- https://cdn.jsdelivr.net/gh/Moexin/Shell@master/Mirror.sh) 163
bash <(wget --no-check-certificate -qO- https://cdn.jsdelivr.net/gh/Moexin/Shell@master/Mirror.sh) aliyun
bash <(wget --no-check-certificate -qO- https://cdn.jsdelivr.net/gh/Moexin/Shell@master/Mirror.sh) aws

如果对配置的文件不满意,还可以一键还原

bash <(wget --no-check-certificate -qO- https://cdn.jsdelivr.net/gh/Moexin/Shell@master/Mirror.sh) restore

源码查看: https://raw.githubusercontent.com/Moexin/Shell/master/Mirror.sh

一键添加/删除 Swap 虚拟内存

注意: 脚本不支持OpenVZ架构,安装会自动退出。

bash <(wget --no-check-certificate -qO- https://cdn.jsdelivr.net/gh/Moexin/Shell@master/Swap.sh)
声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。

给TA打赏
共{{data.count}}人
人已打赏
Linux

CentOS挂载NTFS分区

2022-12-6 16:00:31

DockerLinux

ARM 架构 Linux 使用 docker compose 教程

2023-1-17 16:12:36

0 条回复 A文章作者 M管理员
    暂无讨论,说说你的看法吧
个人中心
购物车
优惠劵
今日签到
搜索