<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://aperiodic.net/screen/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://aperiodic.net/screen/feed.php">
        <title>GNU screen</title>
        <description></description>
        <link>http://aperiodic.net/screen/</link>
        <image rdf:resource="http://aperiodic.net/screen/lib/images/favicon.ico" />
       <dc:date>2008-07-26T12:24:18-07:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://aperiodic.net/screen/quick_reference?rev=1217012203&amp;do=diff"/>
                <rdf:li rdf:resource="http://aperiodic.net/screen/terminology?rev=1217011099&amp;do=diff"/>
                <rdf:li rdf:resource="http://aperiodic.net/screen/faq?rev=1216261148&amp;do=diff"/>
                <rdf:li rdf:resource="http://aperiodic.net/screen/start?rev=1215925872&amp;do=diff"/>
                <rdf:li rdf:resource="http://aperiodic.net/screen/bugtracker?rev=1214360346&amp;do=diff"/>
                <rdf:li rdf:resource="http://aperiodic.net/screen/suggestions?rev=1211320149&amp;do=diff"/>
                <rdf:li rdf:resource="http://aperiodic.net/screen/multiuser?rev=1208421170&amp;do=diff"/>
                <rdf:li rdf:resource="http://aperiodic.net/screen/other_links?rev=1202184650&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://aperiodic.net/screen/lib/images/favicon.ico">
        <title>GNU screen</title>
        <link>http://aperiodic.net/screen/</link>
        <url>http://aperiodic.net/screen/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://aperiodic.net/screen/quick_reference?rev=1217012203&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-07-25T11:56:43-07:00</dc:date>
        <title>quick_reference - little expansion</title>
        <link>http://aperiodic.net/screen/quick_reference?rev=1217012203&amp;do=diff</link>
        <description>screen Quick Reference

Getting in


start a new screen session: screen

attach to a running session: screen -r

the “ultimate attach”: screen -dRR (Attaches to a screen session.  If the session is attached elsewhere, detaches that other display.  If no session exists, creates one.  If multiple sessions exist, uses the first one.)</description>
    </item>
    <item rdf:about="http://aperiodic.net/screen/terminology?rev=1217011099&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-07-25T11:38:19-07:00</dc:date>
        <title>terminology - add examples, bit of a tidy, some expansion</title>
        <link>http://aperiodic.net/screen/terminology?rev=1217011099&amp;do=diff</link>
        <description>screen Terminology


session  A screen session is a single collection of windows - all running under a master screen process.  The session can be given a name (e.g. myshells).  Screen sessions each have their own clipboard, so copy and paste using the session's clipboard works exclusively between windows within that session.</description>
    </item>
    <item rdf:about="http://aperiodic.net/screen/faq?rev=1216261148&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-07-16T19:19:08-07:00</dc:date>
        <title>faq - made the question just about one command instead of multiple and corrected it. (for multiple you'd use 'at'..)</title>
        <link>http://aperiodic.net/screen/faq?rev=1216261148&amp;do=diff</link>
        <description>How do I get screen to put things into my terminal's scrollback?


First off, it's recommended that you use screen's scrollback buffer instead.  Since you can have multiple windows in a screen session, if you switch between those windows, your terminal scrollback will mix lines from all of those windows, but screen keeps separate scrollback buffers for each one.  Just use C-a ESC  or C-a [ to enter copy mode.  But if you do want scrollback in your terminal window (usually xterm), read on.</description>
    </item>
    <item rdf:about="http://aperiodic.net/screen/start?rev=1215925872&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-07-12T22:11:12-07:00</dc:date>
        <title>start</title>
        <link>http://aperiodic.net/screen/start?rev=1215925872&amp;do=diff</link>
        <description>Intro


Screen is a text-based program usually described as a window manager or terminal multiplexer.  While it does a great many things, its two biggest features are its detachability and its multiplexing.  The detachability means that you can run programs from within screen, detach and logout, then log in later, reattach, and the programs will still be there.  The multiplexing means that you can have multiple programs running within a single screen session, each within its own window.  You can…</description>
    </item>
    <item rdf:about="http://aperiodic.net/screen/bugtracker?rev=1214360346&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-06-24T19:19:06-07:00</dc:date>
        <title>bugtracker - Fix 4.1.0 [Priority, Work] link</title>
        <link>http://aperiodic.net/screen/bugtracker?rev=1214360346&amp;do=diff</link>
        <description>Bug reports should be filed with the Savannah bugtracker. It kinda blows, but it does the job.

The query system is a little awkward to use, but here are some ready-made links to some useful sets of bugs.


	*  All open bugs
	*  Bugs targeted for 4.1.0, sorted first by priority, then by work req'd
	*  Bugs targeted for 4.1.0, sorted first by work req'd, then priority
	*  Bugs yet not targeted for a release, sorted by priority, then work req'd
	*  Bugs not yet targeted for a release, sorted by wo…</description>
    </item>
    <item rdf:about="http://aperiodic.net/screen/suggestions?rev=1211320149&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-05-20T14:49:09-07:00</dc:date>
        <title>suggestions - autocomplete sessionnames?</title>
        <link>http://aperiodic.net/screen/suggestions?rev=1211320149&amp;do=diff</link>
        <description>Suggestions


This page is for suggestions.  If you have an idea for the site, please add it to the list below.

Please fix the wiki so spammers don't overwrite it with levitra/viagra ads ;)

Yeah.  I rolled it back, but it'm not sure if I rolled it back further than I had to;  disabling anonymous edits and allowing us to create users ought to do the trick.</description>
    </item>
    <item rdf:about="http://aperiodic.net/screen/multiuser?rev=1208421170&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-04-17T01:32:50-07:00</dc:date>
        <title>multiuser</title>
        <link>http://aperiodic.net/screen/multiuser?rev=1208421170&amp;do=diff</link>
        <description>Multiuser screen


screen can allow multiple users to access the same session.  This can be
useful for all sorts of information sharing, from helpdesk applications to
extreme programming.  By default, multiuser mode is disabled, for security
reasons..</description>
    </item>
    <item rdf:about="http://aperiodic.net/screen/other_links?rev=1202184650&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-02-04T21:10:50-07:00</dc:date>
        <title>other_links</title>
        <link>http://aperiodic.net/screen/other_links?rev=1202184650&amp;do=diff</link>
        <description>screen Links

Other screen Resources

	*  Screen User's Manual (Error 404)
	*  screen quick reference
	*  Old screen FAQ (Last updated in 1999.)
	*  Still-working mirror of Sven's screen pages

Articles About screen

	*  The beauty of screen
	*  Take console productivity to a new level with Screen
	*  Applications that Changed My Life: screen</description>
    </item>
</rdf:RDF>
