home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 (1993) / nebula.bin / Documents / FAQ / NeXT / FAQ.utilities < prev   
Encoding:
Text File  |  1993-01-27  |  4.8 KB  |  152 lines

  1. NeXT-FAQ.utilities: Questions about software utilities
  2.  
  3.  
  4. *** Subject: T1. Where can I obtain the most recent version of Kermit?
  5.  
  6. The source for the latest version is available via ftp
  7. from cs.dartmouth.edu in the directory named
  8. kermit/sw.  Get the file ckaaaa.hlp to get started and see
  9. what files are required. Note that this version of Kermit
  10. does have a NeXT specific compile option.
  11.  
  12. Kermit can also be found on... 
  13.  
  14. The Purdue NeXT archive:
  15.  
  16.     pub/next/2.0-release/source/kermit5a.170.tar.Z
  17.     pub/next/2.0-release/binaries/kermit5a.170.bin20.tar.Z
  18.  
  19. The Oregon NeXT archive:
  20.  
  21.     pub/next/sources/comm/kermit5a.170.tar.Z
  22.     pub/next/binaries/kermit5a.170.bin20.tar.Z. 
  23.  
  24.  
  25. *** Subject: T2. Where can I obtain a NeXT version of SLIP or PPP?
  26.  
  27. PPP:
  28.  
  29. The free version of SLIP available from purdue was
  30. written by Louis Mamakos and is an excellent
  31. implementation. Basic SLIP is free, but VJ TCP header
  32. compression requires a license which is available
  33. inexpensively from Mr Mamakos. 
  34.  
  35. Morning Star Technologies offers a commercial version.
  36.  
  37. For more information:
  38.  
  39.     email: marketing@morningstar.com
  40.     ftp: ftp.morningstar.com (anonymous FTP archive
  41.     of docs & literature)
  42.     phone: +1 614 451 1883, +1 800 558 7827.
  43.  
  44. SLIP:
  45.  
  46. A free version is available on the archives. 
  47.  
  48. Morningstar and Marble Associates both have commercial
  49. packages available.
  50.  
  51. For more information:
  52.  
  53.     Marble Associates
  54.     teleconnect-info@marble.com
  55.  
  56.  
  57. *** Subject: T3. Where can I obtain a version of Larry Wall's patch for the NeXT?
  58.  
  59. Patch is a utility that allows people to distribute
  60. updates to sources without resending the whole
  61. packages.  This is done by detecting changes between the
  62. last release and the new one and creating a file of
  63. differences to each source file in the release. Patches
  64. need to be applied sequentially.  The distribution can be
  65. found on the Purdue NeXT archives in:
  66. pub/next/2.0-release/source in file
  67. patch-2.0.12u3.NeXT.tar.Z 
  68.  
  69.  
  70. *** Subject: T4. Where can I get a NeXTstep netnews reader?
  71.  
  72. By far the most versatile NeXTstep-specific newsreader
  73. application for the NeXT is NewsGrazer by Jayson Adams
  74. formerly of NeXT.  It is on the archive servers.
  75.  
  76. Many non-NeXTstep-specific newsreaders have been
  77. ported to the NeXT environment providing the
  78. flexibility and familiarity existing on other
  79. platforms.  Most of these may be obtained via anonymouse
  80. ftp from ftp.uu.net:~ftp/news 
  81.  
  82.  
  83. *** Subject: T5. Where can I get plotting software?
  84.  
  85. nxyplot by Tom Pulliam is available from cs.orst.edu
  86.  
  87. graph is available in source form from 4.3BSD systems.  It
  88. is useful  for dealing with pairs of numbers that need to be
  89. viewed.
  90.  
  91. psplot comes with the NeXT, it takes the output of the
  92. graph program and generates a .ps file that can be
  93. previewed with Preview or Yap.
  94.  
  95. gnuplot is available from prep.ai.mit.edu.  Very useful
  96. patches for gnuplot are available from Purdue which
  97. allow it to open NeXTstep windows and output its graphs on
  98. them. 
  99.  
  100. jsplot clone of graph that generates ps files directly. 
  101.  
  102. plplot is a library of c routines that generate 2D, 3D and
  103. contour plots.  It is available on purdue archive,
  104. plplot.tar.Z contains the source, and NXplplot.tar.Z
  105. contains the library, example programs and
  106. documentation.
  107.  
  108. Mathematica The ReadList command will bring in files
  109. containing sample values and produces a plot on the fly. 
  110.  
  111.  
  112. *** Subject: T6. Where can I get objective-c mode for emacs?
  113.  
  114. You can get ObjC mode for Emacs, by Douglas Worthington
  115. and Kenneth Persson from cs.orst.edu 
  116.  
  117.  
  118. *** Subject: T7.  Is there a backup utility for multi-volume dumps (gnu tar)?
  119.  
  120. GNU tar has a number of features not found in the tar
  121. delivered with the NeXT, and in some cases it may be a
  122. better choice for backups than rdump and rrestore. The
  123. NeXT supplied rdump/rrestore don't work when using
  124. multiple volumes to non-NeXT systems (see the man page
  125. for rdump/rrestore). GNU tar will also allow a dump of a
  126. portion of a file system as well as an entire file system.
  127. Other useful features of GNU tar include: incremental
  128. dump capability like BSD dump/restore, scripts for
  129. backing up heterogeneous workstations across the
  130. network automatically, multivolume tape and floppy
  131. disk support (it can't do multivolume compressed
  132. unfortunately), long filename support, and scripts for
  133. integrating floppy disks into a three level backup
  134. scheme. Source and binary for the NeXT is available on the
  135. purdue and orst archives in tar-1.10.tar.Z. 
  136.  
  137. An inexpensive commercial application for backup to DAT
  138. and SCSI tape is available from Impact Software
  139. publishing.  The app automatically configures your tape
  140. drive and gives a NeXTstep browser interface for
  141. selecting files to save or restore.  The program is
  142. distributed electronically, and a demo version can be
  143. obtained from nova.cc.purdue.edu or
  144. sonata.cc.purdue.edu under the pathname:
  145. /pub/next/2.0-release/demos/enTar1.4.tar.Z 
  146.  
  147.  
  148.  
  149. --
  150. Editor:
  151. Nathan Janette nathan@laplace.csb.yale.edu
  152.