Daily Archives: August 10, 2008

SMF Service ADMIN

-bash-3.00# which svcadm /usr/sbin/svcadm -bash-3.00# svcadm Usage: svcadm [-v] [cmd [args ... ]] svcadm enable [-rst] … – enable and online service(s) svcadm disable [-st] … – disable and offline service(s) svcadm restart … – restart specified service(s) svcadm refresh … Continue reading

Posted in solaris | Leave a comment

undo VIM Colores VIM SOlaris

~ original vi had only one level of undo ~ yikes! ~ vim has unlimited (limited only by memory) ~ set ‘undolevels’ to what you need (1000 default) ~ simple case: u – undo, CTRL-R – redo ~ vim 7 … Continue reading

Posted in solaris | Leave a comment

“Best Practices” for an Internet Webserver

__________________________________________________________ The following a set of “Best Practices” for an Internet Webserver, based on my own experience and advisory J-042 from the U.S. Department of Energy Computer Incident Advisory Capability (CIAC) __________________________________________________________ PROBLEM: Public web servers continue to be attractive … Continue reading

Posted in Security | Comments Off