banner
 Sayyiku

Sayyiku

Chaos is a ladder
telegram
twitter

VPS 測試腳本

1.vps 體檢腳本#

bash <(wget --no-check-certificate -O- https://alist.lycoris.beauty/d/onedrive/sh/superbenchpro.sh?sign=GWnsvRKXQtoet2vYxpwWy6cyUgfTxOLfEpUWXlNwgo0=:0)
bash <(curl -L -s https://alist.lycoris.beauty/d/onedrive/sh/kkb.sh?sign=t7wvTC3SSfFiDGyXeNcyC34yFtIwY1AP7aQ7otqKD_o=:0)

2. 回程腳本#

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

3.Docker 一鍵腳本 (僅支援 debian)#

curl -fsSL https://get.docker.com | bash -s docker

4.Node NVM 腳本#

安裝 nvm (可選)
nvm 可以用於管理 Node.js。

打開終端,使用一鍵腳本,可以便捷地安裝 nvm:

bash -c "$(curl -fsSL https://gitee.com/RubyKids/nvm-cn/raw/master/install.sh)"
重啟終端即可生效

安裝 Node.js 最新的 LTS 版本:

nvm install --lts

5.GPT 解鎖測試#

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

6. 綜合工具箱#

wget -O box.sh https://raw.githubusercontent.com/BlueSkyXN/SKY-BOX/main/box.sh && chmod +x box.sh && clear && ./box.sh

7. 流媒體測試#

bash <(curl -L -s https://raw.githubusercontent.com/lmc999/RegionRestrictionCheck/main/check.sh)

8.Oracle 修改 root 腳本#

#!/bin/bash
echo root:11235879 |sudo chpasswd root
sudo sed -i 's/^#\?PermitRootLogin.*/PermitRootLogin yes/g' /etc/ssh/sshd_config;
sudo sed -i 's/^#\?PasswordAuthentication.*/PasswordAuthentication yes/g' /etc/ssh/sshd_config;
sudo service sshd restart

預設密碼是: 11235879
登入後一定要修改密碼!命令:passwd

載入中......
此文章數據所有權由區塊鏈加密技術和智能合約保障僅歸創作者所有。