cat /proc/cpuinfo  |grep processor|awk '{print $3}'|wc -l 
 
改变虚拟机分辨率
 xrandr -s 1024x768 -r 60  或者  
 xrandr -s 800x600 -r 60 
 
电脑上不了网解决方法
netsh winsock reset
 
locale
察看字符集

相关文章:

  • 2021-06-13
  • 2022-12-23
  • 2021-11-03
  • 2022-12-23
  • 2021-09-08
  • 2021-05-11
  • 2021-11-06
  • 2021-06-24
猜你喜欢
  • 2021-12-30
  • 2021-10-13
  • 2022-12-23
  • 2021-05-02
  • 2021-09-22
  • 2021-11-03
  • 2022-12-23
相关资源
相似解决方案