- Home
- Projects
- Publications
- Academic
- Research Notes
- Open Source
- Miscellaneous
- SSD Linux benchmarks
- Git cheat sheet
- Home directory version control
- Austrian "Buergerkarte" under Linux
- Debian on a Thinkpad T42p
- (K)Ubuntu on a Dell Latitude XT
- Debian on a Gericom Phantom
- Encrypted home directories
- Automounting with hotplug
- Aladdin eToken under Linux
- Encrypted container under Linux and Windows
- SpeedTouch 330 ADSL USB modem with kernel 2.4
- Combining an open WLAN hotspot with private IPsec
- How to make a USB stick bootable
- Encrypted suspend-to-disk with Debian
- Import old emails into a Cyrus spool
- IPsec/L2TP gateway for Android and iPhone
- Nokia N900 synchronization with Egroupware
- Suspend and wakeup under Linux
- Android applications
- Debian Root CAs for KDE4
Saving power by suspending Linux desktops and servers
One way to save power is to suspend systems early and often. That does not only include laptops (which nowadays support suspend-to-RAM by default under all operating systems when manually closing the lid) and mobile phones or tablets (which have typically been designed from the ground up to support suspend/wakeup cycles well), but also standard desktop-type systems and even servers. To make suspend usable, however, wakeup must be done quickly and as soon as there is any potential user interaction. Otherwise, automatic suspend after some (hopefully short) idle time will be disabled when it inconveniences users only in the slightest.On this page, I collect tips and tricks on how to enable automatic suspend and quick resume on Linux laptops and desktops, and aim to document how to do it even for servers. At this time, this page is not complete....
Enabling wakeup by USB device interrupt (e.g. from mouse or keyboard)
Execute the following, e.g. by adding it to /etc/rc.local at least once after each bootup:
This makes it as comfortable as Windows and MacOS to wake up a desktop computer where the power button is often hard to reach (hint taken from http://blob.inf.ed.ac.uk/chris
