Skip to content

[小技巧]安装go并自建iphone13的有货监控服务+bark通知到iphone

Problem Definition 有货之后自动通知 https://github.com/SealinGp/cisasntyi/blob/main/Readme.md Solution 安装Go – 依赖Go环境 安装Bark并获得notification url 参考 https://github.com/Finb/bark-server 和 https://github.com/Finb/Bark 启动监控器 有货就会自动通过bark来通知

[新服务]在heroku上部署typecho blog

目的 免费blog serverless 参考 https://github.com/iam233/TFH-Project 实现 从git页面上点击”Deploy to Heroku” 安装postgre数据库插件并链接到主app – https://elements.heroku.com/addons/heroku-postgresql 找到postgresql的数据库配置信息 配置博客 发布第一篇并测试

[小技巧] 开源程序自动监测苹果店

Problem Definition https://github.com/Sunnyyoung/AppleReserver/releases https://github.com/Sunnyyoung/AppleReserver Solution 获得iphone 13 pro & max的part number https://www.techwalls.com/iphone-13-pro-max-model-number-a2484-a2641-a2643-a2644-a2645-differences/ https://www.techwalls.com/iphone-13-pro-model-number-a2483-a2636-a2638-a2639-a2640-differences/

[新服务] 宝塔nginx带dav模块直接支持webdav

目的 宝塔+weddav 参考 https://sunpma.com/1073.html#comment-7666 实现 确认nginx 编译带了 http_dav_module 模块 建新站,并开启目录用户名+密码 配置文件 已经可以通过http来访问网站和webdav了 CF+反代

[新软件] VitalSigns 3免费的 macOS 系统监测工具

Summary https://www.disometric.com/vitalsigns https://www.appinn.com/vitalsigns-3-for-mac/ 介绍 VitalSigns 3 是一款免费的 macOS 系统监测工具,支持 Intel 和 M1(Beta),可以从菜单栏看到系统当前的温度(10 种传感器)、风扇、内存使用情况,还支持高温报警,设计干净、优美,最重要的是贵在免费 一些截图

[新网站] ipfs实现分布式文件储存

服务总结 ipfs 图片或者文件都可以 永不删除 < 10G 上传到 https://www.decentrafile.com/ 获得HASH_KEY http://yourlink.decentrafile.com/ipfs/HASH_KEY 来直接访问 或者去 http://decentrafile.com/retrieve.html Price/Fee/Cost Free 使用过程

使用yandex的域名邮箱

服务总结 https://zhuanlan.zhihu.com/p/158629256 去 https://360.yandex.com/business/ 开始申请域名邮箱 Price/Fee/Cost 0 – 可以为1000个用户开启 10GB per user 先设置DNS 管理界面在admin.yandex.ru 或者 main.your.domain 一些配置选项 smtp.yandex.com imap.yandex.com 开启app password & 自动转发

[新服务]xfce-vnc+Docker(Chrome+Firefox)

目的 云端浏览器 vnc through web – consol/ubuntu-xfce-vnc 类似于 之前的本馆文档 参考 https://hub.docker.com/r/consol/ubuntu-xfce-vnc/ 实现

[新服务] docker simple-mail-forward自动转发所有域名邮件到目标邮件

目的 从[email protected] -> [email protected] 从 任意[email protected] -> [email protected] 从 任意@in.com 同时转发给多个 [email protected]|[email protected]等等 最终CloudFlare只需要设置MX和DKim两项即可 参考 https://github.com/huan/docker-simple-mail-forwarder 实现 CloudFlare设置 auto.xx.cc (对外的邮件可以是 [email protected]) 运行docker 设置dkim – cat dkim/auto.hate.cc/default.txt 验收

[新服务] 通过maddy实现个人域名邮箱的自建(mail service)

目的 实现个人域名邮箱的自建 需要开放端口 25,465,587,993,143 参考 https://lala.im/7978.html 实现 先在cloudflare设置 A记录(maddy.xx.xx -> IP) MX(xx.xx -> maddy.xx.xx) TXT(_dmarc -> v=DMARC1; p=none; rua=mailto:[email protected]) TXT (xx.xx -> v=spf1 mx ip4:206.190.your-own.ip/32 -all) 确保端口25,465,587,993,143 可用 正式安装 – 确保nginx配置文件支持多站点独立配置 cloudflare补充设置dkim maddy在第一次启动的时候会生成一个dkim密钥,所以现在来补充配置一下dkim的dns解析 到此 –… Read More »[新服务] 通过maddy实现个人域名邮箱的自建(mail service)

[VPS特写]Virmach $5.02 双IP 是亮点

结论 双IP virmach双IPvirmach$5.02-2C512M5G2T双IP202112过期 Acquisition Log-In & Control Panel 各种测试 – 最新脚本本馆档案链接 综合 机器配置 回程 测速 服务器端测速 油管测速 speedtest 本地下载测速 流媒体解锁测试 Netflix

[新软件] 划词翻译插件

Summary 可以同时开启多个源的网页翻译 非网页也可以 拷贝后,用 cmd+shift+1来实现翻译 介绍 https://www.appinn.com/crx-selection-translate-for-chrome/ 一些截图

[新服务] HandBrakeCli 命令行批量处理整个目录

目的 批量处理,而不是像UI界面上的一个个来 参考 https://joshneri.us/converting-video-from-a-hubsan-h107d-using-handbrake-cli/ 实现 先下载 单命令行实验 将下载的HandBrakeCLI 放到 /usr/local/bin或echo $PATH能访问的地方 批量处理的script chmod +x HandBrakeCLI-Folder-RemoveOrigin.sh 测试

[新软件] 跨平台ssh工具windterm

Summary 跨平台,Windows + Linux + MacOS 挺好看 性能非常好 – 占用内存小 介绍 https://github.com/kingToolbox/WindTerm/releases 介绍 https://kingtoolbox.github.io/ https://www.xiaoz.me/archives/16314 一些技巧 – WindTerm目录下的global\themes\dige-black\scheme.theme mac下: /Applications/WindTerm.app/Contents/MacOS/global/themes/dige-black/ 快捷命令 设置跳板机 一些截图