Sponsored Content
Operating Systems SCO Any Other Browser for SCO UNIX OpenServer? Post 303016204 by Transpower on Saturday 21st of April 2018 03:57:12 PM
Old 04-21-2018
Any Other Browser for SCO UNIX OpenServer?

Obviously, the client browsers which came with SCO UNIX OpenServer, Netscape and Mozilla, are horribly outdated now. Does anyone know of a relatively current browser which will work in their place?
This User Gave Thanks to Transpower For This Post:
 

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Sco Unix OpenServer Release 3.0

hi everybody I have got a set of sco unix open server release 3.0 flopyy disks series N1, N2, M1, P1...P43, Release notes.. ý did a fresh installation. but ý cant install ethernet card. when ý use netconfig-ad a chain -tcpip... there is a messge : the sco contain TCP/IP driver. and ý... (2 Replies)
Discussion started by: kaygusuz
2 Replies

2. UNIX for Dummies Questions & Answers

Books for administration in Unix SCO OpenServer Release 5

Hi, I am a new user to the Server SCO OpenServer(TM) Release 5. Could you please advise any books for me to have a comprehensive view of how to administrate this Unix server. Thanks (1 Reply)
Discussion started by: rogercko
1 Replies

3. UNIX for Dummies Questions & Answers

Upgrading web browser on Sco openserver 5?

The web browser I'm currently using is Netscape gold version 3.0.1. This browser seems really primitive. The graphical display is in black and white. Is there a way to uprade my browser? I would like a better graphical display. Could the forum recommend a particular version, and how to... (1 Reply)
Discussion started by: cstovall
1 Replies

4. UNIX for Dummies Questions & Answers

browser for openserver 5.0.4

I'm running SCO Unix openserver 5.0.4 at the moment. The problem is my dissatifaction with the web browser netscape 3.01. I wanted a better browser, and tried to install netscape 4.7, and the required rs504c patch. I'm still not able to see web pages in a satisfying matter, it is mostly black. I... (0 Replies)
Discussion started by: cantona007
0 Replies

5. UNIX for Dummies Questions & Answers

SCO Openserver 6.0

Hi there guys. I just got this new SCO version and i'm having some problem printing from shell, This is what i'm typing at the # sign : lp -dHP /etc/hosts and it prints no problem but when i use any other user at the $ sign it gives me this error. /dev/fd/7: /usr/lib/lp/sysv/7: not found. ... (1 Reply)
Discussion started by: josramon
1 Replies

6. SCO

SCO UNIX OpenServer 5.0.7 on Gigabyte GA-X58A-OC Motherboard

Does anyone here have experience with running SCO UNIX OpenServer 5.0.7 on the Gigabyte GA-X58A-OC motherboard? Are there any problems? (2 Replies)
Discussion started by: Transpower
2 Replies

7. SCO

Subverison in Sco unix openserver 5.0.7

Hi everybody I'm going to install svn client in sco unix openserver 5.0.7 where should I start ? I have no Idea what to do ? tnx (3 Replies)
Discussion started by: javad1_maroofi
3 Replies

8. SCO

SCO Unix OpenServer 5.0.5 Media Kit

My client has lost the SCO OS 5.0.5 install media. However, they do have a working SCO 5.0.5 system, but is crumbling apart. Where can I find the SCO OS 5.0.5 install media? Or can I get a copy of the SCO CD as a ISO file? Your help is much appreciated. (7 Replies)
Discussion started by: chedlee88-1
7 Replies

9. SCO

ESATA on SCO UNIX OpenServer 5.0.7

Has anyone here used eSATA drives on SCO UNIX OpenServer 5.0.7? SCSI host adapters and drives are getting harder to find, so I'm thinking about eventually switching to eSATA, but only, of course, if they will work with OpenServer. (2 Replies)
Discussion started by: Transpower
2 Replies

10. SCO

USB Printing for SCO UNIX OpenServer 5.0.7

Years ago I set up USB printing for SCO UNIX OpenServer 5.0.7 for a client--but I've misplaced my notes on how to do this! Maintenance Pack 5 is installed. I need step-by-step instructions to proceed. I've searched the SCO Knowledge Base site and found nothing there or elsewhere on the Web. (3 Replies)
Discussion started by: Transpower
3 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. 1.0.1e 2013-02-11 NSEQ(1)
All times are GMT -4. The time now is 10:04 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy