On Unbuntu, instead of running tomcat7 as root you can also use
AUTHBIND. allow unprivileged user tomcat7 to bind to 'reserved' ports
(below 1023) sudo apt-get install authbind sudo touch
/etc/authbind/byport/443 sudo chmod 500 /etc/authbind/byport/4...
Not sure if its ok to bump an old thread but the above Extension
Attribute did not seem to work for me on 10.10 so I tinkered together
this. #!/bin/sh batteryHealth=$(/usr/sbin/system_profiler -xml
SPPowerDataType -detailLevel mini | grep -A 1
sppowe...