缩短GRUB倒计时
修改配置
sudo nano /etc/default/grub
GRUB_TIMEOUT=2
GRUB_RECORDFAIL_TIMEOUT=2
更新配置
sudo update-grub
使用RTC时间
timedatectl set-local-rtc 1 --adjust-system-clock
timedatectl set-ntp true
timedatectl
GDM同步多显示器配置
sudo mkdir -p /var/lib/gdm3/seat0/config/
sudo cp ~/.config/monitors.xml /var/lib/gdm3/seat0/config/
sudo chown gdm:gdm /var/lib/gdm3/seat0/config/monitors.xml
更新系统
sudo apt update && sudo apt upgrade
中文字体
sudo apt install fonts-wqy-microhei fonts-wqy-zenhei fonts-noto-cjk ttf-mscorefonts-installer
sudo fc-cache -f -v
fc-cache -f -v
微软中文字体
sudo mkdir -p /usr/share/fonts/truetype/msfonts
sudo cp /home/firezhuo/msfonts/* /usr/share/fonts/truetype/msfonts/
sudo chmod 644 /usr/share/fonts/truetype/msfonts/*
sudo fc-cache -f -v
fc-cache -f -v
Gnome软件
sudo apt install gnome-shell-extension-manager

Comments NOTHING