Re: Energy consumption oddity on a Mac-Mini

2016-02-13 Thread moosotc
moos...@gmail.com writes: > Hello, > > Trying to make Linux consume as little(or less) power as OS X does on > this Mac mini (as measured by watt meter that sits between the box and > the power outlet) led me to the following sequence of commands: > Here's a better one, the one that is actually b

Energy consumption oddity on a Mac-Mini

2016-02-12 Thread moosotc
Hello, Trying to make Linux consume as little(or less) power as OS X does on this Mac mini (as measured by watt meter that sits between the box and the power outlet) led me to the following sequence of commands: [..start script..] #!/bin/sh set -e test "$(id -u)" != "0" && exec sudo "$0" "$@" ec