XWare Поиск по информационным ресурсам МГУ English Russian
       
       Точная форма слов   О проекте   Сайты   Помощь
Поиск по:itpm.msu.su   - Поискать по всем серверам
На этой странице приведены все страницы сервера itpm.msu.su ,которые мы индексируем. Показаны документы 821 - 840 из 982.

В начало ] Пред. | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | След.В конец ]

Упорядочить по: URL  |  дате изменения
821. The Login Chat
... Above, we already encountered the login chat script, which tells uucico how to log into the remote system. ... The intention is to make uucico wait until the remote machine sends a login prompt, then return the login name, wait for the remote system to send the password prompt, and send the password. Expect and send strings are given in alternation. uucico automatically appends a carriage return character (r) to any send string. Thus, a simple chat script would look like . ...
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/LDP/nag/node163.html -- 3.7 Кб -- 18.04.1999
Похожие документы

822. Alternates
... Sometimes it is desirable to have multiple entries for a single system, for instance if the system can be reached on different modem lines. With Taylor UUCP, you can do this by defining a so-called alternate . An alternate entry retains all settings from the main system entry, and and specifies only those values that should be overridden in the default system entry, or added to it. ... The alternate entry retains all settings from the main system entry, and overrides only the telephone number. ...
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/LDP/nag/node164.html -- 2.5 Кб -- 18.04.1999
Похожие документы

823. Restricting Call Times
... Taylor UUCP provides a number of ways you may restrict the times when calls can be placed to a remote system. ... Note that it is always possible to override call time restrictions by giving uucico the -S or -f option. ... The simplest way to restrict call time is the time entry, which is followed by a string made up of a day and a time subfield. ... For instance, when you specify a retry time of 5 minutes, uucico will refuse to call the remote system within 5 minutes after the last failure. ...
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/LDP/nag/node165.html -- 5.3 Кб -- 18.04.1999
Похожие документы

824. What Devices there are-- the port File
... The port file tells uucico about the available ports. These may be modem ports, but other types such as direct serial lines and TCP sockets are supported as well. Like the sys file, port consists of separate entries starting with the keyword port, followed by the port name. This name may be used by in the sys file's port statement. ... For modem and direct ports, you have to specify the device for calling out using the device directive. ...
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/LDP/nag/node166.html -- 4.8 Кб -- 18.04.1999
Похожие документы

825. How to Dial a Number-- the dial File
... Traditionally, UUCP talks of dialers rather than modems, because in earlier times, it was usual practice to have one (expensive) automatic dialing device serve a whole bank of modems. ... Similar to the login chat, it consists of a sequence of strings uucico sends to the dialer and the responses it expects in return. ... When uucico detects a chat-fail string while executing the modem chat, it aborts the call, and logs the error message in the UUCP log file. ...
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/LDP/nag/node167.html -- 4.6 Кб -- 18.04.1999
Похожие документы

826. UUCP Over TCP
Next: Using a Direct Connection Up: UUCP Configuration Files Previous: How to Dial a . Absurd as it may sound at the first moment, using UUCP to transfer data over TCP not that bad an idea, especially when transferring large amount of data such as Usenet news. ... The corresponding port entry would read: . ... This is the default port number of the UUCP service. Instead of the port number, you may also give a symbolic port name to the service command. ...
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/LDP/nag/node168.html -- 3.2 Кб -- 18.04.1999
Похожие документы

827. Using a Direct Connection
. Next: The Do's and Dont's Up: UUCP Configuration Files Previous: UUCP Over TCP . Assume you use a direct line connecting your system vstout to tiny. Very much like in the modem case, you have to write a system entry in the sys file. The port command identifies the serial port tiny is hooked up to. In the port file, you have to describe the serial port for the direct connection. A dialer entry is not needed, because there's no need for dialing. Andrew Anderson . Thu Mar 7 23:22:06 EST 1996
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/LDP/nag/node169.html -- 2.1 Кб -- 18.04.1999
Похожие документы

828. Networking
Next: Different Streaks of Development Up: Introduction to Networking Previous: The Socket Library . Being the result of a concerted effort of programmers around the world, wouldn't have been possible without the global network. ... This is the version of the networking code currently included in the official kernel releases. Net-3 offers device drivers for a wide variety of Ethernet boards, as well as SLIP (for sending network traffic over serial lines), and PLIP (for parallel lines). ...
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/LDP/nag/node17.html -- 4.3 Кб -- 18.04.1999
Похожие документы

829. The Do's and Dont's of UUCP-- Tuning Permissions
. Next: Command Execution Up: Managing Taylor UUCP Previous: Using a Direct Connection . Command Execution . File Transfers . Forwarding . Andrew Anderson . Thu Mar 7 23:22:06 EST 1996
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/LDP/nag/node170.html -- 2.1 Кб -- 18.04.1999
Похожие документы

830. More on Ports
... Ports may be viewed as attachment points for network connections. If an application wants to offer a certain service, it attaches itself to a port and waits for clients (this is also called listening on the port). A client that wants to use this service allocates a port on its local host, and connects to the server's port on the remote host. ... This example shows the use of ports as rendezvous points, where a client contacts a specific port to obtain a specific service. ...
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/LDP/nag/node15.html -- 4.1 Кб -- 18.04.1999
Похожие документы

831. Layout of UUCP Transfers and Remote Execution
... Vital to the understanding of UUCP is the concept of jobs . Every transfer a user initiates with uucp or uux is called a job. It is made up of a command to be executed on a remote system, and a collection of files to be transferred between sites. ... When a connection to the remote machine is established, UUCP transfers the files describing the job, plus any input files. ... To distinguish between important and less important jobs, UUCP associates a grade with each job. ...
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/LDP/nag/node150.html -- 4.7 Кб -- 18.04.1999
Похожие документы

832. The Inner Workings of uucico
Next: uucico Command Line Options Up: Introduction Previous: Layout of UUCP Transfers . To understand why uucico needs to know certain things, a quick description of how it actually connects to a remote system might be in order here. ... The local copy of uucico which initiated the connection is referred to as master , the remote copy as slave . ... This is a change of roles: now the remote system becomes master, and the local one becomes slave. The new master now sends its files. ...
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/LDP/nag/node151.html -- 5.3 Кб -- 18.04.1999
Похожие документы

833. uucico Command Line Options
. Next: UUCP Configuration Files Up: Introduction Previous: The Inner Workings of . This section describes the most important command line options for uucico. For a complete list, please refer to the uucico(1) manual page. Andrew Anderson . Thu Mar 7 23:22:06 EST 1996
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/LDP/nag/node152.html -- 2.0 Кб -- 18.04.1999
Похожие документы

834. UUCP Configuration Files
Next: A Gentle Introduction to Up: Managing Taylor UUCP Previous: uucico Command Line Options . uucp.config.filesUUCP Configuration Files . ... The information required for this is is kept in a couple of configuration files that reside in the directory /usr/lib/uucp. Most of these files are used only when dialing out. A Gentle Introduction to Taylor UUCP . ... Taylor Configuration Files . General Configuration Options-- the config File . ... How to Dial a Number-- the dial File . ...
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/LDP/nag/node153.html -- 3.4 Кб -- 18.04.1999
Похожие документы

835. A Gentle Introduction to Taylor UUCP
Next: What UUCP Needs to Up: UUCP Configuration Files Previous: UUCP Configuration Files . ... It is really a hairy subject, and the sometimes terse format of the configuration files doesn't make things easier (although the Taylor format is almost easy reading compared to the older formats in HDB or Version-2). ... Some distributions contain UUCP binaries that have support for both HDB and Taylor configuration enabled, and use different subdirectories for each configuration file set. ...
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/LDP/nag/node154.html -- 7.0 Кб -- 18.04.1999
Похожие документы

836. What UUCP Needs to Know
Next: Site Naming Up: UUCP Configuration Files Previous: A Gentle Introduction to . Before you start writing the UUCP configuration files, you have to gather some information it needs to know. First, you will have to figure out what serial device your modem is attached to. ... Most distributions, such as Slackware, create a link /dev/modem as a link to the appropriate cua* device file, and configure kermit, seyon, etc, to use this generic file. ... Does it display login: or user:? ...
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/LDP/nag/node155.html -- 4.4 Кб -- 18.04.1999
Похожие документы

837. Site Naming
Next: Taylor Configuration Files Up: UUCP Configuration Files Previous: What UUCP Needs to . As with TCP/IP-based networking, your host has to have a name for UUCP networking. As long as you simply want to use UUCP for file transfers to or from sites you dial up directly, or on a local network, this name does not have to meet any standards. However, if you use UUCP for a mail or news link, you should think about having the name registered with the UUCP Mapping project. ...
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/LDP/nag/node156.html -- 3.9 Кб -- 18.04.1999
Похожие документы

838. Taylor Configuration Files
Next: General Configuration Options-- the Up: UUCP Configuration Files Previous: Site Naming . ... Taylor UUCP gets its information from the following files: . Taylor configuration files are generally made up of lines containing keyword-value pairs. A hash sign introduces a comment that intends to the end of the line. To use a hash sign by itself, you may escape it with a backslash. There are quite a number of options you can tune with these configuration files. ...
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/LDP/nag/node157.html -- 2.8 Кб -- 18.04.1999
Похожие документы

839. General Configuration Options-- the config File
Next: How to Tell UUCP Up: UUCP Configuration Files Previous: Taylor Configuration Files . You won't generally use this file to describe much beside your UUCP hostname. By default, UUCP will use the name you set with the hostname command, but it is generally a good idea to set the UUCP name explicitly. ... Of course, there are a number of miscellaneous parameters that may be set here, too, such as the name of the spool directory, or access rights for anonymous UUCP. ...
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/LDP/nag/node158.html -- 2.3 Кб -- 18.04.1999
Похожие документы

840. How to Tell UUCP about other Systems-- the sys File
Next: System Name Up: UUCP Configuration Files Previous: General Configuration Options-- the . The sys file describes the systems your machine knows about. An entry is introduced by the system keyword; the subsequent lines up to the next system directive detail the parameters specific to that site. Commonly, a system entry will define parameters such as the telephone number and the login chat. Parameters before the very first system line set default values used for all systems. ...
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/LDP/nag/node159.html -- 2.8 Кб -- 18.04.1999
Похожие документы

В начало ] Пред. | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | След.В конец ]

Rambler's Top100 RFBR Яндекс цитирования