使用 journalctl 命令清理 systemd 等产品的日志。 根据时间清理旧的日志文件: sudo journalctl --vacuum-time=1years --vacuum-time 选项用于指定保留日志文件的时间跨度。 单位也可以是:1months、3days
辅助编写 cron 表达式,测试和解析 cron 表达式,查看匹配的后续时间。 https://crontab.guru/ 编辑和测试 cron 表达式。网页应用,免费。 https://cron.help/ 同上。Crontab syntax for us humans
可使用 --cron 参数指定执行周期,但是如果仅使用该参数,例如 pm2 start task.js --cron "*/15 * * * *" PM2 将启动您的 cron 作业,但它也会在作业程序完成后不断重新启动 cron 作业,无限循
清理日志: pm2 flush 清空所有日志 pm2 flush 1 清空任务1的日志 守护进程工具 pm2 基础用法
Daemons and Services in macOS 基础知识 守护程序: launchd。类似 Linux 中的 systemd,负责初始化、加载、启/停和管理系统服务。 管理命令: launchctl。
收集整理的🆓免费可商用的英文字体资源。且多数均已开源。 Reddit Sans https://github.com/reddit/redditsans MiSans、Lato、Circular 可代替 Arial EB Grarmond, Cardo 可代替 Times New Roman Aileron, Lnter, Roboto 可代替 「
收集整理的🆓免费可商用的中文字体清单。且多数是开源字体。 黑体 思源黑体,许可证是 SIL Open Font License,🆓可免费商用 得意黑,许可证是 SIL Open Font Lic
注意参数名: 在后端 rust 代码中,参数名必须是蛇形命名法,例如 tou_lan。 而在前端通过 invoke 调用时,参数名必须使用驼峰式命名法,例如 touLan 实例: 传递 user
ffprobe -v error -show_format -show_streams -show_programs -show_chapters -show_private_data -print_format json your-video.mp4 简化输出一些常用的信息: ffprobe -v error -select_streams v:0 -show_format -show_entries stream=height,width -of csv=s=x:p=0 -print_format json your-video.mp4 将结果输出到文件,在命令后添加 > meta.json 输出示例: { "programs": [ ], "streams": [ { "width": 1920, "height": 1080 }
📝 使用 ChatGPT 帮助我们对文本进行排版、批量替换、修正拼写错误等处理 ▶ 修正错乱的排版和拼写错误 从 PDF 复制出来的文本(或者 OCR 出来的文本),有不必要的换行