开机进入grup:

   系统引导时按 Shift 或 Esc

 开机报错:isapnp: no plug & play device found

   修改GRUP引导参数:linux........ acpi=off noapic boot=.........  quiet splash

查看指定进程

  ps -ef | grep **   ( ** 是你要找的那个进程的名字)

重启网络

 service network restart  (凡是在 /etc/ini.d/ 下有开关的程序都可以这样,但有些程序这样重启会不大正常。如:Apache )

 SSH使用公钥

   .ssh 目录的权限必须是0700
.   ssh/authorized_keys 文件权限必须是0600