自用脚本汇总

自用脚本汇总
DazzleJ自用常用脚本汇总
主要是自用备忘,不要乱使用,使用后果自负!
安知鱼主题博客的常用命令
新建文章和分类
1 | hexo new 文章 |
1 | hexo new page 分类 |
本地预览/推送
1 | hexo clean; hexo g; hexo s |
推送:
1 | hexo cl; hexo g; hexo d |
安装插件和卸载
1 | npm install 插件名 --save |
1 | npm uninstall 插件名 |
测评类
IP质量体检脚本
1 | bash <(curl -Ls IP.Check.Place) |
VPS融合怪服务器测评脚本
1 | curl -L https://github.com/spiritLHLS/ecs/raw/main/ecs.sh -o ecs.sh && chmod +x ecs.sh && bash ecs.sh -m 1 |
工具类
老王vps一键脚本工具
1 | curl -fsSL https://raw.githubusercontent.com/eooce/ssh_tool/main/ssh_tool.sh -o ssh_tool.sh && chmod +x ssh_tool.sh && ./ssh_tool.sh |
一键脚本
1 | bash <(curl -sL https://sh.nodeseek.com) |
1 | sudo ./ssh_tool.sh |
gost安装脚本
1 | bash <(curl -fsSL https://github.com/go-gost/gost/raw/master/install.sh) --install |
部署类
xeefei/3x-ui
1 | bash <(curl -Ls https://raw.githubusercontent.com/xeefei/3x-ui/master/install.sh) |
甬哥x-ui
1 | bash <(curl -Ls https://raw.githubusercontent.com/yonggekkk/x-ui-yg/main/install.sh) |
DD重装
一键脚本
1 | curl -O https://raw.githubusercontent.com/bin456789/reinstall/main/reinstall.sh && bash reinstall.sh |




