Поиск по:rtm-cs.sinp.msu.ru -
Поискать по всем серверам
На этой странице приведены все страницы сервера rtm-cs.sinp.msu.ru ,которые мы индексируем. Показаны документы 341 - 360 из 1170.
Упорядочить по:
URL
|
дате изменения
341. Linux Commercial HOWTO
. v5.38, 7 March 1999 . This document contains a listing of commercial software and applications which are offered for Linux. It is maintained by Mr. Poet <poet@linuxports.com> . 5.1 Turnkey systems . 5.2 Large end-user customers . 5.3 Specialized markets . 5.4 Biography . 6.1 ASWedit, HTML editor . 6.2 Empress DataWEB . 6.3 EZ-EDIT . 6.4 LinkScan . 6.5 TalentSoft Web+ (WebPlus) . 6.6 VirtuFlex 1.1 . 6.7 Visual prolog . 6.8 Web Crossing . 6.9 ThreadTrack and WebTailor from Webthreads. 7.1 c-tree Plus . 7.2
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/howto/Commercial-HOWTO.html -- 255.6 Кб -- 04.05.2000
Похожие документы
Похожие документы
342. Chroot-BIND HOWTO
... This document describes installing the BIND 8 nameserver to run in a chroot jail and as a non-root user, to provide added security and minimise the potential effects of a security compromise. ... This is the Chroot-BIND HOWTO; see Where? for t he master site, which contains the latest copy. ... For example: # cp -p /etc/named.conf /chroot/named/etc/ # cp -a /var/named/* /chroot/named/etc/namedb/ BIND will likely need to write to the namedb directory, and probably some of the files in it. ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/howto/Chroot-BIND-HOWTO.html -- 21.6 Кб -- 04.05.2000
Похожие документы
Похожие документы
343. Linux Chinese HOWTO English Version
... SGML You can download these formats from the ftp site ftp://ftp.phys.ntu.edu.tw/pub/CLDP/howto-translations/ . ... ftp://NCTUCCCA.edu.tw/Chinese/ifcss/software/ . ... URL : ftp :// ftp .ifcss.org/ pub / software / linux /CLinux/c1/ ftp :// ftp .ifcss.org/ pub / software / linux /CLinux/c2/ ftp :// ftp .ifcss.org/ pub / software / linux /CLinux/c3/ ftp :// ftp .ifcss.org/ pub / software / linux /CLinux/c4/ ftp :// ftp .ifcss.org/ pub / software / linux /CLinux/c5/ compiler: CHEN, Wei-Jou ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/howto/Chinese-HOWTO.html -- 128.7 Кб -- 04.05.2000
Похожие документы
Похожие документы
344. CVS-RCS- HOW-TO document for Linux (Source Code Control System)
... This document is a "practical guide" to very quickly setup CVS/RCS source code control system. ... Since source code is the most vital component of any software project and software development takes a huge amount of time and money, it is very important to spend some time in safe-guarding the source code by using the source code control systems like CVS and RCS. ... CVS can record the history of your files (usually, but not always, source code). ... CVS can enable concurrent editing of files. ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/howto/CVS-RCS-HOWTO.html -- 50.1 Кб -- 04.05.2000
Похожие документы
Похожие документы
345. The Linux CD-ROM HOWTO
... This document describes how to install, configure, and use CD-ROM drives under Linux. ... This section lists the CD-ROM drivers and interfaces that are currently supported under Linux. ... The Linux kernel has a device driver that should work with any ATAPI compliant CD-ROM drive. ... Linux also has an IDE SCSI emulation kernel driver that makes an IDE/ATAPI device appear in software to be a SCSI device, allowing the use of a SCSI device driver instead of the native ATAPI driver. ... Kernel HOWTO . ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/howto/CDROM-HOWTO.html -- 78.2 Кб -- 04.05.2000
Похожие документы
Похожие документы
346. C-C++ Beautifier HOW-TO
... This document will help you to format (beautify) the C/C++ programs so that it is more readable and confirms to your site C/C++ coding standards. ... For "C++" programs use "bcpp" . ... C : http://www.chips.navy.mil/oasys/c/ I used BCPP to format the C++ programs and it worked fine for me. ... http://metalab.unc.edu/LDP/HOWTO/C-C++Beautifier-HOWTO.html . ... http://www.cc.gatech.edu/linux/LDP/HOWTO/C-C++Beautifier-HOWTO.html . http://www.redhat.com/linux-info/ldp/HOWTO/C-C++Beautifier-HOWTO.html . ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/howto/C-C++Beautifier-HOWTO.html -- 16.0 Кб -- 04.05.2000
Похожие документы
Похожие документы
347. C++ Programming HOW-TO
... Datatype char * and char[] String functions like strcpy, strcat, strncpy, strncat, etc.. ... You must directly use in fprintf as in below line - fprintf (stdout, \n0) With lsh operator+, aa.val is :%sEOF\n , ( my lhs + aa ).val); //aa.str_cpy(bb.val); aa = bb; aa.to_upper(); fprintf (stdout, 1) aa.val is :%sEOF\n , aa.val ); aa = bb; aa.to_lower(); fprintf (stdout, 2) aa.val is :%sEOF\n , aa.val ); aa = bb; aa.ltrim(); fprintf (stdout, 3) aa.val is :%sEOF\n , ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/howto/C++Programming-HOWTO.html -- 98.4 Кб -- 04.05.2000
Похожие документы
Похожие документы
348. The Linux Busmouse HOWTO
... This document describes how to install, configure and use a busmouse under Linux. ... 3.1 Setting the mouse interrupt. ... For serial mice users, this part of the story is easy since their interface is always the serial port device drivers. ... You should make sure that your mouse is not trying to use the same interrupt as any of your other devices --- it is not possible for the mouse to share an interrupt under Linux, even though it may work fine under other operating systems. ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/howto/Busmouse-HOWTO.html -- 28.4 Кб -- 04.05.2000
Похожие документы
Похожие документы
349. The Linux BootPrompt-HowTo
... This is the BootPrompt-Howto, which is a compilation of all the possible boot time arguments that can be passed to the Linux kernel at boot time. ... A discussion of how the kernel sorts boot time arguments, along with an overview of some of the popular software used to boot Linux kernels is also included. ... So most Linux users will use software like LILO or loadlin that takes care of handing these arguments to the kernel, and then booting it. ... This driver uses a boot argument of the form: . ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/howto/BootPrompt-HOWTO.html -- 90.0 Кб -- 04.05.2000
Похожие документы
Похожие документы
350. Beowulf HOWTO
... This document introduces the Beowulf Supercomputer architecture and provides background information on parallel programming, including links to other more specific documents, and web pages. ... 5.5 Beowulf Machines . ... All the people who are responsible for the Linux operating system and all the other free software packages used on topcat and other Beowulf machines. ... Some claim that one can call their system Beowulf only if it is built in the same way as the NASA's original machine. ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/howto/Beowulf-HOWTO.html -- 54.2 Кб -- 04.05.2000
Похожие документы
Похожие документы
351. Linux Benchmarking HOWTO
... The Linux Benchmarking HOWTO discusses some issues associated with the benchmarking of Linux systems and presents a basic benchmarking toolkit, as well as an associated form, which enable one to produce significant benchmarking information in a couple of hours. ... 3.3 Test duration . ... 3.7 Network performance tests . 3.8 SMP tests . ... Very often the results are not what one would expect, and subject to interpretation (which actually may be the most important part of a benchmarking procedure). ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/howto/Benchmarking-HOWTO.html -- 44.2 Кб -- 04.05.2000
Похожие документы
Похожие документы
352. The Belgian HOWTO
... This document describes how to tweak Linux for Belgian users and lists Linux user groups, businesses and other resources in Belgium. ... 6.2 HOWTO . ... This HOWTO aims to be the definitive list of all Belgian-related Linux information. ... In addition, the Belgian HOWTO can be found on the World Wide Web at http://dag.mind.be/howto/ New versions of the Belgian HOWTO are always placed at this site first, so please be sure to check if the copy you are reading is still up to date! ... Last modified: ....
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/howto/Belgian-HOWTO.html -- 63.0 Кб -- 04.05.2000
Похожие документы
Похожие документы
353. Bash Prompt HOWTO
... 2.1 What is Bash? ... 3.3 Command Substitution . ... You can check your Bash version by typing echo $BASH_VERSION at the prompt. ... Verified to work on white, # black, and green BGs (2 Dec 98). # echo On Light Gray: On Black: echo -e \ 033 [47m\ 033 [1;37m White \ 033 [0m\ 1;37m \ \ 033 [40m\ 033 [1;37m White \ 033 [0m echo -e \ 033 [47m\ 033 [37m Light Gray \ 033 [0m\ 37m \ \ 033 [40m\ 033 [37m Light Gray \ 033 [0m echo -e \ 033 [47m\ 033 [1;30m Gray \ 033 [0m\ 1;30m \ \ 033 [40m\ ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/howto/Bash-Prompt-HOWTO.html -- 83.7 Кб -- 04.05.2000
Похожие документы
Похожие документы
354. Linux Astronomy HOWTO
... This document shares tips and resources to utilize Linux solutions in the pursuit of Astronomy. ... 5.1 Telescope Control . ... With all the help from major Linux distributions such as SuSE, Redhat, Caldera and many others, Linux based systems are becoming easier to use. ... IRAF is a gigantic but exceptionally capable astronomical analysis system, shepherded over the past 20-odd years by Doug Tody of NOAO. ... OCAAS is a complete Observatory Control and Astronomical Analysis System for Linux. ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/howto/Astronomy-HOWTO.html -- 12.6 Кб -- 04.05.2000
Похожие документы
Похожие документы
355. Brief Introduction to Alpha Systems and Processors
... This document is a brief overview of existing Alpha CPUs, chipsets and systems. ... Digital's products include CPUs, support chipsets, PCI-PCI bridges and PCI peripheral chips for comms and multimedia. ... Digital's system groups have produced several generations of machines using Alpha processors. ... All the systems use an Intel System I/O bridge (SIO) to act as a bridge between PCI and ISA (the main I/O bus is PCI, the ISA bus is a secondary bus used to support slow-speed and 'legacy' I/O devices...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/howto/Alpha-HOWTO.html -- 24.8 Кб -- 04.05.2000
Похожие документы
Похожие документы
356. Linux Access HOWTO
... The Linux Access HOWTO covers the use of adaptive technology with Linux, In particular, using adaptive technology to make Linux accessible to those who could not use it otherwise. ... 3.4 Braille Embossing . ... If you have an earlier version of Linux, see section Screen Memory Braille Terminals . ... For information about how to set this up please see the Linux Keyboard HOWTO, especially section `I can use only one finger to type with' (section 15 in the version I have) for more information on this...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/howto/Access-HOWTO.html -- 71.8 Кб -- 04.05.2000
Похожие документы
Похожие документы
357. Linux AX25-HOWTO, Amateur Radio.
. v1.5, 17 October 1997 . The Linux Operating System is perhaps the only operating system in the world that can boast native and standard support for the AX.25 packet radio protocol utilised by Amateur Radio Operators worldwide. This document aims to describe how to install and configure this support. 1.1 Changes from the previous version . 1.2 Where to obtain new versions of this document. 1.3 Other related documentation. 2.1 How it all fits together. 3.1 Finding the kernel, tools and utility packages. 4.1
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/howto/AX25-HOWTO.html -- 155.5 Кб -- 04.05.2000
Похожие документы
Похожие документы
358. Linux AI & Alife HOWTO
. v1.3, 02 April 2000 . This howto mainly contains information about, and links to, various AI related software libraries, applications, etc. that work on the Linux platform. All of it is (at least) free for personal use. The new master page for this document is http://zhar.net/gnu-linux/howto/ . 1.1 Purpose . 1.2 Where to find this software . 1.3 Updates and comments . 1.4 Copyright/License . 2.1 AI class/code libraries . 2.2 AI software kits, applications, etc. 3.1 Connectionist class/code libraries . 3.2
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/howto/AI-Alife-HOWTO.html -- 139.3 Кб -- 04.05.2000
Похожие документы
Похожие документы
359. http://rtm-cs.sinp.msu.ru/manual/rtl/posix.txt
... The include/rtl_sched.h file contains declarations of these and other related functions and types. pthread_attr_setcpu_np pthread_attr_getcpu_np pthread_wait_np -- suspend the execution of the calling thread until the next period (for periodic tasks) pthread_delete_np -- delete the thread pthread_setfp_np -- mark the thread as using or not using the FPU pthread_make_periodic_np (pthread_t p, hrtime_t start, hrtime_t period) -- set timing parameters for ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/rtl/posix.txt -- 3.2 Кб -- 23.02.2000
Похожие документы
Похожие документы
360. http://rtm-cs.sinp.msu.ru/manual/rtl/design.pdf
... This is an SMP only routine. extern unsigned int rtl getcpuid(void); Return the current processor id. ... described here to make the explanation concrete, but there is no guarantee that the time structure will remain unchanged. struct rtl clock { int (*init) (struct rtl clock *); void (*uninit) (struct rtl clock *); hrtime t (*gethrtime)(struct rtl clock *); int (*sethrtime)(struct rtl clock *, hrtime t t); int (*settimer)(struct rtl clock *, hrtime t interval); ...
[
Текст
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/rtl/design.pdf -- 151.0 Кб -- 23.02.2000
Похожие документы
Похожие документы