常用脚本&资源

Linux脚本#

换源#

Terminal window
bash <(curl -sSL https://linuxmirrors.cn/main.sh)

docker安装#

Terminal window
bash <(curl -sSL https://linuxmirrors.cn/docker.sh)

一键DD#

Terminal window
curl -O https://raw.githubusercontent.com/bin456789/reinstall/main/reinstall.sh || wget -O reinstall.sh $_
---
bash reinstall.sh anolis 7|8|23
rocky 8|9|10
oracle 8|9
almalinux 8|9|10
opencloudos 8|9|23
centos 9|10
fedora 41|42
nixos 25.05
debian 9|10|11|12
opensuse 15.6|tumbleweed
alpine 3.19|3.20|3.21|3.22
openeuler 20.03|22.03|24.03|25.03
ubuntu 16.04|18.04|20.04|22.04|24.04|25.04 [--minimal]
kali
arch
gentoo
aosc
fnos
redhat --img="http://access.cdn.redhat.com/xxx.qcow2"

VPS融合怪#

Terminal window
curl -L https://raw.githubusercontent.com/oneclickvirt/ecs/master/goecs.sh -o goecs.sh && chmod +x goecs.sh && bash goecs.sh env && bash goecs.sh install && goecs

SpeedTest一键测速#

Terminal window
docker run -d -p 7070:80 --name speedtest ilemonrain/html5-speedtest:alpine

3x-ui#

Terminal window
bash <(curl -Ls https://raw.githubusercontent.com/xeefei/x-panel/master/install.sh)

搞机资源#

CPU天梯榜#

显卡天梯榜#

刷新率测试#

屏幕检测#

键盘测试#

鼠标测试#

手柄测试#

硬件功率计算#

系统激活#

Terminal window
# Windows 8、10、11:
irm https://get.activated.win | iex
# 如果上述操作被阻止(被 ISP/DNS),请尝试以下操作(需要更新 Windows 10 或 11):
iex (curl.exe -s --doh-url https://1.1.1.1/dns-query https://get.activated.win | Out-String)
# Windows 7及更高版本:
iex ((New-Object Net.WebClient).DownloadString('https://get.activated.win'))