«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 targets for hackers seeking to embarrass organizations or promote a political agenda. Good security practices… Leer más: «Best Practices» for an Internet Webserver »

Primary SMF Utilities

3 Primary SMF Utilities: 1. svcs – lists services and provides additional info 2. svcadm – permits interation with services, including state transitions. 3. svccfg – permits interaction with service configuration database bash-3.00# svcs -a |less STATE STIME FMRI legacy_run 14:43:50 lrc:/etc/rc2_d/S10lu legacy_run 14:43:50 lrc:/etc/rc2_d/S20sysetup legacy_run 14:43:50 lrc:/etc/rc2_d/S40llc2 legacy_run 14:43:50 lrc:/etc/rc2_d/S42ncakmod legacy_run 14:43:51 lrc:/etc/rc2_d/S47pppd legacy_run… Leer más: Primary SMF Utilities »

SMF Service Management Facility

Service Management Facilty (SMF) Service Names Solaris uses a URI string called an FMRI (Fault Managed Resource Identifier) to identify system objects for which advanced fault and resource management capabilities are provided. Services managed by SMF are assigned FMRI strings prefixed with the scheme name «svc», as shown in the following examples for the Solaris… Leer más: SMF Service Management Facility »

At Last Locate for solaris

-bash-3.00# pkg-get -i findutils Installing findutils – A set of utilities for searching a filesystem as <CSWfindutils> ## Installing part 1 of 1. /opt/csw/bin/gfind /opt/csw/bin/glocate /opt/csw/bin/gupdatedb /opt/csw/bin/gxargs /opt/csw/libexec/gbigram /opt/csw/libexec/gcode /opt/csw/libexec/gfrcode /opt/csw/share/info/find.info /opt/csw/share/locale/be/LC_MESSAGES/findutils.mo /opt/csw/share/locale/bg/LC_MESSAGES/findutils.mo /opt/csw/share/locale/ca/LC_MESSAGES/findutils.mo /opt/csw/share/locale/da/LC_MESSAGES/findutils.mo /opt/csw/share/locale/de/LC_MESSAGES/findutils.mo /opt/csw/share/locale/el/LC_MESSAGES/findutils.mo /opt/csw/share/locale/eo/LC_MESSAGES/findutils.mo /opt/csw/share/locale/es/LC_MESSAGES/findutils.mo /opt/csw/share/locale/et/LC_MESSAGES/findutils.mo /opt/csw/share/locale/fi/LC_MESSAGES/findutils.mo /opt/csw/share/locale/fr/LC_MESSAGES/findutils.mo /opt/csw/share/locale/ga/LC_MESSAGES/findutils.mo /opt/csw/share/locale/gl/LC_MESSAGES/findutils.mo /opt/csw/share/locale/hr/LC_MESSAGES/findutils.mo /opt/csw/share/locale/hu/LC_MESSAGES/findutils.mo /opt/csw/share/locale/id/LC_MESSAGES/findutils.mo /opt/csw/share/locale/it/LC_MESSAGES/findutils.mo /opt/csw/share/locale/ja/LC_MESSAGES/findutils.mo /opt/csw/share/locale/ko/LC_MESSAGES/findutils.mo /opt/csw/share/locale/lg/LC_MESSAGES/findutils.mo /opt/csw/share/locale/ms/LC_MESSAGES/findutils.mo /opt/csw/share/locale/nl/LC_MESSAGES/findutils.mo /opt/csw/share/locale/pl/LC_MESSAGES/findutils.mo /opt/csw/share/locale/pt/LC_MESSAGES/findutils.mo… Leer más: At Last Locate for solaris »

Changing the IP on Solaris 10 requires editing two files:

1. /etc/hosts 2. /etc/inet/ipnodes If you are changing network address, you will need to change the router address in the file: 1. /etc/defaultrouter Changing the hostname now only requires editing these files: 1. /etc/hosts 2. /etc/nodename 3. /etc/hostname.<interface name> <interface name> is the driver name followed by the instance number of the interface. ie. hme0,… Leer más: Changing the IP on Solaris 10 requires editing two files: »

OPENSSL HTTPS SSL SOLARIS COOLSTACK

OpenSolaris Discussions Communities Projects Download Source Browser sun.com docs.sun.com My Sun Worldwide Sites Products Downloads Service & Solutions Support Training Research Contents Configuring SSL for Coolstack This document provides information about how to enable SSL for Coolstack version 1.1. What is Coolstack? Coolstack (also called as SAMP stack), contains the following software that is built… Leer más: OPENSSL HTTPS SSL SOLARIS COOLSTACK »

xtermc Profile Edit ( macosx terminal problem )

bash-3.00$ vi ~/.profile -bash-3.00$ cat ~/.profile #       This is the default standard profile provided to a user. #       They are expected to edit it to meet their own needs. MAIL=/usr/mail/${LOGNAME:?} export TERM=xtermc