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来通知

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

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/

[小技巧]ifttt 转发本机所有短信到telegram

Problem Definition ifttt 将本机收到的短信转发到telegram 需要开放读取短信(+通知短信)的权限 自启动 – 这样不会被后台杀了进程就麻烦了 参考 – https://iamcristye.github.io/SMS-forwarding-using-IFTTT Solution 效果

区分符号链接(symlink)和硬链接(hardlink)

符号链接 符号链接对应的是文件路径,是symlink, file path, file data(== id)的串行关系。 硬链接 直接指向数据本身,和其他的文件路径的地位一样,是并行关系。 Windows里面的管理工具 如何使用

Oracle甲骨文云机器通过vnc进入救援模式

参考 https://yinhanghao.com/index.php/2021/06/21/oracle%e7%94%b2%e9%aa%a8%e6%96%87%e4%ba%91%e5%bf%98%e8%ae%b0root%e5%af%86%e7%a0%81%e6%95%99%e7%a8%8b/ 准备.pub文件 创建串行控制台连接 在terminal当中输入指令,然后爱咋拯救咋整

git action来启动远程ssh terminal

在外如果需要一个远程的ssh terminal做些危险的事情就可以用了 Fork from https://github.com/csexton/debugger-action 开始 – run actions workflow就可 登陆 随便找个ssh 客户端,ssh [email protected] 结束 有个全局15分钟的timeout,需要延长就打 touch /tmp/keepalive