home *** CD-ROM | disk | FTP | other *** search
/ The Best Internet Programs / BESTINTERNET.bin / internet / lrn_inet / li_log.prn < prev    next >
Encoding:
Text File  |  1994-08-04  |  2.4 KB  |  56 lines

  1.                        Logging In To The Internet
  2.  
  3.           To log in to the internet it is necessary to have a computer, a
  4.           modem, communications software, and an internet account. 
  5.  
  6.           Getting A Connection
  7.           --------------------
  8.           The best way to get a connection is through a College or Univer-
  9.           sity.  These are usually restricted to students or staff, but if
  10.           you qualify there is usually unlimited access to full internet
  11.           services at no charge.  The second best way is through a local
  12.           internet provider.  An index of these can be found in The Internet
  13.           Complete Reference by Harley Hahn.  Finally, a commercial service
  14.           such as Delphi can provide full internet service and America
  15.           On-Line is currently offering limited service.
  16.  
  17.           Modems
  18.           ------
  19.           Modem settings configured through your communications software
  20.           should be as follows for most situations:
  21.  
  22.               baud rate (bps) - highest your modem supports
  23.               parity          - none
  24.               data bits       - 8
  25.               stop bits       - 1
  26.               duplex          - full
  27.               flow control    - xon/xoff
  28.  
  29.           Logging In
  30.           ----------
  31.           If you are logging in to a unix system (and most other systems)
  32.           it is essential that you know your user ID and password.  If you
  33.           do not log in regularly, write them down and keep them in a safe
  34.           place.
  35.  
  36.           Passwords
  37.           ---------
  38.           Change your password with the unix passwd command.  When you 
  39.           enter "passwd" you will be asked to enter your old password,
  40.           enter a new password, and retype the new password for verification.
  41.           It is a good habit to change your password regularly, and some
  42.           systems even force you to do this on a scheduled basis.
  43.  
  44.           Terminal Emulations
  45.           -------------------
  46.           Your communications software allows your computer to emulate
  47.           many different terminals in order to communicate with a remote
  48.           host.  For unix systems the proper choice is VT100 (or one of the
  49.           DEC VT family of terminals (102, 220, 320).  After logging in
  50.           you must also set up the unix system to emulate VT100 by entering
  51.           the command: set term=vt100.  
  52.  
  53.  
  54.  
  55.   
  56.