<?php
# print our header
$title = 'Rants and other technical writings by Joey Kelly';
include '../greentemplate.php';
#
?>

<table width="100%" border="0" cellspacing="0" cellpadding="10" align="center">
  <tr>
    <td width="21%"></td>
    <td width="79%"></td>
  </tr>

  <tr>
    <td width="21%" valign="top">
      <div align="right"><b><font size="5">Rants and Other Technical Writings</font></b></div>
    </td>
    <td width="79%" valign="top">
      <div align="center"><font size="5"><b>Rant Descriptions</b></font></div>
    </td>
  </tr>

  <tr>
    <td width="21%">
      <div align="right"></div>
    </td>
    <td width="79%">
    </td>
  </tr>

  <tr>
    <td width="21%" valign="top">
      <div align="right"><b>Quick-and-easy VPN using SSH</b></div>
    </td>
    <td width="79%" valign="top">
       This how-to gives step-by-step instructions for setting up a <a href="http://joeykelly.net/rants/vpn_using_ssh.txt">VPN using only ssh</a>,
       suitable for roaming users or remotes offices.
    </td>
  </tr>

  <tr>
    <td width="21%" valign="top">
      <div align="right"><b>Sharing a CD-ROM via NFS</b></div>
    </td>
    <td width="79%" valign="top">
       Tutorial that tells now to <a href="http://joeykelly.net/rants/share_CD_via_NFS.html">share a CD-ROM using NFS</a>.
      Useful if you have to mount a CD on a box that doesn't have a CD drive installed.
    </td>
  </tr>

  <tr>
    <td width="21%" valign="top">
      <div align="right"><b>Scratch Pad</b></div>
    </td>
    <td width="79%" valign="top">
      I put up a <a href="http://joeykelly.net/scratchpad/index.cgi">scratch pad</a> (it's a wiki) for my random usage.
      If I come up with anything noteworthy I'll probably move it to the rants page.
    </td>
  </tr>

  <tr>
    <td width="21%" valign="top">
      <div align="right"><b>Security Talk Outline</b></div>
    </td>
    <td width="79%" valign="top">
      Notes from a <a href="http://joeykelly.net/rants/securitytalk.txt">rant about computer security</a> I gave at one of our nolug meetings.
    </td>
  </tr>

  <tr>
    <td width="21%" valign="top">
      <div align="right"><b>Sendmail and SpamAssassin Proxy for Lotus Notes/Domino</b></div>
    </td>
    <td width="79%" valign="top">
      I had a project at a former job where we wanted to filter incoming mail for spam. The site was running Lotus Notes/Domino.
      I came up with a
      <a href="http://joeykelly.net/rants/fetchmail_spamassassin_lotusnotes.txt">solution, detailed in ascii art</a>,
      where I proxied incoming mail using sendmail and SpamAssassin, along with fetchmail and procmail.
    </td>
  </tr>

  <tr>
    <td width="21%" valign="top">
      <div align="right"><b>VNC and SSH Howto</b></div>
    </td>
    <td width="79%" valign="top">
      Here is a <a href="http://joeykelly.net/rants/vnc_ssh_howto.wpd">paper targeting newbies</a>
      I've been working on that shows step-by-step how to use SSH and VNC to connect to a windows PC behind a firewall from a remote computer.
      The document is currently in wordperfect format. Once I complete it, I will repost it in HTML. The grammar is a little weird
      right now (I switch from second to third person about halfway through). Ugh.
    </td>
  </tr>

  <tr>
    <td width="21%" valign="top">
      <div align="right"><b>openSuSE RAID1 Step-by-step Installation</b></div>
    </td>
    <td width="79%" valign="top">
       Here's a long-winded <a href="http://joeykelly.net/hacks/linux/openSuSE_15.5_RAID1_install.odt">handholding tutorial</a> I wrote for a friend recently,
    </td>
  </tr>

  <tr>
    <td width="21%" valign="top">
      <div align="right"><b>Joey's Home LAN</b></div>
    </td>
    <td width="79%" valign="top">
      A very old <a href="http://joeykelly.net/rants/Codifer_LAN.gif">diagram of my LAN at home</a>.
      Obviously things have changed a bit since I drew the diagram, but perhaps someone can gain
      a little insight from it on how to set up a network.
    </td>
  </tr>

  <tr>
    <td width="21%" valign="top">
      <div align="right"><b>Potato Head</b></div>
    </td>
    <td width="79%" valign="top">
      What can I say? I was goofing around with some KDE program and drew a
      <a href="http://joeykelly.net/rants/potatoe.jpg">potato head figure</a> :-/
    </td>
  </tr>

  <tr>
    <td width="21%" valign="top">
      <div align="right"><b><a href="http://joeykelly.net">Home</a></b></div>
    </td>
    <td width="79%" valign="top">
      <i>[a directive occurred while processing this error]</i>
    </td>
  </tr>

  <tr>
    <td width="21%" valign="top">
      <div align="right"><b></b></div>
    </td>
    <td width="79%" valign="top">
    </td>
  </tr>
</table>
<hr>

<?php
#print "<big><b>Witty saying of the day:</b></big><p>\n";
#include('fortune.php');
?>

<?php
# counter include
$countfile  = '/home/jkelly/sites/joeykelly.net/www/rants';
include('counter.php');
?>

<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<div align=right>revision: 7/18/2006</div>
</body>
</html>
