close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_delta.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Mar 3, 2010, 2:02:32 PM (16 years ago)
- Author:
-
rock
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v28
|
v29
|
|
| 41 | 41 | * 法一:直接修改系統參數 |
| 42 | 42 | {{{ |
| 43 | | # echo 4 > /proc/acpi/sleep /** 適用 Kernel 2.4 **/ |
| | 43 | # echo 4 > /proc/acpi/sleep /** 適用 Kernel 2.4 (swsusp)**/ |
| 44 | 44 | |
| 45 | | # echo disk > /sys/power/state /** 適用 Kernel 2.4 & 2.6 **/ |
| | 45 | # echo disk > /sys/power/state /** 適用 Kernel 2.4 & 2.6 (swsusp)**/ |
| 46 | 46 | }}} |
| 47 | 47 | * 法二:透過高階指令 |
| … |
… |
|
| 51 | 51 | $ sudo acpitool -S /** 使用 acpitool **/ |
| 52 | 52 | |
| 53 | | $ sudo hibernate-disk /** 使用 hibernate & usesusp **/ |
| | 53 | $ sudo hibernate-disk /** 使用 hibernate **/ |
| | 54 | |
| | 55 | $ sudo s2disk /** 使用 uswsusp **/ |
| 54 | 56 | }}} |
| 55 | 57 | * 如何 WOL 休眠中的電腦 |