Sponsored Content
Full Discussion: Netscape question
Top Forums UNIX for Advanced & Expert Users Netscape question Post 11974 by nitin on Friday 14th of December 2001 11:14:12 PM
Old 12-15-2001
Hi Kelam,
Are you sure that your Netscape version is for UNIX? Usually, they pack the binaries in tar.gz format. Anyhow, there is a zip utility called 'zip' available in Linux (I've seen it only in Linux so far!). It is compatible with M$-DOS PKZIP, and the commands are same too. HTH,
Smilie
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Installation Netscape

Hi, I need help to install Netscape on AIX Thank's:) Operation System AIX 4.3 I has problem with configure MOZILLA_HOME (1 Reply)
Discussion started by: Niko
1 Replies

2. UNIX for Dummies Questions & Answers

How to download Netscape?

Please tell me how can I download the netscape for Sun Solaris ?:confused: (1 Reply)
Discussion started by: jameswong
1 Replies

3. Post Here to Contact Site Administrators and Moderators

netscape 4.5.1

Were you aware that the forum entries don't show up in netscape 4.5.1. This is true on an NT box and a solaris box. I changed my colors around on my winders box and checked to always use my colors. Unfortunately my company doesn't seem in any hurry to upgrade. It just means I have to ftp code... (7 Replies)
Discussion started by: gillbates
7 Replies

4. UNIX Desktop Questions & Answers

Netscape for unix?

How can I find netscape for unix? I could only find for windows. I need netscape for solaris (3 Replies)
Discussion started by: kymberm
3 Replies

5. UNIX for Dummies Questions & Answers

Using Netscape from unix

Hi All.. I have netscape installed communicator 4.75 installed in my unix box. But dont know exactly how to use that as a browser. I tried running it from installed dir. as shown below and got the following error. testu:/opt/netscape >netscape Error: Can't open display:... (1 Reply)
Discussion started by: ultimate
1 Replies

6. UNIX for Dummies Questions & Answers

Cant get Netscape to work...

when i try to open Netscape I get this: Xlib: connection to "hpbox:0.0" refused by server Xlib: Client is not Authorized to connect to server Error: Can't open display: hpbox:0.0 Error Couldn't find per display information *Note: I'm sharing a internet connection with my xp machine. Not... (2 Replies)
Discussion started by: Eric_Bakken
2 Replies

7. UNIX for Dummies Questions & Answers

Netscape and Patching question

Hey guys, I was able to get my NIC running and set it to DHCP... I can ping it....SSH....and Telnet to my Solaris 9 machine. But when im on the machine I can't get Netscape or the automatic patching software to connect. Is there some DNS things i need to set or something im a little stumped. ... (6 Replies)
Discussion started by: kingdbag
6 Replies

8. Solaris

Netscape 9 or Firefox 2.0

I have been unable to locate any Netscape 9 or Firefox 2.0 packages for Solaris 8. Does anyone know if they are available anywhere? Thanks in advance! (0 Replies)
Discussion started by: jalburger
0 Replies

9. UNIX for Dummies Questions & Answers

solaris 8 / netscape 4.76

I have an Ultra 5 machine with Solaris 8 installed as an operating system. To work with other PC's on my home network, I selected DHCP as the network protocol. I want to have Internet access on my Sun machine but have been unsuccessful. I had an old Netscape for Unix disk and installed it. The... (1 Reply)
Discussion started by: pb11545
1 Replies

10. UNIX for Dummies Questions & Answers

Netscape question

What command would you use to terminate all running instances of netscape-communicator owned by you on your system? (2 Replies)
Discussion started by: jdubya
2 Replies
NSEQ(1) 							      OpenSSL								   NSEQ(1)

NAME
nseq - create or examine a netscape certificate sequence SYNOPSIS
openssl nseq [-in filename] [-out filename] [-toseq] DESCRIPTION
The nseq command takes a file containing a Netscape certificate sequence and prints out the certificates contained in it or takes a file of certificates and converts it into a Netscape certificate sequence. COMMAND OPTIONS
-in filename This specifies the input filename to read or standard input if this option is not specified. -out filename specifies the output filename or standard output by default. -toseq normally a Netscape certificate sequence will be input and the output is the certificates contained in it. With the -toseq option the situation is reversed: a Netscape certificate sequence is created from a file of certificates. EXAMPLES
Output the certificates in a Netscape certificate sequence openssl nseq -in nseq.pem -out certs.pem Create a Netscape certificate sequence openssl nseq -in certs.pem -toseq -out nseq.pem NOTES
The PEM encoded form uses the same headers and footers as a certificate: -----BEGIN CERTIFICATE----- -----END CERTIFICATE----- A Netscape certificate sequence is a Netscape specific form that can be sent to browsers as an alternative to the standard PKCS#7 format when several certificates are sent to the browser: for example during certificate enrollment. It is used by Netscape certificate server for example. BUGS
This program needs a few more options: like allowing DER or PEM input and output files and allowing multiple certificate files to be used. 50 2013-03-05 NSEQ(1)
All times are GMT -4. The time now is 06:56 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy