Astronet Поиск по астрономическим сайтам English Russian
       
        Точная форма слов   О проекте   Сайты   Справка
Найдено документов: 102460 (157 сайтов) ---- Время поиска: 0.14сек.   

1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | След.

Показаны документы, содержащие фрагменты текста из документа
http://www.astro.louisville.edu/shared_skies/archive/select/messier/m15/20060925/modhead_image.

1. Examples of locating commands with the which command
To find out if a command name is located in your command path: which ue /usr/local/bin/ue . This returns the information that the MicroEMACS editor (ue) is available on this system as the file /usr/local/bin/ue . ... To find out which (if any) of several commands are available: which delete talk ps No delete in /usr/local/utils/bin:/bin:/usr/bin: /usr/local/ucb/bin:/usr/local/gnu/bin: /usr/local/public/bin:/usr/bin/X11:. /usr/bin/talk /bin/ps . ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/commanz/cmd5.1.html -- 2.8 Кб -- 17.01.1997
Похожие документы

2. Zen: configuration
Hide Zen home . ... Будем предполагать, что ** В системе есть пользователь postgres и группа postgres ** Данные master БД будут располагаться в каталоге /db2/pgdata-master, а данные backup БД - в каталоге db2/pgdata-backup ** Все нижеперечислоенные действия производятся от пользователя postgres, если другое не указано явно ** Локаль БД по-умолчанию - POSIX . ... Инициализируем хранилища данных /usr/local/pgsql/bin/initdb -D /db2/pgdata-master /usr/local/pgsql/bin/initdb -D /db2/pgdata-backup . ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~megera/wiki/configuration -- 12.0 Кб -- 10.04.2016
Похожие документы

4. mod_vhost_alias - Apache HTTP Server
... Apache HTTP Server Version 2.2 . ... For example, the following configuration will map /cgi-bin/script.pl to /usr/local/apache2/cgi-bin/script.pl in all cases: . ... A request for http://www.example.com/directory/file.html will be satisfied by the file /usr/local/apache/vhosts/www.example.com/directory/file.html . ... A request for http://www.domain.example.com/directory/file.html will be satisfied by the file /usr/local/apache/vhosts/example.com/d/o/m/domain/directory/file.html . ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/ztcs/manual/de/mod/mod_vhost_alias.html -- 17.3 Кб -- 25.02.2008
Похожие документы

5. The Local Volume HI Survey (LVHIS)
The Australia Telescope Compact Array (ATCA) . Home page Team Galaxy Sample Observations Papers Projects Related Surveys Pipeline Meetings . Local Volume galaxies ( B. Koribalski) . The Local Volume HI Survey'' (LVHIS) is a project comprising deep HI line and 20-cm radio continuum observations for all nearby, gas-rich galaxies, supplemented by multi-wavelength data. ... Our aim is to study the formation and evolution of galaxies in the Local Universe. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/people/bkoribal/LVHIS/ -- 7.0 Кб -- 10.04.2016
Похожие документы

6. Глава 10 Программы обеспечения безопасности (Утилиты контроля)
... В этой главе . ... Linux Logcheck . ... Одной из важнейших задач в мире обеспечения безопасности является анализ файлов регистраций. ... Хорошей идеей будет создать список файлов установленных в вашей системе до инсталляции Logcheck и после, в результате, с помощью утилиты diff вы сможете узнать какие файлы были установлены. ... INSTALLDIR = /usr/local/etc . ... Скрипт файл для Logcheck “/usr/bin/logcheck.sh” позволяет настроить опции, которые модифицируют пути и действия программы. ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/vch/RusDoc/redhat/ch10_2.html -- 11.4 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/vch/RusDoc/redhat/ch10_2.html -- 11.4 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/vch/RusDoc/redhat/ch10_2.html -- 11.4 Кб -- 01.10.2012
Похожие документы

7. The /usr filesystem
Next: The /var filesystem Up: Overview of the Directory Previous: The /dev directory . The /usr љ filesystem is often large, since all programs are installed there. All files in /usr љ usually come from a Linux distribution; locally installed programs and other stuff goes below /usr/local љ . This makes it possible to update the system from a new version of the distribution, or even a completely new distribution, without having to install all programs again. ... Almost all user commands. ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/sag-0.4/node25.html -- 5.0 Кб -- 04.05.1997
Похожие документы

8. mod_vhost_alias - Apache HTTP Server
... Apache HTTP Server Version 2.2 . ... For example, the following configuration will map /cgi-bin/script.pl to /usr/local/apache2/cgi-bin/script.pl in all cases: . ... A request for http://www.example.com/directory/file.html will be satisfied by the file /usr/local/apache/vhosts/www.example.com/directory/file.html . ... A request for http://www.domain.example.com/directory/file.html will be satisfied by the file /usr/local/apache/vhosts/example.com/d/o/m/domain/directory/file.html . ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/manual/de/mod/mod_vhost_alias.html -- 19.4 Кб -- 21.01.2013
Похожие документы

9. Apache module mod_vhost_alias
This module provides support for dynamically configured mass virtual hosting . ... Source File: mod_vhost_alias.c . ... For simple name-based virtual hosts you might use the following directives in your server configuration file: UseCanonicalName Off VirtualDocumentRoot /usr/local/apache/vhosts/%0 . A request for http://www.example.com/directory/file.html will be satisfied by the file /usr/local/apache/vhosts/www.example.com/directory/file.html . ... Module: mod_vhost_alias . ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/mod/mod_vhost_alias.html -- 13.1 Кб -- 15.10.2001
Похожие документы

10. FITShdr: INSTALL
To install package: 1. tar xozvf fitshdr- >.tar.gz 2. cd fitshdr- >/ 3. cd fitshdr 4./config 5. make 6. make install . As result, binaries, scripts and man-pages will be installed. Default location for executables: /usr/local/bin, for man-pages: /usr/local/man/man1 . To change default locations You have to use --prefix, --bindir options for ./config. For example, to install binaries in ${HOME}/bin, man documentations in ${HOME}/man: ./config --prefix=${HOME} . ...
[ Сохраненная копия ]  Ссылки http://lnfm1.sai.msu.ru/~pav/dists/fitshdr/INSTALL.html -- 2.0 Кб -- 29.12.2010
Похожие документы
Еще в разделе: (Показать все результаты (>118) - lnfm1.sai.msu.ru/ )

11. http://www.naic.edu/~tghosh/a2174/obsdata/cron1
. . . /usr/kerberos/bin /usr/local/bin /usr/bin /bin /usr/X11R6/bin /usr/local/unipops/3.2/sunbin /usr/local/unipops/3.2/utilities /usr/X11R6/bin /usr/local/unipops/3.2/sunbin /usr/local/unipops/3.2/utilities /usr/local/unipops/3.2/sunbin /usr/local/unipops/3.2/utilities
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~tghosh/a2174/obsdata/cron1 -- 1.3 Кб -- 08.11.2006
Похожие документы

12. http://hea.iki.rssi.ru/conf/hea2007/bp-0.2.97/Makefile
... Set this to where you want bp installed. Choices include: # 1) your standard perl library path, usually /usr/lib/perl. # 2) your site-specific perl library path, often /usr/lib/perl/site_perl # 3) a completely new place, such as /usr/local/lib/bp # 4) leave them here in the source directory # options 3 and 4 will require that the environment variable BPHOME be set # to run any bp programs, but I prefer them. ... BINDEST = /usr/local/bin # This is the prefix that will be used for the perl scripts. ...
[ Сохраненная копия ]  Ссылки http://hea.iki.rssi.ru/conf/hea2007/bp-0.2.97/Makefile -- 2.1 Кб -- 14.03.1996
Похожие документы

13. UDF Local Working Group
... HST . ... Missions . ... Data . ... Hubble Heritage Project . Future Missions and . ... Missions Office . ... Journal Clubs and Research Groups . ... HST Peer Review Process . Hubble Fellowships . ... HST Overview . Overview . ... Servicing Missions . ... Cycle 24 Announcement . Cycle 23 Results . ... Mid Cycle Submission . ... Phase II Cycle 23 . ... Retrieving HST Data . Hubble Legacy Archive . Data Analysis . ... HST Science Year in Review . ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/hst/udf/wrk_group -- 13.0 Кб -- 10.04.2016
Похожие документы

14. http://hea-www.harvard.edu/~fine/Tech/cs1.1/Makefile
... DMNDIR = /usr/local/daemons # # In what directory do I put the client program (console)? ... GRP = staff # # That's all that needs to be set here. # all: console conserver console : $(CC) $(CFLAGS) console .c -o console -lresolv conserver : $(CC) $(CFLAGS) conserver .c -o conserver install : console conserver # install client cp console $( BINDIR ) chmod 750 $( BINDIR )/ console chgrp $(GRP) $( BINDIR )/ console # install server cp conserver $( DMNDIR ) ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/~fine/Tech/cs1.1/Makefile -- 2.5 Кб -- 06.08.1998
Похожие документы

15. http://xray.sai.msu.ru/sciwork/archive/
usr/local/bin/perl use CGI ; print Content-type: text/html\nPragma: no-cache\n\n head title Seminars archive /title body background ... center h1 ОБЩЕМОСКОВСКИЙ СЕМИНАР АСТРОФИЗИКОВ br (ОСА) /h1 h4 Архив /h4 hr img align=right border=0 width =274 height =253 src =../images/osa1.gif ; local( @ ...
[ Сохраненная копия ]  Ссылки http://xray.sai.msu.ru/sciwork/archive/ -- 2.5 Кб -- 12.10.1999
Похожие документы

16. SciSim 4.0 Installation
... In this example we will use /usr/local/data/catalogue for the location of all original catalogues, and /usr/local/scisim-x.y.z for the installation directory of SciSim . ... The installer has to specify their full path in the csim_config section of / usr / local / scisim-x.y.z /config/ scisim .cfg : gsc_regions / usr / local / scisim-x.y.z / data / catalogue /gsc.regions tic_ data / usr / local / scisim-x.y.z / data / catalogue /TICcat.dat wga_ data / usr / local / scisim-x.y.z / data / ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/scisim/release/latest/help/install.html -- 15.1 Кб -- 12.01.2005
Похожие документы

17. The Local Fluff
... In the disk of our Milky Way Galaxy about 10 percent of visible matter is in the form of gas, called the interstellar medium (ISM). ... These observations show that our Sun is moving through a Local Interstellar Cloud as this cloud flows outwards from the Scorpius-Centaurus Association star forming region. ... Publications with keywords: local interstellar cloud - interstellar medium - gas . Publications with words: local interstellar cloud - interstellar medium - gas . ... Clouds in Cygnus . ...
[ Сохраненная копия ]  Ссылки http://www.astronet.ru/db/xware/msg/1246816 -- 15.9 Кб -- 29.08.2010
Похожие документы

18. Lack of Dwarf Galaxies in the Local Volume Compared to Conventional Cosmology
... The sample of the Local Volume galaxies (distance smaller than 10 Mpc) gives a unique opportunity to study the properties of galaxies including the weakest objects: the absolute magnitude M B -10 and the virial mass M vir 10 9 M x263C;. ... Luminosity function of the Local Volume galaxies. ... The luminosity functions for galaxies are presented: red dashed line - from the 2dFGRS survey (Norberg et al. 2002); blue dash-dotted line - from the SDSS survey (Blanton et al. ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/Doc-en/SciNews/2016/Makarov/ -- 7.5 Кб -- 10.04.2016
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/Doc-en/SciNews/2016/Makarov/ -- 7.5 Кб -- 10.04.2016
Похожие документы

19. http://www.mccme.ru/computers/procmailrc.txt
... 0 #* ^From.* spam @ spam .ru # spam # Пересылка ВСЕЙ почты на три адреса (с оставлением на MCCME.RU ) #:0 c #! user@gmail.com user2@gmail.com user3@yandex.ru # Пересылка ВСЕЙ почты на адрес user@gmail.com (с оставлением на MCCME.RU ) # но при этом на адрес user@gmail.com НЕ БУДУТ пересылаться те письма , которые и так туда адресованы (например, в поле To: или Cc: содержат этот ...
[ Сохраненная копия ]  Ссылки http://www.mccme.ru/computers/procmailrc.txt -- 2.3 Кб -- 16.12.2010
Похожие документы

20. Feature enhancement: local maxima
... identify a realistic size of an event on the wavelet map; for example, a rectangular box one-duration wide and allowing for limited ratio of durations in height, has been used. identify all local maxima by placing a box around them and verifying that no larger values occur within the box. within each box, normalize the values of the map by the local maximum. threshold what is left to show the vicinity of each maximum. ... Figure 25: Local maxima of g2-energy map. ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/~vab/Wavelet.rsc/Tutor.dir/node21.html -- 3.6 Кб -- 12.04.1998
Похожие документы

1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | След.


Астронет | Научная сеть | ГАИШ МГУ | Поиск по МГУ | О проекте | Авторам

Комментарии, вопросы? Пишите: info@astronet.ru или сюда

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