常用代码

233梯子代码   

bash <(curl -s -L https://git.io/v2ray.sh)


宝塔
wget -O install.sh http://download.bt.cn/install/install-ubuntu_6.0.sh && sudo bash install.sh

vps测速代码
wget -N --no-check-certificate https://raw.githubusercontent.com/FunctionClub/ZBench/master/ZBench-CN.sh && bash ZBench-CN.sh
wget -qO- --no-check-certificate https://raw.githubusercontent.com/oooldking/script/master/superbench.sh | bash
wget https://zhujitips.com/sh/linuxtest.sh -N --no-check-certificate && bash linuxtest.sh

 

vps格式化硬盘代码

执行这几个命令
1、umount /dev/sdb1
2、mkfs.ext4 /dev/sdb1
3、echo "/dev/sdb1 /www ext4 defaults 0 0" >> /etc/fstab
4、mount -a
即可3.

ipconfig/flushdns

评论

我要评论

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。