本文最后更新于 350 天前,如有失效请评论区留言。
1、科技佬的工具箱
curl -sS -O https://raw.githubusercontent.com/kejilion/sh/main/kejilion.sh && chmod +x kejilion.sh && ./kejilion.sh
2、安装基本命令
apt install wget curl sudo vim git -y
3、文件夹复制
scp -r /本地文件夹的路径 root@remote_server_ip:/目标文件夹路径/
请确保在目标文件夹路径末尾加上斜杠(/)以指定为目录。
4、甬哥xui
bash <(wget -qO- https://gitlab.com/rwkgyg/x-ui-yg/raw/main/install.sh 2> /dev/null)
5、甬哥sing-box
bash <(curl -Ls https://gitlab.com/rwkgyg/sing-box-yg/raw/main/sb.sh)
6、改SSH密钥登录
bash <(curl -fsSL git.io/key.sh) -og GitHub账号 -p 22 -d
文件权限
chmod 600 /root/.ssh/id_rsa
chmod 600 ~/.ssh/authorized_keys
chmod 700 ~/.ssh
7、BlueSkyXN 综合工具箱
wget -O box.sh https://raw.githubusercontent.com/BlueSkyXN/SKY-BOX/main/box.sh && chmod +x box.sh && clear && ./box.sh
8、未知大佬脚本合集
wget -P /root -N https://cdn.jsdelivr.net/gh/ednovas/vpstoolbox@main/ednovastool.sh && chmod +x ednovastool.sh && ./ednovastool.sh