File tree Expand file tree Collapse file tree 3 files changed +14
-7
lines changed Expand file tree Collapse file tree 3 files changed +14
-7
lines changed Original file line number Diff line number Diff line change 1+ # Ai
2+ > [ liguodongiot/llm-action: 本项目旨在分享大模型相关技术原理以及实战经验(大模型工程化、大模型应用落地)] ( https://github.com/liguodongiot/llm-action )
3+
4+
15# Local Ai
26> [ The 6 Best LLM Tools To Run Models Locally] ( https://getstream.io/blog/best-local-llm-tools/ )
37
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ categories:
2424 - 1.8.1. [ crontab] ( #crontab )
2525 - 1.8.2. [ Systemd] ( #systemd )
2626
27- 💠 2024-12-12 15:04:18
27+ 💠 2025-09-04 20:00:09
2828****************************************
2929# Linux 基础命令
3030> [ Linux 命令大全] ( http://man.linuxde.net/ )
@@ -121,7 +121,10 @@ categories:
121121
122122> [ 为什么crontab不执行] ( https://segmentfault.com/a/1190000020850932 )
123123- cron 脚本中的操作命令 都使用绝对路径, 必须注意环境变量问题
124- - 以及每行配置都需要以换行符结尾
124+ - 每行配置都需要以换行符结尾
125+ - crontab -e 注册用户 有权限执行相应命令
126+ - 环境变量差别,通过env命令进行确认
127+ - crond 未服务正常运行
125128
126129``` sh
127130 SHELL=/bin/sh
@@ -137,7 +140,8 @@ categories:
137140 # * * * * * user-name command to be executed
138141```
139142
140- - 编辑配置文件 ` crontab -e `
143+ - 编辑配置文件 ` crontab -e `
144+ - 注意每个当前用户都是独立的crontab计划,所以设置定时命令需注意执行用户权限问题
141145- 时间配置格式
142146 - * 表示所有值;
143147 - ? 表示未说明的值,即不关心它为何值;
@@ -148,8 +152,7 @@ categories:
148152 - 每分钟执行二进制命令
149153 - 每分钟执行脚本
150154
151- > 注意
152- >> 如果command是shell脚本,注意执行环境和权限问题
155+ - 执行日志: ` /var/log/cron `
153156
154157### Systemd
155158> [ 参考: Systemd 定时器教程] ( http://www.ruanyifeng.com/blog/2018/03/systemd-timer.html ) ` 配置和使用上比Crontab更繁杂, 但是有更多的可控制项 `
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ categories:
4040- 3 . [ 十六进制 Hex] ( #十六进制-hex )
4141- 4 . [ EditorConfig] ( #editorconfig )
4242
43- 💠 2025-07-21 20:20:05
43+ 💠 2025-09-04 20:00:09
4444****************************************
4545# 文本编辑器
4646
@@ -170,7 +170,7 @@ _个人配置_
1701701 . PlantUML
1711711 . Markdown PDF
1721721 . Draw.io Integration
173- 1 . vscode-mindmap
173+ 1 . vscode-mindmap ` eightHundreds `
1741741 . rainbow csv
1751751 . Office Viewer 类似 Typora
1761761 . Docker 微软推出
You can’t perform that action at this time.
0 commit comments