Some things to noteā¦
20210620 Slackware's CPU frequency scaling works (checkout rc.cpufreq
) - just to remind myself, no need to look into this!
To allow non-root users basic admin (poweroff,reboot,etc.), add them to power
group and insert the following to sudoers
.
%power ALL=(ALL) NOPASSWD:/sbin/poweroff %power ALL=(ALL) NOPASSWD:/sbin/reboot %power ALL=(ALL) NOPASSWD:/usr/sbin/pm-suspend %power ALL=(ALL) NOPASSWD:/usr/sbin/pm-hibernate %power ALL=(ALL) NOPASSWD:/usr/sbin/pm-powersave
Note: The pm-* binaries (pm-utils) are no longer available on Slackware 15.0
Note20250112: use loginctl on Slackware 15.0 - no need to add sudoers
mv nsswitch.conf nsswitch.conf-orig
cp nsswitch.conf-mdns nsswitch.conf
rc.avahidaemon
and rc.avahidnsconfd