Monthly Archives: 9月 2009

gimp与gimpshop冲突

gimpshop安装后, 原来的gimp无法打开了, 命令行运行德话会提示undefined symbol: gimp_micro_version , 删除gimpshop就好了。

分享家:Addthis中国

top命令详解

  1. us -> User CPU time: The time the CPU has spent running users’ processes that are not niced.
  2. sy -> System CPU time: The time the CPU has spent running the kernel and its processes.
  3. ni -> Nice CPU time: The time the CPU has spent running users’ proccess that have been niced.
  4. wa -> iowait: Amount of time the CPU has been waiting for I/O to complete.
  5. hi -> Hardware IRQ: The amount of time the CPU has been servicing hardware interrupts.
  6. si -> Software Interrupts.: The amount of time the CPU has been servicing software interrupts.
  7. id is idle, in other words CPU idle status
  8. st is Time stolen from a virtual machine. Prior to Linux 2.6.11, unknown

更多内容,查看http://www.seoforclients.com/hr/top/

分享家:Addthis中国

ubuntu – $HOME/.dmrc File is Being Ignored

当登录ubuntu desktop出现如标题所示提示时, 你会发现登录后的桌面,图标等等都恢复到默认设置了,没有读用户的原来设置。解决办法如下:

sudo chmod 644 /home/yaozer/.dmrc
sudo chown yaozer /home/yaozer/.dmrc
sudo chmod -R 700 /home/yaozer
sudo chown -R yaozer /home/yaozer

(把/home/yaozer 换成用户的主目录)

文章参考: http://www.craigmayhew.com/blog/2008/11/ubuntu-804-homedmrc-file-is-being-ignored/

分享家:Addthis中国