10/22/2008
10/21/2008
10/16/2008
在linux中停止某一个进程
- 先找到PID for firefox
gyuan@shanghai:~$ pidof firefox - 然后 kill -9 4383
killall -9 firefox
10/14/2008
vi Modes
vi has two modes:
- command mode
- insert mode
In command mode, the letters of the keyboard perform editing functions (like moving the cursor, deleting text, etc.). To enter command mode, press the escape
订阅:
评论 (Atom)