定时关机:

shutdown -h now

shutdown -h +60 

shutdown -h 23:00 

查看系统对3D支持度:

/usr/lib/nux/unity_support_test -p

ubuntu11.10会自动同步软件,配置信息,通过ubuntu one帐号,方便了!

chrome://about   查看浏览器各种选项

gvim命令处理文本内容:

%s/^..........//g    删除每一行前十个字符,实际是替换

%s/[^a-zA-Z\ ,.;'"!?0-9]//g    删除特殊字符,除了标点和单词

相关文章:

  • 2021-12-31
  • 2021-09-03
  • 2021-10-14
  • 2021-07-25
  • 2021-11-22
  • 2021-10-18
  • 2021-06-02
  • 2021-05-22
猜你喜欢
  • 2021-12-10
  • 2021-12-22
  • 2021-12-22
  • 2022-01-02
  • 2022-02-13
  • 2021-09-22
相关资源
相似解决方案