XMake 基础 基本命令 自动生成项目文件 xmake create -P <目录> -P 参数用于指定创建的项目目录 编译 xmake 或 xmake build 或 xmake b -y 参数可以 2026-01-13 默认分类 #XMake#C/C++#IDE#VSCode
The system library javascriptcoregtk-4.1 required by crate javascriptcore-rs-sys was not found Tauri 项目编译遇到 The system library javascriptcoregtk-4.1 required by crate javascriptcore-rs-sys was not found 解决方案 下载 Arch 下依赖 sudo pacman -Syu sudo pa 2026-01-12 小记 #Rust
'xterm-kitty': unknown terminal type 在 SSH 服务器中执行 clear 命令时报错, 提示 'xterm-kitty': unknown terminal type 在服务器中安装 kitty 即可 Arch 系 sudo pacman -S kitty Debian 系 sudo apt install kitty 2026-01-12 小记 #Linux
Gnome 修改默认终端类型 Reference https://discourse.gnome.org/t/default-terminal/1307 将自己使用的终端发送软链接到 /usr/bin, 叫做 gnome-terminal sudo ln -s /usr/bin/fish /usr/bin/gnome-termi 2026-01-10 小记 #GNOME#Linux
Linux 安装 Nvidia 驱动 Arch 系 私有驱动 sudo pacman -S nvidia-open nvidia-settings nvidia-utils 如果有多个内核 sudo pacman -S nvidia-open-dkms nvidia-settings nvidia-utils 2026-01-07 小记 #Linux
KDE桌面主题路径 窗口装饰元素 /home/<username>/.local/share/aurorae/themes/ 图标 /home/<username>/.local/share/icons/ 小组件 /home/<username>/.local/share/plasma/plasmoids/ 颜色 2026-01-06 小记 #KDE#Linux
WSL 安装提示:拒绝访问 明明已经提权,但仍提示拒绝访问,可以添加参数从 web 下载而非 Microsoft Store wsl --install --web-download 2025-12-31 小记 #Windows
修复 Github Notifications Bug https://github.com/orgs/community/discussions/6874#discussioncomment-14507162 2025-09-27 小记 #Github