<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://www.torriefamily.org/~torriem/wiki/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://www.torriefamily.org/~torriem/wiki/feed.php">
        <title>Michael Torrie's Personal Wiki</title>
        <description></description>
        <link>http://www.torriefamily.org/~torriem/wiki/</link>
        <image rdf:resource="http://www.torriefamily.org/~torriem/wiki/lib/images/favicon.ico" />
       <dc:date>2010-09-04T22:27:11-06:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://www.torriefamily.org/~torriem/wiki/computer_stuff:shareterm?rev=1276386779&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.torriefamily.org/~torriem/wiki/computer_stuff:shareterm:shareterm_sh?rev=1276386059&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.torriefamily.org/~torriem/wiki/start?rev=1275599931&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.torriefamily.org/~torriem/wiki/computer_stuff:start?rev=1275599784&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.torriefamily.org/~torriem/wiki/computer_stuff:shareterm:shareterm-listen_py?rev=1275599351&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://www.torriefamily.org/~torriem/wiki/lib/images/favicon.ico">
        <title>Michael Torrie's Personal Wiki</title>
        <link>http://www.torriefamily.org/~torriem/wiki/</link>
        <url>http://www.torriefamily.org/~torriem/wiki/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://www.torriefamily.org/~torriem/wiki/computer_stuff:shareterm?rev=1276386779&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-06-12T17:52:59-06:00</dc:date>
        <dc:creator>Michael Torrie</dc:creator>
        <title>computer_stuff:shareterm</title>
        <link>http://www.torriefamily.org/~torriem/wiki/computer_stuff:shareterm?rev=1276386779&amp;do=diff</link>
        <description>Why shareterm?

On several occasions I've wished for a way to share a terminal in a manner similar to vncviewer's ''--listen'' mode.  shareterm is a set of scripts that use tmux and socat to do just that.  This has several advantages over other methods of sharing a terminal (such as ssh and tunnelling games):</description>
    </item>
    <item rdf:about="http://www.torriefamily.org/~torriem/wiki/computer_stuff:shareterm:shareterm_sh?rev=1276386059&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-06-12T17:40:59-06:00</dc:date>
        <dc:creator>Michael Torrie</dc:creator>
        <title>computer_stuff:shareterm:shareterm_sh</title>
        <link>http://www.torriefamily.org/~torriem/wiki/computer_stuff:shareterm:shareterm_sh?rev=1276386059&amp;do=diff</link>
        <description>#!/bin/bash
# Copyright (C) 2010 Michael Torrie (torriem@gmail.com)
#
# Licensed under the GNU General Public License Version 2
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied w…</description>
    </item>
    <item rdf:about="http://www.torriefamily.org/~torriem/wiki/start?rev=1275599931&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-06-03T15:18:51-06:00</dc:date>
        <dc:creator>Michael Torrie</dc:creator>
        <title>start</title>
        <link>http://www.torriefamily.org/~torriem/wiki/start?rev=1275599931&amp;do=diff</link>
        <description>To see my resume, please go [here].

Computer and Linux-related documents are here.</description>
    </item>
    <item rdf:about="http://www.torriefamily.org/~torriem/wiki/computer_stuff:start?rev=1275599784&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-06-03T15:16:24-06:00</dc:date>
        <dc:creator>Michael Torrie</dc:creator>
        <title>computer_stuff:start - created</title>
        <link>http://www.torriefamily.org/~torriem/wiki/computer_stuff:start?rev=1275599784&amp;do=diff</link>
        <description>Miscellaneous Computer Things

Here are a few documents I've created that may be of benefit to some.


	*   Building and using GCC cross-compilers 
	*   Making a Linux-based OpenLDAP server appear to Mac clients as an OpenDirectory server
	*   Sharing a terminal with a remote user without ssh</description>
    </item>
    <item rdf:about="http://www.torriefamily.org/~torriem/wiki/computer_stuff:shareterm:shareterm-listen_py?rev=1275599351&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-06-03T15:09:11-06:00</dc:date>
        <dc:creator>Michael Torrie</dc:creator>
        <title>computer_stuff:shareterm:shareterm-listen_py - created</title>
        <link>http://www.torriefamily.org/~torriem/wiki/computer_stuff:shareterm:shareterm-listen_py?rev=1275599351&amp;do=diff</link>
        <description>#!/usr/bin/env python2
# Copyright (C) 2010 Michael Torrie (torriem@gmail.com)
#
# Licensed under the GNU General Public License Version 2
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even th…</description>
    </item>
</rdf:RDF>
