vim:
移动光标至段首:^或者home键
移动光标至段尾:$或者end键
删除光标位置到本行开头:d0或者d^
删除光标位置到本行末尾:D或者d$
撤销操作:u
取消撤销操作:ctrl+r
-----------------------------------------------------------
shell:
强制杀死进程:kill -9 pid
-----------------------------------------------------------
更新系统时间:ntpdate 1.cn.pool.ntp.org(详情http://www.pool.ntp.org)