home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / os / linux / 24969 < prev    next >
Encoding:
Internet Message Format  |  1993-01-21  |  2.8 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!uwm.edu!uwm.edu!usenet
  2. From: rick@ee.uwm.edu (Rick Miller)
  3. Newsgroups: comp.os.linux
  4. Subject: Re: Several interesting questions.
  5. Date: 21 Jan 1993 13:21:11 GMT
  6. Organization: Just me.
  7. Lines: 55
  8. Message-ID: <1jm807INNgst@uwm.edu>
  9. References: <C156w5.2JB@news.cso.uiuc.edu>
  10. NNTP-Posting-Host: 129.89.2.33
  11.  
  12. djr48312@uxa.cso.uiuc.edu (Dennis Robinson) writes:
  13. >Is linux binary compatible with any other PC unix?
  14.  
  15. No.  It isn't.
  16.  
  17. >How does one get email and net news to Linux?
  18.  
  19. First, get a connection (SLIP/UUCP/"term") to some other site that
  20. will be your mail/news server, or (if you're lucky) set up TCP/IP on
  21. your machine to connect to some local Ethernet which is linked to the
  22. Internet.  Then configure your mailer/news agent to use that connection.
  23. You'll have to read *lots* of documentation at any rate.
  24.  
  25. >Where is xtank for linux?
  26.  
  27. I don't know...  Chances are, it would compile under Linux without
  28. too much difficulty right from the original sources.  Then again,
  29. maybe someone uploaded the binary to tsx-11.mit.edu... it would be
  30. in a subdirectory of /pub/linux/binaries.  Or maybe it comes with SLS?
  31.  
  32. >Can Linux work in a Novell environment?
  33.  
  34. If you mean "use Novell's network protocol", the answer is no.  Linux
  35. uses the TCP/IP protocol, the standard for inter-network connection.
  36.  
  37. >Will Linux ever or does it support the ANSI character set?
  38.  
  39. 1.) The ANSI you refer to is not a "character set".  It's a definition
  40.      of control sequences for (usually text-based) user interface.
  41.      And yes, Linux's terminal emulation on the console *does* support
  42.      ANSI sequences, even in color.
  43.  
  44. 2.) Linux uses the "Latin-1" character set, which differs from what
  45.      you normally get on a PC in that some of the higher characters
  46.      which would have been line-graphics are used for international
  47.      characters.  There's a way to toggle back to IBM's version of
  48.      "American ASCII" (not the same as "ANSI"), but I don't know
  49.      what that method is.
  50.  
  51. >Is the ps problem from 99-2 corrected in 99-3?
  52.  
  53. Linux 0.99.2 and 0.99.3 are different versions of the *KERNEL*.  The
  54. "ps" program reads its data from kernel memory, and should therefore be
  55. re-compiled when used with a new kernel version.  Sometimes the kernel
  56. doesn't change enough to make this necessary, sometimes it does.  The
  57. problem is *not* with the kernel, it's the fact that if the kernel
  58. changes too much, "ps" won't know how to find what it needs to find.
  59.  
  60. There is a NEW "ps", based on the "proc" filesystem (which mirrors
  61. kernel information as if it were directories and files).  Since the
  62. format of the proc filesystem doesn't change, this new proc-ps only
  63. needs to be compiled once.
  64.  
  65. Rick Miller   <rick@ee.uwm.edu> | <rick@discus.mil.wi.us>   Ricxjo Muelisto
  66. Occupation:  Husband, Father, WEPCo. WAN Mgr., Discus Sys0p, and  Linux fan
  67.