home *** CD-ROM | disk | FTP | other *** search
/ The Hacker's Encyclopedia 1998 / hackers_encyclopedia.iso / zines / uxu / uxu_069.txt < prev    next >
Encoding:
Text File  |  2003-06-11  |  28.7 KB  |  693 lines

  1. ftp> get uxu-069.txt -
  2.  
  3. <><><><><><><><><><><><><><><><><><><>!<><><><><><><><><><><><><><><><><><><><>
  4. #%       ..uXu..                                                   1992      %#
  5. %#                       Underground eXperts United                          #%
  6. #%                                presents...                                %#
  7. %#                                  -=*=-                                    #%
  8. #%                 The European Digest Series Vol.2 Issue #1                 %#
  9. %#        1992                  By THE CHIEF                      ..uXu..    #%
  10. <><><><><><><><><><><><><><><><><><><>!<><><><><><><><><><><><><><><><><><><><>
  11.  
  12.      SPECIAL MANUAL ISSUE    -   SCO XENIX System V TUTORIAL CHAPTER #4 PT.1
  13.  
  14.                                   Contents...
  15.  
  16.                           01.............Introduction
  17.                           02.............Contents In Chapter Four (part 1)
  18.                           03.............Xenix Tutorial Chapter Four (part 1)
  19.                           04.............Recommended
  20.                           05.............End Comments
  21.  
  22.  
  23.  
  24.  
  25.  1. INTRODUCTION
  26.  ---------------
  27.  Welcome to TED Vol.2 Issue #1 - The uXu File #69!
  28.  Well, I know it has been some time since the last TED, but what can you
  29.  do when your life crashes in on you like a car through the front porch?
  30.  Ok, we're back, and we're mean. No, seriously, this is Chapter 4 of the
  31.  XENIX Tutorial series, but only Part 1 (of 2) because of the length of
  32.  this special chapter. The second part will be released in Release #7,
  33.  and you can take that to the bank. Enjoy.
  34.  
  35.  
  36.  
  37.  2. CONTENTS IN CHAPTER FOUR (part 1)
  38.  ------------------------------------
  39.  
  40.  CHAPTER 4 (part 1)
  41.  
  42.  Working With Files and Directories
  43.  _________________________________________________________________________
  44.  
  45.  
  46.  SCO XENIX System V TUTORIAL
  47.  
  48.  
  49.    4.1 Introduction
  50.  
  51.    4.2 Working With Directories
  52.  
  53.        4.2.1 Printing the Name of Your Working Directory
  54.        4.2.2 Listing Directory Contents
  55.        4.2.3 Changing Your Working Directory
  56.        4.2.4 Creating Directories
  57.        4.2.5 Removing Directories
  58.        4.2.6 Renaming Directories
  59.        4.2.7 Copying Directories
  60.  
  61.    4.3 Editing Files with vi
  62.  
  63.        4.3.1 Entering Text
  64.        4.3.2 Moving the Cursor
  65.        4.3.3 Deleting Text
  66.        4.3.4 Inserting Text
  67.        4.3.5 Leaving vi
  68.  
  69.    4.4 Printing Files
  70.  
  71.        4.4.1 Using lp
  72.  
  73.  
  74.  
  75.  
  76.  3. XENIX TUTORIAL CHAPTER FOUR
  77.  ------------------------------
  78.  
  79. _______________________________________________________________________________
  80.  
  81. 4.1                            INTRODUCTION                                 4.1
  82. _______________________________________________________________________________
  83.  
  84.    This chapter explains how to perform the following tasks on a XENIX
  85.    system:
  86.  
  87.  
  88.                 *  Print the name of the current directory,
  89.  
  90.                 *  List directory contents,
  91.  
  92.                 *  Change to another directory,
  93.  
  94.                 *  Create, remove, rename and copy directories,
  95.  
  96.                 *  Use the full-screen text editor <vi> to create files,
  97.  
  98.                 *  Print files,
  99.  
  100.                 *  Display the contents of files,
  101.  
  102.                 *  Delete, combine, rename, move, copy and search for files,
  103.  
  104.                 *  Compare and sort files,
  105.  
  106.                 *  Search for patterns in a file,
  107.  
  108.                 *  Count words, lines and characters in a file,
  109.  
  110.                 *  Use file and directory permissions.
  111.  
  112.  
  113.    This chapter is designed as a tutorial. The best way to use this chapter
  114. is to read it at your terminal, entering commands as instructed in the
  115. examples.
  116.  
  117.    None of the commands described in this chapter is described in great detail.
  118. For a complete explanation of each command, refer to the XENIX User's
  119. Reference.
  120.  
  121. _______________________________________________________________________________
  122.  
  123. 4.2                        WORKING WITH DIRECTORIES                        4.2
  124. _______________________________________________________________________________
  125.  
  126.    Because of the hierarchical structure of the XENIX filesystem, any XENIX
  127. system has many directories and subdirectories. XENIX includes several
  128. commands that simplify working in directories. These commands are described
  129. in the following sections.
  130.  
  131. _______________________________________________________________________________
  132.  
  133. 4.2.1           PRINTING THE NAME OF YOUR WORKING DIRECTORY               4.2.1
  134. _______________________________________________________________________________
  135.  
  136.    The directory you are "in" at any given time is your "working" directory.
  137. All commands are executed relative to the working directory. The name of this
  138. directory is given by the <pwd> command, which stands for "print working
  139. directory." To find out what your current working directory is, enter the
  140. following command:
  141.  
  142.                                    <pwd>
  143.  
  144. When you first log in to the system, you are placed in your home directory.
  145.  
  146.  
  147. _______________________________________________________________________________
  148.  
  149. 4.2.2                     LISTING DIRECTORY CONTENTS                      4.2.2
  150. _______________________________________________________________________________
  151.  
  152.    Several related commands are used to list the contents of directories:
  153.  
  154.                <lc>       This command is a variation of the <ls> command.
  155.                           The <ls> command alphabetizes and displays
  156.                           directory contents. The <lc> command alphabetizes
  157.                           directory contents and displays them them in
  158.                           columnar format.
  159.  
  160.                <lf>       This command does the same as <lc>, and it also
  161.                           marks directories with a slash (/) and executable
  162.                           files (computer programs) with an asterisk (*).
  163.  
  164.    Enter the following command to list the contents of /usr/bin:
  165.  
  166.                <lc /usr/bin>
  167.  
  168.    This directory contains many of the executable files with which you work
  169. in the XENIX environment. Entering <lc> with no directory name lists the
  170. contents of the current directory.
  171.  
  172.    The <l> command is also useful. It is equivalent to the <ls -l> command,
  173. which produces a "long" listing of a directory's contents. The output of this
  174. command looks like the following listing:
  175.  
  176.  
  177.           -------------------------------------------------------------
  178.           total 338
  179.           -rw-rw-r--  1 markt pub   4448 Mar   1 09:16  1.intro.00
  180.           -rw-rw-r--  1 markt pub   4457 Mar   1 09:29  1.intro.s
  181.           -rw-rw-r--  1 markt pub  33836 Mar   1 09:30  2.concepts.00
  182.           -rw-rw-r--  1 markt pub  35096 Mar   1 12:49  2.concepts.s
  183.           -rw-rw-r--  1 markt pub  52197 Mar   1 15:09  3.basic.s
  184.           -rw-rw-rw-  1 markt pub  39835 Feb  16 11:02  4.advan.s
  185.           -------------------------------------------------------------
  186.  
  187.    Reading from left to right, the information given for each file or
  188. directory by the <l> command includes:
  189.  
  190.  
  191.                             *  Permissions
  192.  
  193.                             *  Number of links
  194.  
  195.                             *  Owner
  196.  
  197.                             *  Group
  198.  
  199.                             *  Size in bytes
  200.  
  201.                             *  Time of last modification
  202.  
  203.                             *  Filename
  204.  
  205.  
  206.    The figure at the top lists the total number of "blocks" used on the disk
  207. to store these files. A single block is 512 bytes. 338 blocks, or 173056 bytes,
  208. are needed to store the files listed above.
  209.  
  210.  
  211. _______________________________________________________________________________
  212.  
  213. 4.2.3                  CHANGING YOUR CURRENT DIRECTORY                    4.2.3
  214. _______________________________________________________________________________
  215.  
  216.    Your working directory represents your location in the filesystem. To
  217. move to a new location in the XENIX filesystem, use the <cd> command.
  218.  
  219.    Entering <cd> with no arguments places you in your home directory. Try it.
  220. Enter <cd>. To be sure you are now in your home directory, enter <pwd>.
  221.  
  222.    To move to a directory other than your home directory, you must specify
  223. that directory as an argument to the <cd> command. For example, enter the
  224. following command to move to /usr/bin:
  225.  
  226.                                   <cd /usr/bin>
  227.  
  228.    Verify that you are in /usr/bin by entering <pwd>.
  229.  
  230.    Change to the "root" directory by entering the following command:
  231.  
  232.                                   <cd />
  233.  
  234.    The root director is at the "top" of the filesystem. All other directories
  235. are "below" it. Enter <lf> to examine the files and directories in the root
  236. directory. Then enter <cd> to return to your home directory. (For more
  237. information on the root directory, refer to Chapter 2 of this tutorial.)
  238.  
  239.    Some shorthand notation is available to help you move quickly through
  240. the filesystem. To move up one directory from your current directory,
  241. enter:
  242.  
  243.                                   <cd ..>
  244.  
  245.    Enter the following command to move up two directories:
  246.  
  247.                                   <cd ../..>
  248.  
  249.    If you entered this latter command from your home directory, you are
  250. probably in the root directory. Verify this by entering <pwd>.
  251.  
  252.  
  253. _______________________________________________________________________________
  254.  
  255. 4.2.4                          CREATING DIRECTORIES                       4.2.4
  256. _______________________________________________________________________________
  257.  
  258.    To create a subdirectory in your working directory, use the <mkdir> command.
  259. Enter <cd> to move to your home directory and then enter the following command
  260. to create a subdirectory named 'tempdir':
  261.  
  262.                                 <mkdir tempdir>
  263.  
  264.    Verify that 'tempdir' exists with the <lf> command. Change to 'tempdir'
  265. with the <cd> command and verify that 'tempdir' is empty with another <lf>
  266. command. Finally, use the <touch(C)> command to create two empty files in
  267. 'tempdir':
  268.  
  269.                             <touch tempfile1 tempfile2>
  270.  
  271.    Enter <lf> one more time to verify that 'tempfile1' and 'tempfile2' were
  272. created.
  273.  
  274.    You can only create subdirectories in a directory if you have write
  275. permission in that directory. If you do not have write permission and you
  276. use <mkdir> to create a subdirectory, you see the following message:
  277.  
  278.                   [mkdir: cannot access 'directory_name']
  279.  
  280.    In this message, 'directory_name' refers to the directory in which you
  281. attempted to create a subdirectory. Verify this by trying to create a
  282. subdirectory in the /etc directory, a directory in which you probably do not
  283. have write permission:
  284.  
  285.                             <mkdir /etc/temp>
  286.  
  287.  
  288. _______________________________________________________________________________
  289.  
  290. 4.2.5                        REMOVING DIRECTORIES                         4.2.5
  291. _______________________________________________________________________________
  292.  
  293.    Use the <rmdir> command to remove a directory. This command will not work
  294. if the directory has files or subdirectories in it. Verify this by moving to
  295. your home directory with the <cd> command and then entering the following
  296. command to remove 'tempdir', the directory created in section 4.2.4:
  297.  
  298.                                <rmdir tempdir>
  299.  
  300.    You should see the following message:
  301.  
  302.                            [rmdir: tempdir not empty]
  303.  
  304.    You must remove 'tempfile1' and 'tempfile2' from 'tempdir' before <rmdir>
  305. deletes 'tempdir'. But don't remove these files just yet. They are used in
  306. another example later in this chapter.
  307.  
  308.  
  309. _______________________________________________________________________________
  310.  
  311. 4.2.6                         RENAMING DIRECTORIES                        4.2.6
  312. _______________________________________________________________________________
  313.  
  314.    To rename a directory, use the <mv> command. For example, <cd> to your
  315. home directory and then enter the following command to rename 'tempdir', the
  316. directory created in section 4.2.4, to 'newdir':
  317.  
  318.                               <mv tempdir newdir>
  319.  
  320.    Verify the name change by entering <lf>. Note that the files in 'newdir'
  321. are unaffected by the change. Verify this by entering the following command:
  322.  
  323.                                   <lf newdir>
  324.  
  325.  
  326. _______________________________________________________________________________
  327.  
  328. 4.2.7                          COPYING DIRECTORIES                        4.2.7
  329. _______________________________________________________________________________
  330.  
  331.    The <copy> command copies directories. Of course, before you can copy the
  332. contents of one directory into another, you must have write permission on the
  333. second directory.
  334.  
  335.    To copy the /newdir directory created in section 4.2.6, and all of the files
  336. in it, to /tmp/newdir, enter the following command:
  337.  
  338.                          <copy $HOME/newdir /tmp/newdir>
  339.  
  340.    In this command, "$HOME" is shorthand for the pathname of your home
  341. directory. You can use it wherever you would enter the pathname of your home
  342. directory.
  343.  
  344.    To verify that the files in $HOME/newdir were copied to /tmp/newdir, enter
  345. the following command:
  346.  
  347.                               <lf /tmp/newdir>
  348.  
  349.    Remove /tmp/newdir by entering the following commands:
  350.  
  351.                               <rm /tmp/newdir/*>
  352.                               <rmdir /tmp/newdir>
  353.  
  354.    The first command removes the files in /tmp/newdir, the second command
  355. removes /tmp/newdir. Verify that /tmp/newdir is removed by entering the
  356. following command:
  357.  
  358.                                  <lf /tmp>
  359.  
  360.    Remove $HOME/newdir by entering the following commands:
  361.  
  362.                               <rm $HOME/newdir/*>
  363.                               <rmdir $HOME/newdir>
  364.  
  365.  
  366. _______________________________________________________________________________
  367.  
  368. 4.3                          EDITING FILES WITH vi                          4.3
  369. _______________________________________________________________________________
  370.  
  371.    The <vi> text editor is a full-screen editor that is included in the XENIX
  372. operating system package. The sections that follow briefly explain how to use
  373. <vi>. For a more complete discussion, see the XENIX User's Guide.
  374.  
  375.  
  376. _______________________________________________________________________________
  377.  
  378. 4.3.1                           ENTERING TEXT                             4.3.1
  379. _______________________________________________________________________________
  380.  
  381.    Change to your home directory with the <cd> command and enter the following
  382. command to create a file called 'tempfile':
  383.  
  384.                                 <vi tempfile>
  385.  
  386.    A message appears indicating that you are creating a new file. You are then
  387. placed in <vi>.
  388.  
  389.    There are two modes in <vi>: INSERT MODE and COMMAND MODE. Use Insert Mode
  390. to add text to a file. User Command Mode to edit existing text in a file.
  391. Since 'tempfile' is empty, press <i> to enter Insert Mode.
  392.  
  393.    Enter the following lines of text, pressing [RETURN] after each line. If you
  394. make a mistake typing, use the [BKSP] key to erase the mistake and continue
  395. typing:
  396.  
  397.                        This tutorial is very, very helpful.
  398.                        It makes learning to use the XENIX system easy.
  399.                        I'm glad I have this tutorial, courtesy of uXu.
  400.  
  401.    After you enter the last line, press the ESC key. It takes you out of
  402. Insert Mode and places you in Command Mode.
  403.  
  404.  
  405. _______________________________________________________________________________
  406.  
  407. 4.3.2                          MOVING THE CURSOR                          4.3.2
  408. _______________________________________________________________________________
  409.  
  410.    Although many cursor-movement commands are available in <vi>, only the
  411. four basic ones are discussed here:
  412.  
  413.  
  414.                   h        When you are in Command mode, pressing the [h]
  415.                            key moves the cursor one character to the left.
  416.  
  417.                   l        When you are in Command mode, pressing the [l]
  418.                            key moves the cursor one character to the right.
  419.  
  420.                   k        When you are in Command mode, pressing the [k]
  421.                            key moves the cursor up one line.
  422.  
  423.                   j        When you are in Command mode, pressing the [j]
  424.                            key moves the cursor down one line.
  425.  
  426.  
  427.    Experiment with these cursor-movement keys on the text you entered. Note
  428. that, if your keyboard has arrow keys, these usually perform in the manner of
  429. [h],[l],[k] and [j].
  430.  
  431.  
  432. _______________________________________________________________________________
  433.  
  434. 4.3.3                            DELETING TEXT                            4.3.3
  435. _______________________________________________________________________________
  436.  
  437.    Deleting text with <vi> is very easy. Different commands allow you to
  438. delete characters, words and entire lines.
  439.  
  440.    To delete a single character, place the cursor on that character with
  441. the cursor-movement keys and press the [x] key. Experiment with the [x] key
  442. by deleting the comma in the first line.
  443.  
  444.    To delete a word, place the cursor on the first character of the word and
  445. press [d][w] (press [d], release it, and press [w]). Experiment with this by
  446. placing the cursor on the first character of 'very' in the first line and
  447. pressing [d][w].
  448.  
  449.    To delete an entire line, place the cursor anywhere on that line and press
  450. [d][d] (press [d], release it, and press [d] again). Experiment with this by
  451. placing the cursor on the second line and pressing [d][d]. Your file should
  452. now contain the following text:
  453.  
  454.              ---------------------------------------------------
  455.              This tutorial is very helpful.
  456.              I'm glad I have this tutorial, courtesy of uXu.
  457.              ---------------------------------------------------
  458.  
  459.  
  460. _______________________________________________________________________________
  461.  
  462. 4.3.4                            INSERTING TEXT                           4.3.4
  463. _______________________________________________________________________________
  464.  
  465.    The [i] and [o] keys can be used to insert text. We have already used the
  466. [i] key to enter text in an empty file. To enter additional text on an existing
  467. line, move the cursor to the point where you want the new text to begin, press
  468. [i] to enter Insert mode, enter the text, and press [ESC] to return to Command
  469. mode. For example, move the cursor to the "g" in "glad" in the second line,
  470. press [i], enter the word 'very', press the [SPACEBAR], and press [ESC] to
  471. return to Command mode. The second line should now be:
  472.  
  473.                ----------------------------------------------------
  474.                I'm very glad I have this tutorial, courtesy of uXu.
  475.                ----------------------------------------------------
  476.  
  477.    The [o] key can be used to insert a new line. To use it, move the cursor
  478. to the line directly above the place in the file where the new line is to be
  479. inserted and press [o]. A new line is inserted, with the cursor placed at the
  480. beginning. You are also automatically placed in Insert mode. Try this by
  481. moving the cursor to the second line of 'tempfile' and press [o]. Now enter
  482. more text. Press [ESC] when you are finished.
  483.  
  484.  
  485. _______________________________________________________________________________
  486.  
  487. 4.3.5                              LEAVING vi                             4.3.5
  488. _______________________________________________________________________________
  489.  
  490.    Most of the time, you will want to save your file before leaving <vi>. To
  491. do this, enter Command mode and type <:x>. This command saves the file you
  492. are editing and returns you to the XENIX prompt.
  493.  
  494.    In some cases, you will want to leave <vi> without saving your work. To
  495. do this, enter Command mode and type <:q!>. This command returns you to the
  496. XENIX prompt, without saving the changes that you made to your file.
  497.  
  498.    Leave 'tempfile' by pressing <:x>. Re-enter 'tempfile' by entering the
  499. following command:
  500.  
  501.                                   <vi tempfile>
  502.  
  503.    Insert some text using either the [i] or the [o] key, press [ESC] and
  504. then enter <q!> to quit without saving your changes. Display 'tempfile' by
  505. entering the following command:
  506.  
  507.                                   <cat tempfile>
  508.  
  509.    You will notice that the last set of changes you made do not appear. Remove
  510. 'tempfile' by entering the following command:
  511.  
  512.                                    <rm tempfile>
  513.  
  514.  
  515. _______________________________________________________________________________
  516.  
  517. 4.4                             PRINTING FILES                              4.4
  518. _______________________________________________________________________________
  519.  
  520.    To print files, use the <lp> command. This is one of a group of commands
  521. known as the "lineprinter" commands. The lineprinter commands are easy to use
  522. and very flexible. With a few simple commands, you can print multiple copies
  523. of a file, cancel a print request, or ask for a special option on a particular
  524. printer. Check with your system administrator to find out what lineprinters
  525. and printer options are available on your system.
  526.  
  527.  
  528. _______________________________________________________________________________
  529.  
  530. 4.4.1                              USING lp                               4.4.1
  531. _______________________________________________________________________________
  532.  
  533.    Use <cd> to change to your home directory and enter the following command
  534. to create a file with which you can experiment:
  535.  
  536.                          <cp /etc/motd $HOME/printfile>
  537.  
  538.    This command places a copy of /etc/motd in your home directory, naming it
  539. 'printfile'. The file /etc/motd is the "message of the day file." Its
  540. contents are displayed every time you log in to the XENIX system.
  541.  
  542.   A directory must be "publicly executable" before you can use <lp> to print
  543. any of the files in that directory. This means that other users must have
  544. execute permissions on the directory. Enter the following command to make your
  545. home directory publicly executable:
  546.  
  547.                               <chmod o+x $HOME>
  548.  
  549.    (See "Using File and Directory Permissions" later in this chapter for more
  550. information on <chmod(C)>.)
  551.  
  552.    Enter the following command to print 'printfile':
  553.  
  554.                                <lp printfile>
  555.  
  556.    This command causes one copy of 'printfile' to print on the default printer
  557. on your system. A banner page might be printed along with the file. Note that
  558. you can print several files at once by putting more than one name on the <lp>
  559. command line.
  560.  
  561.    When you print with <lp>, a "request ID" is displayed on your screen. A
  562. request ID might look like the following:
  563.  
  564.                                  pr4-532
  565.  
  566.    The first part (pr4) is the name of the printer on which your file is
  567. printed. The second part (532) identifies your job number. Should you later
  568. wish to cancel your print request or check its status, you will need to
  569. remember your request ID. (Cancelling and checking on print requests are
  570. discussed below.)
  571.  
  572.   You can also use <lp> with pipes. For example, enter the following command
  573. to sort and then print a copy of /etc/passwd, the file that contains system
  574. account information:
  575.  
  576.                            <sort /etc/passwd | lp>
  577.  
  578.    (For more information on <sort(C)>, see "Sorting Files" later in this
  579. chapter.)
  580.  
  581.  
  582. _______________________________________________________________________________
  583.  
  584.  
  585.  4. RECOMMENDED
  586.  --------------
  587.  This section is included in every issue of The European Digest and will
  588.  contain recommended stuff/boards/reading and so on. For this file,
  589.  currently active newsletters (+ those we want back):
  590.  
  591.  
  592.            1.    PHRACK          - Top rated, with Issue 37 as the
  593.                                    latest one, and the best since
  594.                                    the early days of Phrack. Dispater
  595.                                    as the editor doing a fantastic job.
  596.  
  597.            2.    CUD             - Currently out with Vol.4 Issue 17
  598.                                    still rules the computer underground
  599.                                    news-scene, with hot topics and good
  600.                                    discussions, although they seem to
  601.                                    cover stories more briefly and with
  602.                                    shorter 'life-length' and few follow-
  603.                                    ups than before.
  604.  
  605.            3.    NIA             - Yes, Network Information Access is
  606.                                    still alive, though not very active.
  607.                                    I recently got Issue 73 which had
  608.                                    a couple of interesting sections.
  609.                                    Hope you guys keep publishing this
  610.                                    one more often though.
  611.  
  612.  
  613.     These are the ones we wish still were active:
  614.  
  615.  
  616.            1.    TSR              - The Syndicate Report.. Yes, what a
  617.                                     great publication it was. Always
  618.                                     covering the top-stories, from far
  619.                                     away and near, from others reporting
  620.                                     the news to The Sensei, and from The
  621.                                     Sensei himself. We miss it.
  622.  
  623.            2.    ATI              - Activist Times Inc. Though file 57
  624.                                     was published 'quite' recently,
  625.                                     there's no indication for a 58.
  626.                                     It was great because of it's amazingly
  627.                                     different contents. I'd call it 'the
  628.                                     anarchy magazine' if speaking of the
  629.                                     layout and contents.
  630.  
  631.            3.    LOD/H TJ         - The Technical Journals of LOD/H were
  632.                                     something special. Not far from Phrack
  633.                                     and yet more .. technical, as the name
  634.                                     tells you. It's so sad there were only
  635.                                     a few issues.
  636.  
  637.  
  638.  
  639.  5. END COMMENTS
  640.  ---------------
  641.  Okay, let's hope Dispater gets the 38th Phrack out with some international
  642.  news-reports as well as the American ones. If you, Dispater, read this,
  643.  please contact me on one of the boards mentioned below. I have some extras
  644.  for you which you wouldn't want to miss.
  645.  
  646.  I hope TED will be out more often after this "re-birth", but I can't give
  647.  you any promises. If everything goes wrong, TED will cover the European
  648.  Hack/Phreak/Telecom news (in english) instead of what is mentioned below.
  649.  
  650.  The European Digest will not feature Hacking techniques, Phreaking, Carding,
  651.  information about government systems or the basic underground rap. It will 
  652.  be different. It IS different. Manuals, The Underground Scene, Deep Deep
  653.  whatever, and so on. Less 'general rag stuff' and More Miscellaneous stuff.
  654.  Swedish Hacker News will be presented through the 'uXu - Swedish News' series,
  655.  but ONLY in Swedish. English translations will however be published in future
  656.  issues of the well-known underground rag, Phrack Inc.
  657.  
  658.  Check out the Next TED for something special!
  659.  
  660.  You can reach me on the following boards for comments, contributions,
  661.  questions or whatever:
  662.  
  663.  Ripco ][                 [312-528-5020]
  664.  Condemned Reality        [618-397-7702]
  665.  Demon Roach Underground  [806-794-4362]
  666.  Solsbury Hill            [301-428-3268]
  667.  The Stash                [+46-13-175042]
  668.  Sedes Diaboli            [+46-586-43766]
  669.  
  670.  You can't reach me on the following boards anymore. Reason(s) stated below.
  671.  
  672.  Balanced pH              [818] Down
  673.  Land Of Karrus           [215] Down
  674.  Lunatic Labs             [213] Always Busy
  675.  
  676.  The Chief 1992
  677.  
  678.  %&%&%&%&%&%&%&%&%&%&%&%&%&%&%&%&%&%&%&%&%&%&%&%&%&%&%&%&%&%&%&%&%&%&%&%&%&%&
  679.  %                                                                          %
  680.  &  "Congress shall make no law respecting an establishment of religion, or &
  681.  %  prohibiting the free exercise thereof; or abridging the freedom of      %
  682.  &  speech or of the press; or of the right of the people peaceably to      &
  683.  %  assemble, and to petition the Government for a redress of grievances."  %
  684.  &                                                                          &
  685.  %  This work is released according to the above Constitutional rights      %
  686.  &  for INFORMATIONAL PURPOSES ONLY.                                        &
  687.  %                                                                          %
  688.  &%&%&%&%&%&%&%&%&%&%&%&%&%&%&%&%&%&%&%&%&%&%&%&%&%&%&%&%&%&%&%&%&%&%&%&%&%&%
  689.  
  690.  ____________________________________________________________________________
  691.  ____________________________________________________________________________
  692.  
  693.