Archivo por meses: agosto 2008

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,… Read More: 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… Read More: 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

Copy Paste YANK VI

The command ‘Y’ or ‘yy’ copies (yanks) one or more lines. To copy one line, two lines, 10 lines, and all lines to the end of the file, respectively: Y 2Y 10Y yG To paste the text contained in the buffer above (uppercase P) or below the current cursor position (lowercase p), respectively: P p… Read More: Copy Paste YANK VI »

Categoría: Nix

A Quick Guide to vi

by Wei-Meng Lee 02/21/2003Jaguar includes a few text editors for your editing work. Of these applications, many experienced Unix users will prefer vi (Visual Editor). While users of GUI systems are more familiar with «user friendly» word processors and text editors, vi is a powerful and feature-rich text editor that is lean and efficient. However,… Read More: A Quick Guide to vi »

Categoría: Nix

Setting up NX Server for Solaris

Setting up NX Server for Solaris Prepared by: Gian Filippo Pinzari N°: D-405/2-NXS-DOC Approved by: Gian Filippo Pinzari Signature: Date: 20/05/2004 Amended: B Setting up NX Server for Solaris Index Setting up NXServer for Solaris Download Installation Enabling PAM Authentication with NX Download Download the ‘NX Server for Solaris’ package along with the prerequisite ‘NX… Read More: Setting up NX Server for Solaris »