Changes between Version 27 and Version 28 of jazz/Performance_Tuning
- Timestamp:
- Aug 27, 2010, 5:04:40 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
jazz/Performance_Tuning
v27 v28 233 233 }}} 234 234 235 == Security ==235 == Security / Management Tip == 236 236 237 237 * 關於 /proc/sysrq-trigger ([wiki:jazz/09-11-17 2009-11-17]) … … 243 243 * [http://www.redhat.com/docs/manuals/enterprise/RHEL-4-Manual/en-US/Reference_Guide/s3-proc-sys-kernel.html Redhat 手冊的說明 - /proc/sys/kernel/ 底下的檔案意涵] 244 244 * [http://lxr.linux.no/#linux+v2.6.31/Documentation/sysrq.txt Linux 核心關於 SysRq 的說明] 245 246 * [備忘] [http://www.vpsee.com/2010/08/reboot-linux-after-a-kernel-panic/ Linux 遇到 kernel panic 後可自動重新開機(Auto Reboot)] 247 {{{ 248 #!sh 249 $ sudo sysctl -w kernel.panic = 20 250 }}} 251 或者編輯 /etc/sysctl.conf 加入 252 {{{ 253 kernel.panic = 20 254 }}}