没想好 没想好

👦nsv

博主
nsv
1年前
假设环境变量已有A, B, C渠道,加入BARK_PUSH渠道,同时对4个渠道推送import notify notify.push_config["BARK_PUSH"]="xxxxxxxxx" #把BARK_PUSH加入push_config notify.send("title","content")假设环境变量已有A, B, C渠道,不用环境变量的渠道,单独发送BARK_PUSH渠道import notify notify.push_config= notify.send("title"
博主
nsv
2年前
在Linux系统中获取网卡eth1的IPv6地址ip -6 addr show eth1Linux 仅获取纯公网 IPv6 地址ip -6 addr | grep inet6 | awk -F '[ \t]+|/' '$3 == "::1" $3 ~ /^fe80::/ /inet6/ 'Mac 仅获取纯公网 IPv6 地址ifconfig | grep inet6 | awk -F '[ \t]+|/' '$3 == "::1" $3 ~ /^fe80::/ /inet6/ '获取同局域网其他设备Ipv6ip -6 neigh show | g
博主
nsv
2年前
项目地址:https://github.com/hectorqin/reader部署方式:https://github.com/hectorqin/reader/blob/master/doc.md在线体验 ? https://reader.htmake.com 功能说明:书源管理书架管理书架布局搜索书海看书移动端适配换源翻页方式手势支持自定义主题自定义样式WebDAV同步文字替换过滤听书<仅部分浏览器支持,手机端会因为锁屏而失效>用户配置备份恢复支持漫画支持音频书源失效检测导入本地TXT、EPUB、UMD、PDF格式的书籍书籍分组RSS订阅定时更新书架并发搜书本地书仓支持kin
博主
nsv
2年前
一个ddns的shell脚本,补充参数及设置定时任务即可使用#!/bin/bash # A bash script to update a Cloudflare DNS A record with the external IP of the source machine # Used to provide DDNS service for my home # Needs the DNS record pre-creating on Cloudflare # Proxy - uncomment and provide details if using a proxy #export http