08-06-2009
5 More Discussions You Might Find Interesting
1. UNIX for Dummies Questions & Answers
Hi,
1)If someone could help me out that how could i connect to internet.
Below is the system specification, and i have dial up connection.
Sun UltraSPARC-IIi 270MHz processor
256 MB memory
8.4 GB HDD
100/10BaseT Ethernet
CD-ROM drive
3.5" Floppy drive
2)Also, how to connect Sun to... (0 Replies)
Discussion started by: younics
0 Replies
2. Solaris
Hi all,
I must connect my PC (Windows 2000) to Sun Enterprise 450 (4 X UltraSPARC-II 400Mhz) for Solaris 10 Installation. My PC doesn't have a serial port therefore I must use USB port.
How can I connect USB port of my PC to the serial port (DB 25) of Sun 450?
Will be there any problems with... (3 Replies)
Discussion started by: Sunb3
3 Replies
3. UNIX for Dummies Questions & Answers
Hi,
If someone please help as my efforts been exhausted in connecting my sun blade 100 serial to my pc. I am using null modem with DB9(female) in sun blade and DB9(female, using gender change) in pc.
I am trying both hyper/putty 9600 8 N 1 configurations.
Thanks (2 Replies)
Discussion started by: younics
2 Replies
4. Solaris
hi All,
We tried to establish a connection from OpenSSH3.8.1 running on Windows Box to SunSSH-1.1 running on Solaris 10. Please see the debug statements.
C:\Documents and Settings\sadmin\.ssh>ssh sadmin@10.4.3.8 -v -v -v
OpenSSH_3.8.1p1, OpenSSL 0.9.7d 17 Mar 2004
debug1: Reading... (2 Replies)
Discussion started by: venusunil
2 Replies
5. Emergency UNIX and Linux Support
Hello,
I ahve written a shell script which is doing ssh from UNIX Sun Os to multiple Linux servers one by one using loop. but after first iteration the script is getting exit. Rather it should connect to other linux server as well one by one. Please refer belwo code.
#!/bin/ksh
#set -x... (2 Replies)
Discussion started by: skhichi
2 Replies
LEARN ABOUT MOJAVE
urn-scheme
uri_urn(n) Tcl Uniform Resource Identifier Management uri_urn(n)
__________________________________________________________________________________________________________________________________________________
NAME
uri_urn - URI utilities, URN scheme
SYNOPSIS
package require Tcl 8.2
package require uri::urn ?1.1.2?
uri::urn::quote url
uri::urn::unquote url
_________________________________________________________________
DESCRIPTION
This package provides two commands to quote and unquote the disallowed characters for url using the urn scheme, registers the scheme with
the package uri, and provides internal helpers which will be automatically used by the commands uri::split and uri::join of package uri to
handle urls using the urn scheme.
COMMANDS
uri::urn::quote url
This command quotes the characters disallowed by the urn scheme (per RFC 2141 sec2.2) in the url and returns the modified url as its
result.
uri::urn::unquote url
This commands performs the reverse of ::uri::urn::quote. It takes an urn url, removes the quoting from all disallowed characters,
and returns the modified urls as its result.
BUGS, IDEAS, FEEDBACK
This document, and the package it describes, will undoubtedly contain bugs and other problems. Please report such in the category uri of
the Tcllib SF Trackers [http://sourceforge.net/tracker/?group_id=12883]. Please also report any ideas for enhancements you may have for
either package and/or documentation.
KEYWORDS
rfc 2141, uri, url, urn
CATEGORY
Networking
uri 1.1.2 uri_urn(n)