Categories
- ALCATEL (2)
- Blog Personal (135)
- Cisco (35)
- Cluster (2)
- elearn (13)
- Nix (381)
- OpenVMS (5)
- Programación (37)
- C++ (2)
- javaScript (11)
- PHP mySQL (22)
- travel (1)
- Windows (44)
- Exchange (3)
- SQL Server (6)
- www (7)
- apache (3)
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