10/22/2008

搞定ubuntu下的lsusecure 连接问题

原来是那个certificate 文件没有搞好,需要对全部用户可读,另外后缀要改为.pem

10/21/2008

需要清静的头脑

做科研需要一个专心而清静的头脑,这正是我现在缺乏的。
需要在工作时排除杂念,因为工作就是工作,其他事情放在
工作后再去想。

10/16/2008

在linux中停止某一个进程

  1. 先找到PID for firefox                                                             gyuan@shanghai:~$ pidof firefox                                    
  2. 然后 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 key.

In insert mode, the letters you type form words and sentences. Unlike many word processors, vi starts up in command mode.

10/09/2008

新任务

读root tutorial 来找到把数据导入文件和画图的方法,
然后修改JMSelectModule,完成画图,因为

augeroffline是基于root的,所以root 中的函数你都可以
用。