常用的终端命令
综合脚本
1 | wget -O box.sh https://raw.githubusercontent.com/BlueSkyXN/SKY-BOX/main/box.sh && chmod +x box.sh && clear && ./box.sh |
宝塔Linux面板
CentOS安装命令:
1 | yum install -y wget && wget -O install.sh http://download.bt.cn/install/install_6.0.sh && sh install.sh |
1 | yum install -y wget && wget -O install.sh https://bt.abcyun.co/install/install_6.0.sh && sh install.sh |
Debian安装命令:
1 | wget -O install.sh http://download.bt.cn/install/install-ubuntu_6.0.sh && bash install.sh |
1 | wget -O install.sh https://bt.abcyun.co/install/install_6.0.sh && bash install.sh |
升级命令
1 | curl http://download.bt.cn/install/update6.sh|bash |
1 | curl https://bt.abcyun.co/install/update6.sh|bash |
一键安装docker
1 | # 国外 |
aria2
1 | wget -N git.io/aria2.sh && chmod +x aria2.sh && ./aria2.sh |
系统网络重装dd命令
1 | 重装为debian11 |
说明
1 | # 甲骨文、三毛、Vir、RN等大部分VPS通用,三毛、甲骨文 记得去掉 -firmware |
镜像
1 | # 清华源 |
bbr
1 | wget -N "https://github.000060000.xyz/tcpx.sh" && chmod +x tcpx.sh && ./tcpx.sh |
测速
1 | # 三网测速 |
回程路由测试
1 | wget https://github.com/zhucaidan/BestTrace-Linux/raw/master/besttrace && chmod +x besttrace |
直接显示回程线路
1 | curl https://raw.githubusercontent.com/zhucaidan/mtr_trace/main/mtr_trace.sh|bash |
流媒体测试、全媒体测试
1 | bash <(curl -L -s https://raw.githubusercontent.com/lmc999/RegionRestrictionCheck/main/check.sh) |
奈飞测试
1 | # 第一个 |
性能测试
1 | bash <(wget -qO- --no-check-certificate https://gitlab.com/spiritysdx/za/-/raw/main/ecs.sh) |
qbittorrent安装 4.3.9
1 | cd /root |
生成大文件
Linux dd命令
1 | dd if=/dev/zero of=file bs=1M count=20000 |
- 本文标题:常用的终端命令
- 本文作者:Pluto
- 创建时间:2022-04-13 14:42:28
- 本文链接:https://blog.aoaostar.com//post/29bc62a2/
- 版权声明:本博客所有文章除特别声明外,均采用 BY-NC-SA 许可协议。转载请注明出处!
评论