随笔分类 - debian
摘要:修改源 vim /etc/apt/sources.list 阿里云源 deb https://mirrors.aliyun.com/debian/ bookworm main non-free non-free-firmware contribdeb-src https://mirrors.aliy
阅读全文
摘要:1、查看缓存 free -m total 总物理内存 used 已使用内存 free 未使用内存 shared 应用程序共享内存 buffers 缓存,主要用于目录方面,inode值等 cached 缓存,用于已打开的文件 -buffers/cache 应用程序使用的内存大小,used减去缓存值 +
阅读全文
摘要:debian12源 https://www.cnblogs.com/kernelx/p/18178434 查看debian版本 cat /etc/debian_version 安装软件 不要用 dpkg 安装 deb 包,直接使用 apt install 安装,好处是apt安装的话,和平常更新一样,
阅读全文
摘要:debian软件包 安装 sudo dpkg -i linuxqq_3.0.0-100_amd64.deb sudo apt install -y linuxqq_3.0.0-100_amd64.deb 卸载 sudo dpkg -r linuxqq 安装中文输入法 1.安装fcitx5 sudo
阅读全文