Jiashuo Li
Jiashuo Li
https://github.com/Karmenzind/kd/issues/30#issuecomment-2440152317 顺便,受这个sh脚本的启发,我也写了一个简明+交互模式的脚本 ```sh #!/bin/bash echo -e "\033[94mWelcome to kd!\033[0m" while true; do # Ctrl+D 退出 if ! read -r -p "> " msg; then echo -e "exit" exit 0 fi...
查询失败的log: ``` 2024-12-31T20:16:10.119+0800 INFO systemd/systemd.go:20 Executed: `/usr/bin/systemctl is-active --user kd-server` Result: `inactive` Error: exit status 4 2024-12-31T20:16:10.123+0800 INFO systemd/systemd.go:20 Executed: `/usr/bin/systemctl is-active --user kd-server` Result: `inactive` Error: exit status 4...
补充系统信息 ``` ❯ fastfetch silver@lee ╭───────────────────────────────╮ | OS: Arch Linux x86_64 | Kernel: Linux 6.12.7-arch1-1 | Uptime: 1 day, 9 hours, 16 mins | Packages: 1507 (pacman) | Shell: fish...