Changes between Version 1 and Version 2 of jazz/10-08-27


Ignore:
Timestamp:
Aug 27, 2010, 5:03:19 PM (14 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/10-08-27

    v1 v2  
    11= 2010-08-27 =
    22
    3  * 雲端技術展示 - 抓抓龍(Crawlzilla)簡報、展示
     3 * 14:00~15:00 雲端技術展示 - 抓抓龍(Crawlzilla)簡報、展示
     4 * 15:00~17:00 Crawlzilla 後續發展方向討論 - [http://code.google.com/p/crawlzilla/issues/list 開 issue]
     5
     6 * [備忘] [http://www.vpsee.com/2010/08/reboot-linux-after-a-kernel-panic/ Linux 遇到 kernel panic 後可自動重新開機(Auto Reboot)]
     7{{{
     8#!sh
     9$ sudo sysctl -w kernel.panic = 20
     10}}}
     11或者編輯 /etc/sysctl.conf 加入
     12{{{
     13kernel.panic = 20
     14}}}