vps测速,网络测试,系统优化

1
wget -N --no-check-certificate "https://raw.githubusercontent.com/ylx2016/Linux-NetSpeed/master/tcp.sh" && chmod +x tcp.sh && ./tcp.sh

Linux内核4.9以上开启bbr+fq算法,可以使用三行命令解决问题

1
2
3
echo "net.core.default_qdisc=fq" >> /etc/sysctl.conf
echo "net.ipv4.tcp_congestion_control=bbr" >> /etc/sysctl.conf
sysctl -p
1
wget http://sh.nekoneko.cloud/tools.sh -O tools.sh && bash tools.sh
1
wget -qO- https://2urs.com/down/script/vpstool.sh | bash	

https://wd-jishu.oss-cn-hangzhou.aliyuncs.com/img/md/image-20230307154518922.png@!full wget -q https://2urs.com/down/script/vpsinfo && bash a

1
wget -qO- bench.sh | bash
1
2
bash <(wget -qO- https://raw.githubusercontent.com/masonr/yet-another-bench-script/master/yabs.sh -o /dev/null)  -id
curl -sL yabs.sh | bash
1
wget -qO- --no-check-certificate https://raw.githubusercontent.com/oooldking/script/master/superbench.sh | bash
1
curl -fsL https://ilemonra.in/LemonBenchIntl | bash -s fast

新版本:

1
bash <(curl -L -s check.unlock.media)

老版本:

1
bash <(curl -L -s https://raw.githubusercontent.com/lmc999/RegionRestrictionCheck/main/check.sh)
1
2
bash <(wget -qO- --no-check-certificate https://gitlab.com/spiritysdx/za/-/raw/main/qzcheck.sh)
#网站直接查询:https://scamalytics.com/
1
bash <(curl -Lso- https://bench.im/hyperspeed)

https://wd-jishu.oss-cn-hangzhou.aliyuncs.com/img/md/image-20230307154306691.png@!full

1
wget -qO- http://tutu.ovh/bash/returnroute/test.sh | bash
1
apt install -y tcptraceroute bc && wget http://www.vdberg.org/~richard/tcpping -O /usr/bin/tcping && chmod +x /usr/bin/tcping
1
wget --no-check-certificate -O gost.sh https://raw.githubusercontent.com/KANIKIG/Multi-EasyGost/master/gost.sh && chmod +x gost.sh && ./gost.sh
1
2
3
4
curl -sSL https://get.daocloud.io/docker | sh
systemctl start docker
systemctl enable docker
curl -L "https://github.com/docker/compose/releases/download/1.29.2/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose && chmod +x /usr/local/bin/docker-compose && ln -s /usr/local/bin/docker-compose /usr/bin/docker-compose

Arm架构构的docker-compose

1
2
3
curl -fsSL https://get.docker.com -o get-docker.sh && sudo sh get-docker.sh
#https://github.com/docker/compose/releases
curl -L "https://github.com/docker/compose/releases/download/v2.2.2/docker-compose-linux-armv7" -o /usr/local/bin/docker-compose && chmod +x /usr/local/bin/docker-compose && ln -s /usr/local/bin/docker-compose /usr/bin/docker-compose

Docker-Compose安装测试

1
docker-compose --version
1
https://github.com/Xun-X/Stair-Speedtest-Portable

https://wd-jishu.oss-cn-hangzhou.aliyuncs.com/img/md/image-20230307190043403.png@!full

它可以通过Internet重新安装Linux和Windows以及常见的操作系统。例如:Linux(CentOS,Debian,Ubuntu、etc..),Windows(2019、2016、2012R2、2008R2、7、2003、etc..),以及其他系统(不断支持更多中)。

当我们需要重装VPS/云平台/独立服务器操作系统时,通常可以通过服务商模板和ISO挂载的方式重新安装。从今天开始,你将拥有了一个全新的方式,通过网络一键式重新安装纯净操作系统,无需CD-ROM,无需VNC/IPIM/KVM。无论是Linux,还是Windows,都可以通过网络一键式完成安装,通过简单的一到两行命令开启全新而美妙的体验。

相关推荐

随机文章