Echo Eatta

解决Debian13、KDE Plasma6.x、fcitx5环境下VsCode无法输入中文的问题

问题描述 在安装了Debian13,桌面环境为KDE,输入法为fcitx5的情况下,VsCode无法输入中文。 通常如果启用了fcitx5,我们会在/etc/environment中配置如下环境变量 INPUT_METHOD=fcitx5 XMODIFIERS=@im=fcitx GTK_IM_MO

Eatta Published on 2025-08-28

Linux p7zip解压工具安装与使用说明

7z 命令(来自 p7zip 软件包)对中文和各种编码的支持通常比 unzip 更好。 安装 首先安装 p7zip(如果尚未安装): Ubuntu/Debian: bash sudo apt install p7zip-full CentOS/RHEL/Fedora:

Eatta Published on 2025-08-27

Debian安装Docker总结

准备安装环境 sudo apt install curl vim wget gnupg dpkg apt-transport-https lsb-release ca-certificates 添加GPG公钥和apt源 # 第一步 sudo curl -sS https://mirrors.tun

Eatta Published on 2025-06-30