banner
 Sayyiku

Sayyiku

Chaos is a ladder
telegram
twitter

vps test script

1. VPS Health Check Script#

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. Return Script#

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

3. Docker One-Click Script (Only Supports Debian)#

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

4. Node NVM Script#

Install nvm (optional)
nvm can be used to manage Node.js.

Open the terminal and use the one-click script to install nvm easily:

bash -c "$(curl -fsSL https://gitee.com/RubyKids/nvm-cn/raw/master/install.sh)"
Restart the terminal to take effect.

Install the latest LTS version of Node.js:

nvm install --lts

5. GPT Unlock Test#

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

6. Comprehensive Toolbox#

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

7. Streaming Media Test#

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

8. Oracle Modify Root Script#

#!/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

The default password is: 11235879
Remember to change the password after logging in! Command: passwd

Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.