摘要: https://blog.quickso.cn/ 阅读全文
posted @ 2021-02-25 18:33 木子欢儿 阅读(785) 评论(0) 推荐(0)
摘要: tcp的frp会被运营商阻断。 无法连接,报错: 1 login to the server failed: i/o deadline reached. With loginFailExit enabled, no additional retries will be attempted 推测是被运 阅读全文
posted @ 2026-08-25 19:43 木子欢儿 阅读(4) 评论(0) 推荐(0)
摘要: Intel 架构的 MacBook Pro 运行 Linux 发热量高是一个非常普遍的现象。根本原因在于 macOS 对 Apple 硬件(尤其是 SMC 物理风扇策略和 Intel Turbo Boost 睿频控制)有深度调校,而原生 Linux 内核的电源管理策略偏向保守或响应迟钝,导致风扇启动 阅读全文
posted @ 2026-08-02 22:14 木子欢儿 阅读(27) 评论(0) 推荐(0)
摘要: 1. 创建 resume 脚本 打开终端: sudo nano /lib/systemd/system-sleep/brcmfmac-reset 写入: #!/bin/sh if [ "$1" = "post" ]; then echo -n "0000:03:00.0" > /sys/bus/pc 阅读全文
posted @ 2026-08-02 07:28 木子欢儿 阅读(16) 评论(0) 推荐(0)
摘要: docker-compose.yml 文件,包含 PostgreSQL 17、Zabbix Server、Zabbix Web 和 Zabbix Agent 四个服务 version: '3.8' services: postgres: image: postgres:17-alpine conta 阅读全文
posted @ 2026-08-01 00:48 木子欢儿 阅读(19) 评论(0) 推荐(0)
摘要: @echo off setlocal EnableDelayedExpansion title Multi-Model Launcher :: :: Configuration :: set MODEL_DIR=models set PORT=8080 set CONTEXT=131072 if n 阅读全文
posted @ 2026-07-22 17:38 木子欢儿 阅读(12) 评论(0) 推荐(0)
摘要: Xfce是轻量级的桌面环境,其消耗的内存非常少,约需要不到200MB的内存,对小内存机器非常友好。相比较windows系统,xfce + rdp可以节约更多的系统资源。一行命令安装: apt install task-xfce-desktop 如果中间报错,运行: dpkg --configure 阅读全文
posted @ 2026-07-08 12:31 木子欢儿 阅读(73) 评论(0) 推荐(0)
摘要: nano /etc/systemd/system/ollama.service 添加 [Service] Environment="OLLAMA_HOST=0.0.0.0" Environment="OLLAMA_ORIGINS=*" 重启 sudo systemctl daemon-reload 阅读全文
posted @ 2026-06-28 16:40 木子欢儿 阅读(13) 评论(0) 推荐(0)
摘要: 1. 安装 XFCE 和 TigerVNC sudo apt update sudo apt install -y \ xfce4 \ xfce4-goodies \ tigervnc-standalone-server \ tigervnc-common 检查: which startxfce4 阅读全文
posted @ 2026-06-22 18:04 木子欢儿 阅读(39) 评论(0) 推荐(0)
摘要: 1. 安装基础组件 sudo apt update sudo apt install -y labwc seatd lightdm waybar foot swaybg polkitd xdg-user-dirs pcmanfm lxterminal labwc:窗口合成器(和树莓派一致) wayb 阅读全文
posted @ 2026-06-22 16:56 木子欢儿 阅读(45) 评论(0) 推荐(0)
摘要: pinout 用于查询 GPIO 引脚输出信息的实用程序。 在终端窗口中,顶部显示的是电路板的描述,其次是电路板的彩色 ASCII 图,最后是 GPIO 针座上的针脚颜色匹配列表。 简介 pinout [-h] [-r REVISION] [-c] [-m] [-x] 说明 用于查询 Raspber 阅读全文
posted @ 2026-06-22 12:04 木子欢儿 阅读(11) 评论(0) 推荐(0)