Skip to content

Debian 12

Intel

Installing Client GPUs — Intel® software for general purpose GPU capabilities documentation

  • Debian 12参考Ubuntu 22.04LTS安装方法

GNOME

AppIndicator and KStatusNotifierItem Support - GNOME Shell Extensions

  • 状态栏图标,方便例如FDM或CV等应用使用

Customize IBus - GNOME Shell Extensions

  • 对iBus输入法的字体字号和背景等进行设置

Eumlator

Waydroid | Android in a Linux container

1
2
3
4
waydroid prop set persist.waydroid.width 480
waydroid prop set persist.waydroid.height 800
waydroid session stop
waydroid session start

IME

RIME | 中州韻輸入法引擎

Download

FDM:Free Download Manager - 從網路下載任何東西

qBittorrent Enhanced: c0re100/qBittorrent-Enhanced-Edition: [Unofficial] qBittorrent Enhanced, based on qBittorrent

Terminal

  • 终端出现(END),输入q退出并进行下一步
  • 搜索包含特定字段的包,例如安装前缀为libxcb的包:sudo apt search libxcb*
  • 拔出移动设备前,查看是否有大量数据写入未完成cat /proc/meminfo|grep -i Dirty
  • 提示缺少特定文件时,可使用类似cp ~/lib/R/modules/lapack.so ~/lib/R/modules/libRlapack.so的语句将已有的其他地方的文件复制到所需位置,或使用符号链接或称软链接ln -s

bash补全: scop/bash-completion

代替系统pip: pipx

Grub

1
2
3
4
5
6
7
sudo nano /etc/default/grub
# 修改为 GRUB_TIMEOUT=0
# 修改为 GRUB_CMDLINE_LINUX_DEFAULT="quiet splash systemd.show_status=0 loglevel=0"
sudo update-grub
sudo apt install plymouth plymouth-themes
sudo plymouth-set-default-theme -R tribar
reboot

Office

winunix/wps-office-fonts: TTF Fonts to WPS Office

  • 可将Windows中字体复制并安装,相当一部分其他来源的文档依赖这些字体

Password

KeePass Password Safe | Windows

VMware

Build host vmware kernel modules - VI-Toolkit | sudo apt-get install linux-headers-$(uname -r)

Package

Flatpak—the future of application distribution

More

git鉴权失败问题 以及每次clone 都要输入用户名密码问题_git clone 鉴权失败-CSDN博客