On 01/13/2017 08:22 PM, John Andersen wrote:
I couldn't have summed it up better :) Not to mention the weeks of runtime you would get from a standard UPS in the event of a power failure.
Making it into a wifi access point proved easier than I imagined: https://frillip.com/using-your-raspberry-pi-3-as-a-wifi-access-point-with-ho...
Nice! As for another tweak, Debian uses the 'sudo' group name instead of 'wheel' for sudoers setup, so if you usually enable 'su' without a password for your user, just make your users a member of the 'sudo' group, and then add the following to /etc/pam.d/su: auth sufficient pam_wheel.so trust use_uid group=sudo pam allows the specification of the group as part of the auth requirement. (you would have already enabled the root account with 'sudo passwd root' of course) -- David C. Rankin, J.D.,P.E. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org