2020年6月8日星期一

debian 9 中文设置

$ apt-get install locales
$ dpkg-reconfigure locales
选择
  en_GB.UTF-8... done
  en_HK.UTF-8... done
  en_US.UTF-8... done
  zh_CN.GB2312... done
  zh_CN.GB18030... done
  zh_CN.GBK... done
  zh_CN.UTF-8... done
  zh_HK.BIG5-HKSCS... done
  zh_HK.UTF-8... done
  zh_TW.BIG5... done
  zh_TW.UTF-8... done



默认:C.UTF-8



字体:
$ apt-get install ttf-arphic-uming
$ apt-get install ttf-wqy-zenhei

没有评论:

发表评论

扩容/dev/mapper/pve-root

.执行 parted /dev/sdq 输入 print 找到要扩容的盘,应该是/dev/sdq3,检查大小 resizepart 3 100% quit 再检查大小 退出parted 更新物理卷的大小,当然这里前提是使用了LVM pvresize /dev/sda3 lvdis...