Changeset ca89a835
- Timestamp:
- 09/29/2003 04:32:43 PM (20 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/python-mods, qt5new, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 8eb94806
- Parents:
- 31ff91e4
- Files:
-
- 14 edited
Legend:
- Unmodified
- Added
- Removed
-
appendices/glossary.xml
r31ff91e4 rca89a835 140 140 <glossdef><para><acronym>GNU</acronym> Compiler Collection</para></glossdef></glossentry> 141 141 142 <glossentry id="gGDBM"><glossterm><acronym>GDBM</acronym></glossterm> 143 <glossdef><para><acronym>GNU</acronym> DataBase Manager</para></glossdef></glossentry> 144 142 145 <glossentry id="gGDK"><glossterm><acronym>GDK</acronym></glossterm> 143 146 <glossdef><para><acronym>GTK</acronym>+ Drawing Kit</para></glossdef></glossentry> -
general/genlib/gdbm.xml
r31ff91e4 rca89a835 1 <sect1 id="gdbm" xreflabel=" gdbm-&gdbm-version;">1 <sect1 id="gdbm" xreflabel="GDBM-&gdbm-version;"> 2 2 <?dbhtml filename="gdbm.html" dir="general"?> 3 <title> gdbm-&gdbm-version;</title>3 <title>GDBM-&gdbm-version;</title> 4 4 5 5 &gdbm-intro; -
general/genlib/gdbm/gdbm-config.xml
r31ff91e4 rca89a835 1 1 <sect2> 2 <title>Configuring <application> gdbm</application></title>2 <title>Configuring <application><acronym>GDBM</acronym></application></title> 3 3 4 4 <sect3><title>Configuration Information</title> -
general/genlib/gdbm/gdbm-desc.xml
r31ff91e4 rca89a835 2 2 <title>Contents</title> 3 3 4 <para>The <application>gdbm</application> package contains <filename>libgdbm</filename> libraries.</para> 4 <para>The <application><acronym>GDBM</acronym></application> package 5 contains <filename class="libraryfile">libgdbm</filename> libraries.</para> 5 6 6 7 </sect2> … … 9 10 10 11 <sect3><title>gdbm libraries</title> 11 <para><filename >libgdbm</filename> libraries contain functions that perform12 <para><filename class="libraryfile">libgdbm</filename> libraries contain functions that perform 12 13 database routines using extendible hashing.</para></sect3> 13 14 -
general/genlib/gdbm/gdbm-exp.xml
r31ff91e4 rca89a835 2 2 <title>Command explanations</title> 3 3 4 <para><command>--infodir=/usr/share/info --mandir=/usr/share/man</command> : These switches set the documentation directory to <filename>/usr/share 5 </filename> instead of <filename>/usr</filename>.</para> 4 <para><command>--infodir=/usr/share/info 5 --mandir=/usr/share/man</command> : These switches set the documentation 6 directory to <filename class="directory">/usr/share</filename> instead of 7 <filename class="directory">/usr</filename>.</para> 6 8 7 9 <para><command>BINOWN=root BINGRP=root</command> : This command -
general/genlib/gdbm/gdbm-inst.xml
r31ff91e4 rca89a835 1 1 <sect2> 2 <title>Installation of <application> gdbm</application></title>2 <title>Installation of <application><acronym>GDBM</acronym></application></title> 3 3 4 <para>Install <application> gdbm</application> by running the following commands:4 <para>Install <application><acronym>GDBM</acronym></application> by running the following commands: 5 5 </para> 6 6 -
general/genlib/gdbm/gdbm-intro.xml
r31ff91e4 rca89a835 1 1 <sect2> 2 <title>Introduction to <application> gdbm</application></title>2 <title>Introduction to <application><acronym>GDBM</acronym></application></title> 3 3 4 <para>The <application>gdbm</application> package contains a dbm library. This 4 <para>The <application><acronym>GDBM</acronym></application> package 5 contains the <acronym>GNU</acronym> Database Manager. This 5 6 is useful for database routines that use extendible hashing.</para> 6 7 -
server/other/bind/bind-config.xml
r31ff91e4 rca89a835 14 14 jail as an unprivileged user (named). This configuration is more secure 15 15 in that a <acronym>DNS</acronym> compromise can only affect a few files 16 in the named user's <envar> $HOME</envar> directory.</para>16 in the named user's <envar>HOME</envar> directory.</para> 17 17 18 18 <para>First we create the unpriviledged user and group named:</para> … … 58 58 file "pz/127.0.0"; 59 59 }; 60 <command> >EOF</command></userinput></screen>60 <command>EOF</command></userinput></screen> 61 61 62 62 <para>Create a zone file with the following contents:</para> … … 107 107 L.ROOT-SERVERS.NET. 6D IN A 198.32.64.12 108 108 M.ROOT-SERVERS.NET. 6D IN A 202.12.27.33 109 <command> >EOF</command></userinput></screen>109 <command>EOF</command></userinput></screen> 110 110 111 111 <para>The <filename>root.hints</filename> file is a list of root name 112 112 servers. This file must be updated periodically with the 113 113 <command>dig</command> utility. 114 Consult the <a cronym>BIND</acronym> 9 Administrator Reference Manual for114 Consult the <application><acronym>BIND</acronym></application> 9 Administrator Reference Manual for 115 115 details.</para> 116 116 … … 143 143 search yourdomain.com 144 144 nameserver 127.0.0.1 145 <command> >EOF</command></userinput></screen>145 <command>EOF</command></userinput></screen> 146 146 147 147 <para>Set permissions on the chroot jail with the following -
server/other/cvsserver/cvsserver-inst.xml
r31ff91e4 rca89a835 47 47 48 48 <screen><userinput><command>export CVS_RSH=/usr/bin/ssh && 49 cvs -d:ext: servername:/cvsroot co cvstest</command></userinput></screen></sect3>49 cvs -d:ext:<replaceable>servername</replaceable>:/cvsroot co cvstest</command></userinput></screen></sect3> 50 50 </sect2> 51 51 <sect2> … … 95 95 </para> 96 96 97 <screen><userinput><command>cvs 98 -d:pserver:anonymous@<replaceable>servername</replaceable>:/cvsroot co cvstest</command></userinput></screen> 97 <screen><userinput><command>cvs -d:pserver:anonymous@<replaceable>servername</replaceable>:/cvsroot co cvstest</command></userinput></screen> 99 98 <note><para>Replace "servername" with the <acronym>IP</acronym> address or 100 99 hostname of the <acronym>CVS</acronym> server</para></note> -
server/other/dhcp/dhcp-config.xml
r31ff91e4 rca89a835 16 16 that this script is coded for the <emphasis role="strong">eth1</emphasis> 17 17 interface, which may need to be modified for your hardware configuration. 18 With that in mind the < command>dhcp</command> init.d script can be created18 With that in mind the <application><acronym>DHCP</acronym></application> init.d script can be created 19 19 using the following commands.</para> 20 20 -
server/other/openldap/openldap-exp.xml
r31ff91e4 rca89a835 10 10 11 11 <para><command>--enable-ldbm</command> : Build <command>slapd</command> 12 with primary database backend using either Berkeley DB or 13 <acronym>GNU</acronym> Database Manager.</para> 12 with primary database backend using either <application>Berkeley 13 DB</application> or 14 <application><acronym>GNU</acronym> Database Manager</application>.</para> 14 15 15 16 <para><command>--disable-debug</command> : Disable debugging code.</para> -
server/other/openssh/openssh-config.xml
r31ff91e4 rca89a835 19 19 machine. The <command>ssh</command> client doesn't need this script to be 20 20 used. Having said that, if you want to run the <command>ssh</command> daemon, 21 the < command>sshd</command>init.d script can be created using the following21 the <application>Open<acronym>SSH</acronym></application> daemon init.d script can be created using the following 22 22 commands:</para> 23 23 -
server/other/rsync/rsync-config.xml
r31ff91e4 rca89a835 32 32 your machine. The <application>rsync</application> client doesn't need this 33 33 script to be used. Having said that, if you want to run the <application>rsync 34 </application> daemon, the < command>rsyncd</command>init.d script can be34 </application> daemon, the <application>rsync</application> daemon init.d script can be 35 35 created using the following commands:</para> 36 36 -
server/other/rsync/rsync.ent
r31ff91e4 rca89a835 10 10 <!ENTITY rsync-download-ftp "ftp://rsync.samba.org/pub/rsync/rsync-&rsync-version;.tar.gz"> 11 11 <!ENTITY rsyncd-size "571 KB"> 12 <!ENTITY rsyncd-time " 1 min (1GHz)">12 <!ENTITY rsyncd-time "0.65 SBU">
Note:
See TracChangeset
for help on using the changeset viewer.