07 2025 档案

摘要:Github站点 https://github.com/linshenkx/prompt-optimizer 下载代码 # git clone https://github.com/linshenkx/prompt-optimizer.git 修改配置文件 # 复制配置文件 # cp env.loc 阅读全文
posted @ 2025-07-30 10:13 minseo 阅读(133) 评论(0) 推荐(0)
摘要:安装 curl -LsSf https://astral.sh/uv/install.sh | sh 加到系统命令 cp /root/.local/bin/uv /usr/bin/ 阅读全文
posted @ 2025-07-28 16:31 minseo 阅读(29) 评论(0) 推荐(0)
摘要:环境查看 系统环境 # lsb_release -a No LSB modules are available. Distributor ID:Ubuntu Description:Ubuntu 22.04.3 LTS Release:22.04 Codename:jammy # uname -a 阅读全文
posted @ 2025-07-25 14:53 minseo 阅读(29) 评论(0) 推荐(0)
摘要:安装依赖 npm install 更新依赖 npm update 打包 npm run build:prod 直接运行 npm run dev 阅读全文
posted @ 2025-07-16 09:50 minseo 阅读(33) 评论(0) 推荐(0)
摘要:环境查看 系统环境 # lsb_release -a No LSB modules are available. Distributor ID:Ubuntu Description:Ubuntu 20.04.4 LTS Release:20.04 Codename:focal # uname -a 阅读全文
posted @ 2025-07-15 17:51 minseo 阅读(132) 评论(3) 推荐(1)
摘要:环境查看 系统环境 # cat /etc/redhat-release Rocky Linux release 9.4 (Blue Onyx) # uname -a Linux RockyEs01003081 5.14.0-427.35.1.el9_4.x86_64 #1 SMP PREEMPT_D 阅读全文
posted @ 2025-07-14 14:44 minseo 阅读(31) 评论(0) 推荐(0)
摘要:需求:Tempo数据默认保存时间为1小时,需要保存的时间长一点 修改配置文件 # cat /etc/tempo/config.yml # 修改以下参数默认该参数值为1h # 需要设置成h不能使用d已天为单位 block_retention: 168h 2. 重启tempo # systemctl r 阅读全文
posted @ 2025-07-14 14:23 minseo 阅读(12) 评论(0) 推荐(0)
摘要:环境查看 系统环境 软件环境 设置SMTP 重置密码 阅读全文
posted @ 2025-07-02 13:46 minseo 阅读(11) 评论(0) 推荐(0)