Solaris 10
From Hackepedia
Jump to navigationJump to search
One major change I've noticed in Solaris 10 is that admintool is gone. They have replaced it with smc (Solaris Management Console) which is a bloated client-server tool.
You will want to install pkg-get and make sure you have gzip, and wget, in your path.
/etc/init.d/syslog: /usr/sbin/syslogd -t >/dev/msglog 2>&1 &
add the -t to stop accepting remote logs
/etc/init.d/sendmail: MODE=""
remove the -bd to stop it from running in daemon mode