Looking for a copy of NeXTSTEP 3.3


 
Thread Tools Search this Thread
Operating Systems Solaris Looking for a copy of NeXTSTEP 3.3
# 1  
Old 12-02-2011
Looking for a copy of NeXTSTEP 3.3

Hi all.

I wish to try NeXTSTEP 3.3 on an old SPARCStation 5 but it seems that it is impossible to find its CD image anywhere in Internet. Smilie

I found only dead links about
- NeXTSTEP 3.3 Boot Disk.zip
- NeXTSTEP 3.3 User (M68k, I386).iso
- NeXTSTEP 3.3 User (Sun SPARC, HP PA RISC).iso
- NeXTSTEP 3.3 Dev (M68k, I386, Sun SPARC, HP PA RISC).iso

Does anyone have some working links or a working copy?

Thanks in advance.
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

how to copy the directory but not copy certain file

Hi experts cp bin root src /mnt but not copy bin/bigfile any help? ( I post this thread in the "redhat" forum wrongly, I don't know how to withdraw that question in that wrong forum) Thanks (6 Replies)
Discussion started by: yanglei_fage
6 Replies

2. Solaris

Need help with copy

Hi Gurus, I need some help to fulfill the following requirement. I have a file A and some contents in it and I have file B and some conent in it. I need to append the contents on File A to FIle B. I am sure its Basics but missing it. Thank You, Rama (1 Reply)
Discussion started by: rama krishna
1 Replies

3. UNIX for Dummies Questions & Answers

What is in-core copy and disk-copy of i-node table?

I have found a question from the exercises of my study mat. The question is "Why are there a in-core copy and a disk-copy of i-node block and super block?" If any one know the proper answer then please send me..... (1 Reply)
Discussion started by: dearanik
1 Replies

4. Shell Programming and Scripting

Copy from one HD to another :)

So i have two HD full of Files, files are ordered by First letter, then inside name of the person that created and inside that the month when i was created.. So There are folders A to Z, inside these folders there are names, and inside these names months.. For example M -> Miguel x ->... (1 Reply)
Discussion started by: supermiguel
1 Replies

5. UNIX for Dummies Questions & Answers

How to copy ?

HOw to copy a folder from one user to another user in UNIX ? (4 Replies)
Discussion started by: nani_ynm
4 Replies

6. Filesystems, Disks and Memory

Repartitioning scsi drive in Nextstep

Need to change the partitions on a SCSI drive with Nextstep. df shows filesystem kbytes used avail cap mounted on /dev/sd0a 2051824 231924 13% / /dev/sd0b 998332 9 0% /Vol2 /dev/sd0c 998332 9 0% /Vol3 /dev/sd0d 998332 9 0% /Vol4 /dev/sd0e 998332 9 0% /Vol5... (3 Replies)
Discussion started by: Mace
3 Replies
Login or Register to Ask a Question
JPEGHOTP(1)							   User Commands						       JPEGHOTP(1)

NAME
jpeghotp - find hot or dead pixels in otherwise black or white JPEG images SYNOPSIS
jpeghotp [OPTION]... JPEG-FILE [PIXEL-BLOCKS-FILE] DESCRIPTION
Jpeghotp automatically finds hot pixels in an otherwise black JPEG image (default) or dead pixels in an otherwise white JPEG image (if the --invert option is specified). The output is suitable as a pixel block specification file for the jpegpixi(1) program. A typical applica- tion is to process an image taken with a digital camera with CCD defects. To obtain a black image, take a picture in total darkness or with covered lens. To obtain a while image, take an overexposed picture of a well-lit piece of white paper. JPEG-FILE is the filename of the JPEG image to read. It can be -, which refers to standard input. PIXEL-BLOCKS-FILE is the name of the file to write the coordinates and sizes of the hot (or dead) pixel blocks to. If it is omitted, the coordinates and sizes are written to standard output. OPTIONS
-t THRESHOLD, --threshold=THRESHOLD Specify the threshold between noise and signal. Pixel luminosities below the threshold are considered CCD noise, luminosities above are considered hot pixels. THRESHOLD must be a number between 0 and 100 followed by a percent character (%). The default is 10%. -i, --invert Invert the image. If this option is specified, dead pixels in an otherwise white image instead of hot pixels in an otherwise black image are found. -c, --comments Output comments with the luminosities of the hot (or dead) pixel blocks. This can be helpful in hand tuning the pixel blocks file. --help Display a short help text and exit immediately. --version Display version information and exit immediately. BUGS
Please report bugs to <martin-jpegpixi@zero-based.org>. COPYRIGHT
Copyright (C) 2003, 2004, 2005 Martin Dickopp Jpeghotp is free software; it may be copied and/or modified under the terms of the GNU General Public License version 2 or (at your option) any later version. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. SEE ALSO
jpegpixi(1) The jpegpixi homepage: http://www.zero-based.org/software/jpegpixi/ jpegpixi 1.1.1 18-Apr-2005 JPEGHOTP(1)