f85e2485b8
browser at index.html to see how it works. Ultimately what currently lives in the tutorials section will become the User and Admin manual sections.
110 lines
2.7 KiB
HTML
110 lines
2.7 KiB
HTML
<!-- $Id:$ -->
|
|
|
|
<!DOCTYPE html PUBLIC '-//IETF//DTD HTML 2.0//EN'>
|
|
<html>
|
|
<head>
|
|
<title>FreeBSD Tutorials</title>
|
|
</head>
|
|
<body>
|
|
<h1>FreeBSD Tutorials</h1>
|
|
<hr>
|
|
|
|
<p>This page contains tutorials on topics that the short
|
|
answer format of the main <a
|
|
href="HTML/freebsd-faq.html">FAQ</a> cannot do justice to.
|
|
If you have a particular area of expertise, we would like
|
|
to here from you! Your contributions are not only welcome,
|
|
but often save new users from uncountable headaches. If
|
|
you've written something you think may help new users, by
|
|
all means let us know about it by sending mail to <a
|
|
href="mailto:doc@freebsd.org">doc@FreeBSD.ORG</a>.
|
|
|
|
<h2>Installation Topics</h2>
|
|
|
|
<ul>
|
|
|
|
<li><a href = "Text/INSTALL">How to install a distribution.</a>
|
|
|
|
<li><a href="Text/diskspace.FAQ">All about hard disk partitioning.</a>
|
|
|
|
</ul>
|
|
|
|
<h2>Networking topics</h2>
|
|
|
|
<ul>
|
|
<li><a href="HTML/dialup.html">Setting up FreeBSD for
|
|
dialin access.</a></li>
|
|
|
|
<li><a href="Text/slip.FAQ">Setting up FreeBSD as a SLIP
|
|
<em>client</em>.</a>
|
|
|
|
<li><a href="HTML/slip_server.html">Setting up FreeBSD as a SLIP
|
|
<em>server</em>.</a>
|
|
|
|
<li><a href="Text/ppp.FAQ">How to configure PPP.</a>
|
|
|
|
<li><a href="Text/nfs.FAQ">Tips for users using NFS between
|
|
FreeBSD and workstation hardware.</a>
|
|
|
|
<li><a href="Text/diskless.FAQ">Setting up a diskless FreeBSD
|
|
workstation.</a>
|
|
|
|
<li><a href="LaTeX/kerberos_setup.latex">Setting up Kerberos</a>
|
|
(this is a LaTeX document)
|
|
|
|
<li><a href="Text/UUCP_Internals.FAQ">UUCP internals</a>
|
|
|
|
</ul>
|
|
|
|
|
|
<h2>FreeBSD-current topics</h2>
|
|
|
|
<ul>
|
|
<li><a href="Text/current-policy.FAQ">What you should know about running
|
|
FreeBSD-current.</a>
|
|
|
|
<li><a href="HTML/ctm.html">All about CTM</a>.
|
|
|
|
<li><a href="Text/sup.FAQ">All about sup</a>.
|
|
|
|
<li><a href="extras/ports-supfile">A sample supfile for the FreeBSD ports
|
|
collection.</a>
|
|
|
|
<li><a href="extras/standard-supfile">A sample supfile for the
|
|
FreeBSD source tree.</a>
|
|
|
|
</ul>
|
|
|
|
<h2>Hardware topics</h2>
|
|
|
|
<ul>
|
|
<li><a href="Text/systems.FAQ">Systems and configurations
|
|
on which FreeBSD is "known" to work.</a>
|
|
|
|
<li><a href="Text/HW.TROUBLE">User feedback on finicky or broken
|
|
hardware.</a>
|
|
|
|
<li><a href="HTML/SCSI.html">Using SCSI devices with FreeBSD</a>.
|
|
|
|
</ul>
|
|
|
|
<h2>Miscellaneous</h2>
|
|
<ul>
|
|
<li><a href="Text/kernel-debug.FAQ">How to debug the kernel.</a>
|
|
</li>
|
|
|
|
<li><a href="Text/ports.FAQ">Using the FreeBSD "ports"
|
|
collection</a></li>
|
|
|
|
<li><a href="Text/submitters.FAQ">Becoming a contributor to
|
|
the FreeBSD project</a></li>
|
|
|
|
</ul>
|
|
|
|
|
|
<hr>
|
|
<a href="index.html">Return to the help page</a>
|
|
|
|
</body>
|
|
</html>
|