Changeset bbdb0ff4
- Timestamp:
- 05/30/2005 08:49:04 PM (18 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 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, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- b2782389
- Parents:
- 4ff86b9
- Files:
-
- 14 edited
Legend:
- Unmodified
- Added
- Removed
-
basicnet/netprogs/ncftp.xml
r4ff86b9 rbbdb0ff4 63 63 <title>Installation of NcFTP</title> 64 64 65 <para>There are two ways to build <application>NcFTP</application>. 65 <para>There are two ways to build <application>NcFTP</application>. 66 66 The first (and optimal) way builds most of the functionality as a shared library 67 67 and then builds and installs the program linked against this library. The 68 68 second method simply links all of the functionality into the binary statically. 69 This doesn't make the dynamic library available for linking by other applications. 69 This doesn't make the dynamic library available for linking by other applications. 70 70 You need to choose which method best suits you. Note that the second method 71 71 does <emphasis>not</emphasis> create an entirely statically linked binary; -
basicnet/netprogs/portmap.xml
r4ff86b9 rbbdb0ff4 31 31 32 32 <para>The <application>portmap</application> package is a more secure 33 replacement for the original SUN <application>portmap</application> package. 33 replacement for the original SUN <application>portmap</application> package. 34 34 <application>Portmap</application> is used to forward RPC requests to RPC 35 35 daemons such as NFS and NIS.</para> -
basicnet/textweb/textweb.xml
r4ff86b9 rbbdb0ff4 14 14 earth would I want a text-mode browser? I'm going to compile 15 15 <application>X</application> and use 16 <application>Konqueror</application>/<application>Mozilla</application>/Whatever!". 16 <application>Konqueror</application>/<application>Mozilla</application>/Whatever!". 17 17 Those who have been around systems for a while 18 18 know that when (not if) you manage to mess up your graphical browser install -
book/preface.xml
r4ff86b9 rbbdb0ff4 233 233 <bridgehead renderas="sect2">Part XI - X Software</bridgehead> 234 234 235 <para>Office programs and graphical web browsers are important to most people. 235 <para>Office programs and graphical web browsers are important to most people. 236 236 They, along with some generic <application>X</application> software can be 237 237 found in this part of the book.</para> -
connect/dhcp/dhcp-client.xml
r4ff86b9 rbbdb0ff4 23 23 both a client (<command>dhclient</command>) and a server program for 24 24 using DHCP. If you want to install this package, 25 the instructions can be found at <xref linkend="dhcp"/>. 25 the instructions can be found at <xref linkend="dhcp"/>. 26 26 Note that if you only want to use the client, you 27 27 do <emphasis>not</emphasis> need to run the server and so do not need -
connect/other/other.xml
r4ff86b9 rbbdb0ff4 12 12 13 13 <para>Other methods to connect to large networks are through ISDN 14 and PPPoE interfaces, among others. PPPoE is discussed here. 14 and PPPoE interfaces, among others. PPPoE is discussed here. 15 15 Pages written for ISDN (or others as the need arises) are always welcome 16 16 and will be included in future books, if available.</para> -
general/genutils/imagemagick.xml
r4ff86b9 rbbdb0ff4 142 142 <application>Libtool</application> library in 143 143 <filename class='directory'>/usr/lib</filename>. This command forces the 144 package to link to the installed version of 144 package to link to the installed version of 145 145 <filename class='libraryfile'>libltdl</filename>, and not replace it.</para> 146 146 -
general/prog/jdk.xml
r4ff86b9 rbbdb0ff4 54 54 will still need to download the binary version to bootstrap the 55 55 <application>JDK</application> build. You will need to download a total of four 56 files to complete the source build: 56 files to complete the source build: 57 57 <filename>jdk-1_5_0_02-linux-i586.bin</filename>; 58 58 <filename>jdk-1_5_0-src-jrl.zip</filename>; -
introduction/welcome/contact.xml
r4ff86b9 rbbdb0ff4 20 20 the available mailing lists.</para> 21 21 22 <para>The current BLFS maintainer is &maintainer-fullname;. 22 <para>The current BLFS maintainer is &maintainer-fullname;. 23 23 If you need to reach &maintainer-firstname;, send an email to 24 24 <ulink url="mailto:&maintainer-address;">&maintainer-address;</ulink>.</para> -
multimedia/audioutils/freetts.xml
r4ff86b9 rbbdb0ff4 192 192 <para>Test the installation using the following command:</para> 193 193 194 <screen><userinput>java -jar /opt/freetts/lib/freetts.jar \ 194 <screen><userinput>java -jar /opt/freetts/lib/freetts.jar \ 195 195 -text "This is a test of the FreeTTS speech synthesis system"</userinput></screen> 196 196 … … 199 199 as shown below:</para> 200 200 201 <screen><userinput>java -jar /opt/freetts/lib/freetts.jar -streaming \ 201 <screen><userinput>java -jar /opt/freetts/lib/freetts.jar -streaming \ 202 202 -text "This is a test of the FreeTTS speech synthesis system"</userinput></screen> 203 203 -
postlfs/config/inputrc.xml
r4ff86b9 rbbdb0ff4 39 39 file. A later page sets up <application>Bash</application> to use 40 40 <filename>/etc/inputrc</filename> if there is no <filename>.inputrc</filename> 41 for a user when <filename>/etc/profile</filename> is read (usually at login). 41 for a user when <filename>/etc/profile</filename> is read (usually at login). 42 42 If you want your system to use both, or don't want <emphasis>global</emphasis> 43 43 keyboard handling, it is a good idea to place a default -
postlfs/config/logon.xml
r4ff86b9 rbbdb0ff4 29 29 which will also accept certain Escape sequences (see below) in order to 30 30 insert information about the system. There is also the file 31 <filename>issue.net</filename> which can be used when logging on remotely. 31 <filename>issue.net</filename> which can be used when logging on remotely. 32 32 <command>ssh</command> however, will only use it if you set the option in the 33 33 configuration file and will also <emphasis>not</emphasis> interpret the … … 37 37 the screen at each logon. The easiest way of doing that is to put a "clear" 38 38 escape-sequence into <filename>/etc/issue</filename>. A simple way of 39 doing this is to do <command>clear > /etc/issue</command>. 39 doing this is to do <command>clear > /etc/issue</command>. 40 40 This will insert the relevant escape code into the start of the 41 41 <filename>/etc/issue</filename> file. Note that if you do this, when you -
postlfs/config/vimrc.xml
r4ff86b9 rbbdb0ff4 37 37 <filename>/etc/vimrc</filename> and <filename>~/.vimrc</filename> (i.e., the 38 38 global <filename>vimrc</filename> and the user-specific one.). Note that this is 39 only true if you compiled <application>vim</application> using LFS-3.1 onwards. 39 only true if you compiled <application>vim</application> using LFS-3.1 onwards. 40 40 Prior to this, the global <filename>vimrc</filename> was 41 41 <filename>/usr/share/vim/vimrc</filename>.</para> -
postlfs/security/firewalling.xml
r4ff86b9 rbbdb0ff4 71 71 <title><xref linkend="fw-masqRouter"/></title> 72 72 73 <para>This is a system placed between the Internet and an intranet. 73 <para>This is a system placed between the Internet and an intranet. 74 74 To minimize the risk of compromising the firewall itself, it should 75 generally have only one role—that of protecting the intranet. 76 Although not completely risk free, the tasks of doing the routing and 75 generally have only one role—that of protecting the intranet. 76 Although not completely risk free, the tasks of doing the routing and 77 77 IP masquerading (rewriting IP headers of the packets it routes from 78 78 clients with private IP addresses onto the Internet so that they seem … … 159 159 160 160 <note> 161 <para>You should always run your firewall rules from a script. 161 <para>You should always run your firewall rules from a script. 162 162 This ensures consistency and a record of what was done. It also 163 163 allows retention of comments that are essential for understanding … … 419 419 420 420 <para>If you want to add services such as internal samba or 421 name servers that do not need to access the Internet themselves, 421 name servers that do not need to access the Internet themselves, 422 422 the additional statements are quite simple and should still be 423 423 acceptable from a security standpoint. Just add the following lines … … 506 506 <para>There are other addresses that you may also want to 507 507 drop: 0.0.0.0/8, 127.0.0.0/8, 224.0.0.0/3 (multicast and 508 experimental), 169.254.0.0/16 (Link Local Networks), and 508 experimental), 169.254.0.0/16 (Link Local Networks), and 509 509 192.0.2.0/24 (IANA defined test network).</para> 510 510 </listitem>
Note:
See TracChangeset
for help on using the changeset viewer.