使用R2搭建图床 2023年09月19日 Kana Momonogi 5 R2 介绍零出口费用的对象存储,关于怎么开,已经有前人栽好树了储存桶设置创建桶和api密钥:自定义域名:R2设置完成图床设置利用PicGo实现桌面图床应用,支持多种格式链接复制安装后再安装亚马逊s3 插件,安装会提示需要NodeJs,根据跳转下载安装即可... 阅读全文 0 评论
SSH一键安装密钥并且关闭密码登录 2023年09月19日 Kana Momonogi 4 #!/usr/bin/env bash #============================================================= # https://github.com/P3TERX/SSH_Key_Installe... 阅读全文 0 评论
DNS64 2023年09月19日 Kana Momonogi 4 cat > /etc/resolv.conf nameserver 2a00:1098:2b::1 nameserver 2a00:1098:2c::1 nameserver 2a01:4f8:c2c:123f::1 Google:names... 阅读全文 0 评论
SHELL DDNS 脚本 2023年09月19日 Kana Momonogi 4 #!/bin/bash # Telegram Bot 相关参数 telegram_bot_token="botid:xxx" telegram_chat_id="-id" # Cloudflare 相关参数 ... 阅读全文 0 评论
ACME证书申请 DNS模式 2023年09月19日 Kana Momonogi 5 (一)ACME安装curl https://get.acme.sh | sh alias acme.sh=~/.acme.sh/acme.sh安装程序会自动做以下操作:自动把 acme.sh 安装到你的 home 的.acme.sh目录下,即~/.a... 阅读全文 0 评论