title: Hello World
date: 2026-01-12
这是一个干净的测试文章。
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
1 | $ hexo new "My New Post" |
More info: Writing
1 | $ hexo server |
More info: Server
1 | $ hexo generate |
More info: Generating
1 | $ hexo deploy |
More info: Deployment
来源:nodeseek 一键root加改密码脚本,包括适用于甲骨文: curl -fsSL -o root.sh “https://github.com/tonyliuzj/oneclick-root/releases/latest/download/root.sh” && chmod +x root.sh && sudo ./root.sh 或 wget -qO root.sh “https://github.com/tonyliuzj/oneclick-root/releases/latest/download/root.sh” && chmod +x root.sh && sudo ./root.sh 使用 root 权限运行脚本:sudo ./root.sh 脚本将会: 检测你的包管理器 更新软件包列表 安装 sudo 和 openssh-server 提示设置新的 root 密码 配置 SSH 允许 root 使用密码认证登录 重启 SSH 服务
一个据说可以接码注册GV的短信站 https://www.smspool.net/ 还有这两个据说也可以 https://sms-bus.com https://daisysms.com
多协议代理一键脚本 v2.0 - 自定义多协议共存
wget -O vless.sh https://raw.githubusercontent.com/Chil30/vless-all-in-one/main/vless.sh && chmod +x vless.sh && bash vless.sh
Linux 一键初始化 & SSH 加固脚本 curl -fsSL https://raw.githubusercontent.com/247like/linux-ssh-init-sh/main/init.sh -o init.sh && chmod +x init.sh && ./init.sh 来源:https://github.com/247like/linux-ssh-init-sh
Linux TCP/IP 和 BBR 参数智能优化脚本 bash <(curl -sL https://raw.githubusercontent.com/yahuisme/network-optimization/main/script.sh) 来源:https://github.com/yahuisme/network-optimization
VPS一键系统管理: bash <(curl -sL sh.cici.one) 只支持DEBIAN,ubuntu系统
S-UI面板搭建: bash <(curl -Ls https://raw.githubusercontent.com/alireza0/s-ui/master/install.sh) 项目地址:https://github.com/alireza0/s-ui