<?php // -*- C++ -*-

//      $Id: index.php,v 1.19 2001/10/25 17:15:28 jwalsh Exp $  

$title = "Home"; 

$functionsfile = "/home/jaw/jwalsh.net/includes/functions.php";       
require($functionsfile);

?>

<h1>Tech notes, bookmarks, and misc. notes</h1>
<a href="archive.php">archives</a><p>


     
          <br><h3>Friday, April 07, 2000</h3>
     
     <blockquote>
 		  <a name="136047">&nbsp;</a><br>
          <div style="clear:both;"></div><a href="http://metalab.unc.edu/mdw/HOWTO/NIS-HOWTO.html">Linux NIS HOWTO</a> and <a href="http://www.moretonbay.com/vpn/pptp.html">PoPToP</a><div style="clear:both; padding-bottom:0.25em"></div><br>
          <font size="1">posted by j <a href="2000_04_07_archive.php#136047#136047">4/07/2000 06:00:00 AM</a></font>
     </blockquote>
     <p>


<!-- 
   In accordance to the Blogger terms of service, please leave this button somewhere on your blogger-powered page. Thanks!
-->

<P><BR>
<a href="http://www.blogger.com"><img width=88 height=31 src="http://buttons.blogger.com/bloggerbutton1.gif" border=0 alt="This page is powered by Blogger. Isn't yours?"></a>
<?

$footerhtml = "/home/jaw/jwalsh.net/includes/themes/" . $theme . "/footer.php";     
if ( file_exists($footerhtml) ) {
  include($footerhtml);
} else {
  printf("Error:  No theme specified");
}

?>
