Changeset c76806a
- Timestamp:
- 06/01/2004 08:43:38 PM (19 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, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, v5_1, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 23d784b
- Parents:
- 62e9283
- Location:
- basicnet
- Files:
-
- 15 edited
Legend:
- Unmodified
- Added
- Removed
-
basicnet/netprogs/cvs/cvs-config.xml
r62e9283 rc76806a 17 17 <para><filename>~/.cvswrappers</filename> specifies wrappers to be used in 18 18 addition to those specified in the <filename>CVSROOT/cvswrappers</filename> 19 file in the repository.</para></sect3> 19 file in the repository.</para> 20 21 <para><filename>~/.cvspass</filename> can hold passwords to complete 22 logins to servers.</para></sect3> 20 23 21 24 </sect2> -
basicnet/netprogs/inetutils/inetutils-desc.xml
r62e9283 rc76806a 38 38 39 39 <sect3><title>tftp</title> 40 <para><command>tftp</command> is a trivial file transfer program.</para></sect3>40 <para><command>tftp</command> is an Internet Trivial File Transfer Protocol.</para></sect3> 41 41 42 42 <sect3><title>whois</title> … … 68 68 69 69 <sect3><title>uucpd</title> 70 <para>No description available.</para></sect3> 70 <para><command>uucpd</command> is the server for supporting 71 <acronym>UUCP</acronym> connections over networks.</para></sect3> 71 72 72 73 </sect2> -
basicnet/netprogs/inetutils/inetutils-exp.xml
r62e9283 rc76806a 12 12 13 13 <para><option>--disable-whois</option>: This switch will prevent 14 <application>Inetutils</application> installing a WhoIs client, since the14 <application>Inetutils</application> installing a whois client, since the 15 15 included whois client is out of date. Add this option if you plan on installing 16 16 <xref linkend="whois"/>.</para> 17 17 18 18 <para><option>--with-pam</option>: This switch makes <application>Inetutils 19 </application> compile against for <application>Linux-<acronym>PAM</acronym></application>.19 </application> link against <application>Linux-<acronym>PAM</acronym></application> libraries. 20 20 Add this option if you want to utilize <acronym>PAM</acronym>. 21 21 </para> … … 23 23 <para><option>--disable-servers</option>: Some of the servers included with 24 24 <application>Inetutils</application> are insecure in nature and in some cases 25 better alternative exist. You can choose this switch and enable only the servers26 you want to avoid installingunneeded servers.</para>25 better alternatives exist. You can choose this switch to enable only the 26 servers you need, avoiding the installation of unneeded servers.</para> 27 27 28 28 </sect2> -
basicnet/netprogs/ncftp/ncftp-config.xml
r62e9283 rc76806a 10 10 11 11 <para>Most <application>Nc<acronym>FTP</acronym></application> configuration is done while in the 12 program and the configuration files are dealt with automatically. One12 program, and the configuration files are dealt with automatically. One 13 13 exception to this is <filename>~/.ncftp/prefs_v3</filename>. There are various 14 14 options to alter in there, including:</para> -
basicnet/netprogs/ncftp/ncftp-exp.xml
r62e9283 rc76806a 2 2 <title>Command explanations</title> 3 3 4 <para><screen><command>make -C libncftp shared &&4 <para><screen><command>make -C libncftp shared 5 5 make -C libncftp soinstall</command></screen> 6 6 These commands make and install the dynamic library <filename -
basicnet/netprogs/ncpfs/ncpfs-config.xml
r62e9283 rc76806a 9 9 10 10 <para>A config file <filename>~/.nwclient</filename> should be placed 11 in the home directory of each user that intends to use <application>ncpfs 12 </application>. The permissions on this file should be set to 600, for obvious 11 in the home directory of each user that intends to use <application>ncpfs</application>. The permissions on this file should be set to 600, for obvious 13 12 security reasons. The configuration file should contain a single line 14 13 per server that the user will use. Each line should contain -
basicnet/netprogs/nfs-utils/nfs-utils-intro.xml
r62e9283 rc76806a 4 4 <para>The <application>nfs-utils</application> package contains the userspace server and client 5 5 tools necessary to use the kernel's nfs-abilities. <acronym>NFS</acronym> is a protocol that 6 allows sharing disk partitions over the network.</para>6 allows sharing file systems over the network.</para> 7 7 8 8 <sect3><title>Package information</title> -
basicnet/netprogs/ntp/ntp-config.xml
r62e9283 rc76806a 37 37 <sect3><title>Synchronizing the time</title> 38 38 39 <para>There are two options. Option one is to userun <command>ntpd</command>39 <para>There are two options. Option one is to run <command>ntpd</command> 40 40 continuously and allow it to synchronize the time in a gradual manner. The other 41 41 option is to run <command>ntpd</command> periodically (using cron) 42 42 and update the time each time <command>ntpd</command> is scheduled.</para> 43 43 44 <para>If you choose Option one, then install 44 <para>If you choose Option one, then install the 45 45 <filename>/etc/rc.d/init.d/ntp</filename> 46 46 init script included in the … … 49 49 <screen><userinput><command>make install-ntp</command></userinput></screen> 50 50 51 <para>If you prefer to startntpd periodically, add the following command to52 theroot's <filename>crontab</filename>:</para>51 <para>If you prefer to run ntpd periodically, add the following command to 52 root's <filename>crontab</filename>:</para> 53 53 <screen><userinput>ntpd -q</userinput></screen> 54 54 -
basicnet/netutils/bind-utils/bind-utils-exp.xml
r62e9283 rc76806a 2 2 <title>Command explanations</title> 3 3 4 <para><screen><userinput>make -C lib/...</userinput></screen> 5 Build the libs that are needed for the client programs.</para> 4 <para><command>make -C lib/...</command>: This command builds the librariess that are needed for the client programs.</para> 6 5 7 <para><screen><userinput>make -C bin/dig</userinput></screen> 8 Build the client programs.</para> 6 <para><command>make -C bin/dig</command>: This command builds the client programs.</para> 9 7 10 8 </sect2> -
basicnet/netutils/netutils.xml
r62e9283 rc76806a 4 4 5 5 <para>This chapter contains some tools that come in handy when the 6 network need someinvestigating.</para>6 network needs investigating.</para> 7 7 8 8 &traceroute; -
basicnet/netutils/nmap/nmap-desc.xml
r62e9283 rc76806a 3 3 4 4 <para>The <application>Nmap</application> package contains 5 <command>nmap</command> .</para>5 <command>nmap</command> and optionally <command>nmapfe</command>.</para> 6 6 7 7 </sect2> … … 14 14 <acronym>TCP</acronym>/<acronym>IP</acronym> fingerprinting.</para></sect3> 15 15 16 <sect3><title>nmapfe</title> 17 <para><command>nmapfe</command> is the graphical front end for 18 nmap.</para></sect3> 16 19 </sect2> -
basicnet/netutils/nmap/nmap-intro.xml
r62e9283 rc76806a 19 19 <sect4><title>Optional</title> 20 20 <para><xref linkend="openssl"/>, <xref linkend="pcre"/>, 21 <xref linkend="GTK"/> (for building the front-end) and21 <xref linkend="GTK"/> (for building the graphical front-end) and 22 22 <xref linkend="libpcap"/></para></sect4> 23 23 </sect3> -
basicnet/netutils/traceroute/traceroute-desc.xml
r62e9283 rc76806a 11 11 <para><command>traceroute</command> does basically what it says: it traces the 12 12 route your packets take from the host you are working on to another host on a 13 network, showing all the intermediate steps ( routers) along the way.</para>13 network, showing all the intermediate steps (gateways) along the way.</para> 14 14 </sect3> 15 15 -
basicnet/netutils/traceroute/traceroute-exp.xml
r62e9283 rc76806a 8 8 9 9 <para><command>make install</command>: Installs <command>traceroute</command> 10 with <acronym> UID</acronym> set to root in the <filename>/usr/sbin</filename> directory. This makes it10 with <acronym>SUID</acronym> set to root in the <filename>/usr/sbin</filename> directory. This makes it 11 11 possible for all users to execute <command>traceroute</command>. For absolute 12 12 security, turn off the <acronym>SUID</acronym> bit in <command>traceroute</command>'s file … … 14 14 <screen><command>chmod 0755 /usr/sbin/traceroute</command></screen> 15 15 16 <para>The risk is that if a security problem such as a buffer overflow w ere16 <para>The risk is that if a security problem such as a buffer overflow was 17 17 ever found in the <application>Traceroute</application> code, a regular user 18 18 on your system could gain root access if the program is 19 <acronym>SUID</acronym> root. Removing20 the <acronym>SUID</acronym> permission of coursealso makes it impossible for users other than19 <acronym>SUID</acronym> root. Of course, removing 20 the <acronym>SUID</acronym> permission also makes it impossible for users other than 21 21 root to utilize <command>traceroute</command>, so decide what's right for your 22 22 individual situation.</para> 23 23 24 <para> Now, to be completely <acronym>FHS</acronym> compliant, as is our aim,if24 <para>Our aim is to be completely <acronym>FHS</acronym> compliant, so if 25 25 you do leave the <command>traceroute</command> binary 26 26 <acronym>SUID</acronym> root, then you -
basicnet/netutils/whois/whois-desc.xml
r62e9283 rc76806a 2 2 <title>Contents</title> 3 3 4 <para>The <application>Whois</application> package contains <command>whois 5 </command>.</para> 4 <para>The <application>Whois</application> package contains <command>whois</command>.</para> 6 5 7 6 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.