Run through aspell.
This commit is contained in:
parent
11e70b511b
commit
a147162082
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=15916
1 changed files with 8 additions and 8 deletions
|
@ -70,7 +70,7 @@
|
|||
<sect2 id="mirror-bandwidth">
|
||||
<title>Network Connection/Bandwidth</title>
|
||||
<para>
|
||||
Of course, you need to be connected to the internet.
|
||||
Of course, you need to be connected to the Internet.
|
||||
The required bandwidth depends on your intended use
|
||||
of the mirror. If you just want to mirror some
|
||||
parts of FreeBSD for local use at your site/intranet,
|
||||
|
@ -99,7 +99,7 @@
|
|||
impact on CPU and memory requirements. Especially
|
||||
rsync is considered a memory hog, and CVSup does
|
||||
indeed consume some CPU. For AnonCVS it might
|
||||
be a nice idea to set up a memory resident filesystem (MFS) of at least
|
||||
be a nice idea to set up a memory resident file system (MFS) of at least
|
||||
300 MB, so you need to take this into account
|
||||
for your memory requirements. The following
|
||||
are just examples to give you a very rough hint.
|
||||
|
@ -107,7 +107,7 @@
|
|||
<para>
|
||||
For a moderately visited site, that offers
|
||||
<application>rsync</application>, you might
|
||||
consider a current CPU with around 800Mhz - 1 GHz,
|
||||
consider a current CPU with around 800MHz - 1 GHz,
|
||||
and at least 512MB RAM. This is probably the
|
||||
minimum you want for an <emphasis>official</emphasis>
|
||||
site.
|
||||
|
@ -127,7 +127,7 @@
|
|||
very large number of small modifications to the disk.
|
||||
</para>
|
||||
<para>You can also experiment with enlarging the portion
|
||||
of system memory which is used for the filesystem buffer cache.
|
||||
of system memory which is used for the file system buffer cache.
|
||||
This will also help to reduce the quantity of disk access. This
|
||||
can be done with the BUFCACHEPERCENT kernel option. The default is
|
||||
to use 5% of system memory.
|
||||
|
@ -347,7 +347,7 @@ cvspserver stream tcp nowait root /usr/bin/cvs cvs -f -l -R -T /anoncvstmp --all
|
|||
in your <filename>/home/ncvs/CVSROOT</filename> and assign a
|
||||
CVS password (empty or <literal>anoncvs</literal>) to that user.
|
||||
The directory <filename>/anoncvstmp</filename> is a special
|
||||
purpose memory based filesystem. It is not required but
|
||||
purpose memory based file system. It is not required but
|
||||
advised, since &man.cvs.1; creates a shadow directory
|
||||
structure in your <filename>/tmp</filename> which is
|
||||
not used after the operation, but slows things
|
||||
|
@ -380,7 +380,7 @@ cvspserver stream tcp nowait root /usr/bin/cvs cvs -f -l -R -T /anoncvstmp --all
|
|||
<emphasis>branches</emphasis>, that are actually snapshots
|
||||
of checked-out source trees, the <emphasis>ISO Images</emphasis>
|
||||
to write CD-Roms with the installation distribution,
|
||||
a live filesystem, and lots of packages, the ports tree,
|
||||
a live file system, and lots of packages, the ports tree,
|
||||
distfiles and a huge amount of packages. All of course
|
||||
for various FreeBSD versions, and <emphasis>i386</emphasis>
|
||||
and <emphasis>alpha</emphasis> architecture.
|
||||
|
@ -580,7 +580,7 @@ cvspserver stream tcp nowait root /usr/bin/cvs cvs -f -l -R -T /anoncvstmp --all
|
|||
webserver is not discussed here.
|
||||
</para>
|
||||
|
||||
<note><para>For the website to be visable, users must execute the &man.make.1;
|
||||
<note><para>For the website to be visible, users must execute the &man.make.1;
|
||||
command in the main <filename>www</filename> directory. This command
|
||||
will create the standard <filename>*.html</filename> files for web
|
||||
viewing. For this to work, however, the
|
||||
|
@ -773,7 +773,7 @@ cvspserver stream tcp nowait root /usr/bin/cvs cvs -f -l -R -T /anoncvstmp --all
|
|||
<title>Ok, but where should I get the stuff now?</title>
|
||||
<para>
|
||||
The short answer is: from the
|
||||
site, that is closest to you in internet terms, or gives you
|
||||
site, that is closest to you in Internet terms, or gives you
|
||||
the fastest access.
|
||||
</para>
|
||||
<sect3 id="mirror-where-simple">
|
||||
|
|
Loading…
Reference in a new issue