71 lines
2.9 KiB
PHP
71 lines
2.9 KiB
PHP
<!-- $Id: index.php,v 1.1 2009/09/18 14:42:27 kiwi Exp $ -->
|
|
<?php
|
|
require_once("../include/function.inc.php");
|
|
page("Documentation mirrors");
|
|
?>
|
|
<p class="textetitre">Introduction</p>
|
|
<p class="texte">
|
|
Some copy of good documentation about several subjects that are very
|
|
interressing...
|
|
</p>
|
|
<p class="textetitre">French Docs</p>
|
|
<p class="texte">
|
|
<ul>
|
|
<li><a href="comment_installer_un_serveur_multidomaine_avec_ldap.html">Comment installer un serveur de mail multidomaine utilisant un annuaire LDAP</a> par Luc Saillard (<a href="http://luc.saillard.free.fr/doc/comment_installer_un_serveur_multidomaine_avec_ldap.html">Source originale</a>).</li>
|
|
</ul>
|
|
</p>
|
|
<p class="textetitre">Other docs</p>
|
|
<p class="texte">
|
|
<ul>
|
|
<li><a href="LDAP-ObjectClasses.html">Common LDAP schemas</a> (<a href="http://www-eleves.int-evry.fr/~deckmyn/docs/LDAP-ObjectClasses.html">Original doc</a>)</li>
|
|
<li><a href="ldapv3.pdf">LDAP & OpenLDAP</a> (PDF) for Linux Platform.</li>
|
|
<li><a href="cidr.html">CIDR Subnet Mask Cheat Sheet</a> & ICMP type codes</li>
|
|
<li><a href="ssl-cert-howto.pdf">Creating and using SSL Certificates</a> (PDF) (<a href="http://www.eclectica.ca/howto/ssl-cert-howto.php">Original doc</a>)</li>
|
|
<li><a href="video-streaming-servers.html">Server de Stream Video</a></li>
|
|
<li><a href="filer">Network Applicance Filers</a> (orginal : <a href="http://www.netfisco.com/myfiler/">ici</a>)</li>
|
|
</ul>
|
|
</p>
|
|
<p class="textetitre">Wireless Related</p>
|
|
<p class="texte">
|
|
All usefull information about Wireless and some Security based on such medias
|
|
</p>
|
|
<p class="textetitre">Tunneling</p>
|
|
<p class="texte">
|
|
Seems that Unversity of Maryland works on lots of things.
|
|
<ul>
|
|
<li><a href="xp2obsd.pdf">IPSec in Tunnel Mode between Windows XP and OpenBSD</a>
|
|
<a href="http://www.cs.umd.edu/users/mvanopst/xp2obsd.pdf">(original doc)</a> in PDF.
|
|
I am almost sure it can used on Windows 2000 as well</li>
|
|
<li><a href="http://www.missl.cs.umd.edu/Projects/wireless/8021x/">802.1x</a>
|
|
Seems to be very interressing goodie....</li>
|
|
<li><a href="http://www.open1x.org/">Open 802.1x implementation</a></li>
|
|
</ul>
|
|
</p>
|
|
<p class="textetitre">FreeBSD</p>
|
|
<p class="texte">
|
|
<ul>
|
|
<li>FreeBSD Sparc64 Network boot howto <a href="sparc64-nfsroot/">there</a></li>
|
|
<li>Creating a Stable FreeBSD mailserver <a href="freebeemail.pdf">here</a></li>
|
|
</ul>
|
|
</p>
|
|
<p class="textetitre">Xen Related</p>
|
|
<p class="texte">
|
|
<a href="xenbsdsetup.txt">XenBSDSetup</a> (thanks to Google cache !)
|
|
</p>
|
|
<p class="textetitre">M0n0 Releated</p>
|
|
<p class="texte">
|
|
<ul>
|
|
<li><a href="http://www.m0n0.ch/wall/">M0n0Wall</a> Home Page</li>
|
|
<li><a href="getting_started_m0n0wall_development_v0.1.0_050604.pdf">M0n0Wall</a> development and customizing doc (PDF)</li>
|
|
</ul>
|
|
</p>
|
|
<p class="textetitre">Mail & Antispam</p>
|
|
<p class="texte">
|
|
<ul>
|
|
<li><a href="image_spam.html">Image Spam and SpamAssassin</a> (<a href="http://www200.pair.com/mecham/spam/image_spam.html">Original doc</a>) </li>
|
|
</ul>
|
|
</p>
|
|
<?php
|
|
finpage();
|
|
?>
|