Excellent Online Reference and Documentations

 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Excellent Online Reference and Documentations
# 1  
Old 03-18-2002
Java Excellent Online Reference and Documentations

LINK:
Excellent Online Reference and Documentations

http://www.netbsd.org/Documentation/misc/index.html
- Online NetBSD Documentation:

http://www.princeton.edu/~unix/Solaris/sundocs.html
- Online Sun Documentation

http://publibn.boulder.ibm.com/cgi-bin/ds_rslt#1
- Online AIX Documentation

Great Link and support refrence documentations for NetBSD, AIX and Solaris multi support. Featuring from Installation, configurations and Troubleshoot. A must see.
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Perl de-reference code reference variable

Guys, May i know how can we de reference the code reference variable.? my $a = sub{$a=shift;$b=shift;print "SUM:",($a+$b),"\n";}; print $a->(4,5); How can we print the whole function ? Please suggest me regarding this. Thanks for your time :) Cheers, Ranga :) (0 Replies)
Discussion started by: rangarasan
0 Replies

2. HP-UX

hp ux documentations

Hi, It will be gratefuly to u if u send hp ux documentations and Questions and Answers. Pls. send to my mail id : removed Thanks ramesh (2 Replies)
Discussion started by: ramesh_ac66
2 Replies
Login or Register to Ask a Question
registration_profile(4) 												   registration_profile(4)

NAME
registration_profile - template for Basic Registration information SYNOPSIS
registration.profile The registration profile is a template for the information provided for Basic Registration. The information in this template is consumed by the sconadm(1M) utility. sconadm is the command-line alternative to the Basic Registration GUI. An example of the registration profile template is provided in /var/lib/breg/data/RegistrationProfile.properties. This file is owned by root, with read-only permissions. As root, you can copy the file to a location of your choosing and edit the file. The registration profile template contains the following properties: userName= password= hostName= subscriptionKey= portalEnabled= proxyHostName= proxyPort= proxyUserName= proxyPassword= Values are not required for every property. The filling in or leaving blank a property depends on the task you intend to perform. Possible tasks are registering a new system, reregistering a system, and establishing a proxy. See sconadm(1M) for examples. The properties defined for a registration template are as follows: userName Corresponds to Sun Online Account user name. password Corresponds to Sun Online Account password. hostName Portal Common Name (defaults to Unix host name, if not provided). subscriptionKey Enable access to all updates by providing your Sun Subscription Key for entitlement. portalEnabled If true, enable local client to be managed at the Sun-hosted Update Connection Service. If false, disable local client to be managed at the Sun-hosted Update Connection Service. proxyHostName Your HTTP web proxy host name. proxyPort Your HTTP web proxy port number. proxyUserName Your HTTP web proxy user name. proxyPassword Your HTTP web proxy password. Example 1: Sample Registration Profile Below are the contents of a sample registration profile. Such a profile might be used to specify a proxy server with authentication. userName= password= hostName= subscriptionKey= portalEnabled= proxyHostName=webcache.mycompany.com proxyPort=8080 proxyUserName=myCompanyProxyUserName proxyPassword=myCompanyProxyPassword See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWbreg | +-----------------------------+-----------------------------+ |Interface Stability |Stable | +-----------------------------+-----------------------------+ sconadm(1M), attributes(5) 20 Sep 2005 registration_profile(4)