170 lines
7.8 KiB
HTML
170 lines
7.8 KiB
HTML
<!DOCTYPE html>
|
||
<html prefix="og: http://ogp.me/ns# article: http://ogp.me/ns/article# " lang="en">
|
||
<head>
|
||
<meta charset="utf-8">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
<title>Screen - terminal multiplexer | duckland.org news</title>
|
||
<link href="../assets/css/all-nocdn.css" rel="stylesheet" type="text/css">
|
||
<link rel="alternate" type="application/rss+xml" title="RSS" href="../rss.xml">
|
||
<link rel="canonical" href="http://www.duckland.org/posts/200706screen-terminal-multiplexer.html">
|
||
<!--[if lt IE 9]><script src="../assets/js/html5.js"></script><![endif]--><meta name="author" content="Don Harper">
|
||
<link rel="prev" href="200705ikog-the-simple-todo-list.html" title="iKog - the simple todo list" type="text/html">
|
||
<link rel="next" href="200706pacman-for-console.html" title="Pacman for Console" type="text/html">
|
||
<meta property="og:site_name" content="duckland.org news">
|
||
<meta property="og:title" content="Screen - terminal multiplexer">
|
||
<meta property="og:url" content="http://www.duckland.org/posts/200706screen-terminal-multiplexer.html">
|
||
<meta property="og:description" content="Screen - terminal multiplexer
|
||
|
||
I usually have one screen running at all time, and in that screen session, I ssh to various hosts that I am working, and have screen running on those hosts.
|
||
|
||
Additional ">
|
||
<meta property="og:type" content="article">
|
||
<meta property="article:published_time" content="2007-06-13T18:06:00-05:00">
|
||
<meta property="article:tag" content="cli">
|
||
<meta property="article:tag" content="screen">
|
||
<meta property="article:tag" content="software">
|
||
<meta property="article:tag" content="windowmanager">
|
||
</head>
|
||
<body>
|
||
<a href="#content" class="sr-only sr-only-focusable">Skip to main content</a>
|
||
|
||
<!-- Menubar -->
|
||
|
||
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation"><div class="container">
|
||
<!-- This keeps the margins nice -->
|
||
<div class="navbar-header">
|
||
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">
|
||
<span class="sr-only">Toggle navigation</span>
|
||
<span class="icon-bar"></span>
|
||
<span class="icon-bar"></span>
|
||
<span class="icon-bar"></span>
|
||
</button>
|
||
<a class="navbar-brand" href="http://www.duckland.org/">
|
||
|
||
<span id="blog-title">duckland.org news</span>
|
||
</a>
|
||
</div>
|
||
<!-- /.navbar-header -->
|
||
<div class="collapse navbar-collapse navbar-ex1-collapse">
|
||
<ul class="nav navbar-nav">
|
||
<li>
|
||
<a href="../index.html">Home</a>
|
||
</li>
|
||
<li>
|
||
<a href="../stories/about.html">About me</a>
|
||
</li>
|
||
<li class="dropdown">
|
||
<a href="#" class="dropdown-toggle" data-toggle="dropdown">My Sites<b class="caret"></b></a>
|
||
<ul class="dropdown-menu">
|
||
<li>
|
||
<a href="http://www.donaldharper.com">My Photo Blog</a>
|
||
</li>
|
||
<li>
|
||
<a href="http://p365.donaldharper.com">My Attempt at a Project 365</a>
|
||
</li>
|
||
<li>
|
||
<a href="http://www.duckland.org">My Personal and Tech Blog</a>
|
||
</li>
|
||
</ul>
|
||
</li>
|
||
<li class="dropdown">
|
||
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Social Sites<b class="caret"></b></a>
|
||
<ul class="dropdown-menu">
|
||
<li>
|
||
<a href="https://twitter.com/duckunix">My Twitter</a>
|
||
</li>
|
||
<li>
|
||
<a href="https://plus.google.com/+DonHarper/">My Google+</a>
|
||
</li>
|
||
<li>
|
||
<a href="http://www.linkedin.com/in/donaldharper/">My LinkedIN</a>
|
||
</li>
|
||
</ul>
|
||
</li>
|
||
<li>
|
||
<a href="../archive.html">Archive</a>
|
||
</li>
|
||
<li>
|
||
<a href="../categories/index.html">Tags</a>
|
||
</li>
|
||
<li>
|
||
<a href="../rss.xml">RSS</a>
|
||
|
||
|
||
</li>
|
||
</ul>
|
||
<ul class="nav navbar-nav navbar-right"></ul>
|
||
</div>
|
||
<!-- /.navbar-collapse -->
|
||
</div>
|
||
<!-- /.container -->
|
||
</nav><!-- End of Menubar --><div class="container" id="content">
|
||
<div class="body-content">
|
||
<!--Body content-->
|
||
<div class="row">
|
||
|
||
|
||
<article class="post-text h-entry hentry postpage" itemscope="itemscope" itemtype="http://schema.org/Article"><header><h1 class="p-name entry-title" itemprop="headline name"><a href="#" class="u-url">Screen - terminal multiplexer</a></h1>
|
||
|
||
<div class="metadata">
|
||
<p class="byline author vcard"><span class="byline-name fn">Don Harper</span></p>
|
||
<p class="dateline"><a href="#" rel="bookmark"><time class="published dt-published" datetime="2007-06-13T18:06:00-05:00" itemprop="datePublished" title="2007-06-13">2007-06-13</time></a></p>
|
||
|
||
|
||
</div>
|
||
|
||
|
||
</header><div class="e-content entry-content" itemprop="articleBody text">
|
||
<h1>Screen - terminal multiplexer</h1>
|
||
|
||
<p>I usually have one screen running at all time, and in that screen session, I ssh to various hosts that I am working, and have screen running on those hosts.</p>
|
||
|
||
<h3>Additional Links</h3>
|
||
|
||
<p><a href="http://www.google.com/search?q=gnu+screen&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a">gnu screen - Google Search</a>
|
||
<a href="http://www.gnu.org/software/screen/">GNU Screen - GNU Project - Free Software Foundation (FSF)</a>
|
||
<a href="http://savannah.gnu.org/projects/screen/">GNU Screen - Summary [Savannah]</a>
|
||
<a href="http://en.wikipedia.org/wiki/GNU_Screen">GNU Screen - Wikipedia, the free encyclopedia</a>
|
||
<a href="http://jmcpherson.org/screen.html">GNU Screen - Jonathan McPherson</a>
|
||
<a href="http://www.delorie.com/gnu/docs/screen/screen_toc.html">Screen User’s Manual</a>
|
||
<a href="http://aperiodic.net/screen/">start [GNU screen]</a>
|
||
<a href="http://www.deadman.org/sshscreen.html">Deadman.org: SSH-Agent Forwarding and GNU Screen</a>
|
||
<a href="http://www4.informatik.uni-erlangen.de/~jnweiger/screen-faq.html">http://www4.informatik.uni-erlangen.de/~jnweiger/screen-faq.html</a>
|
||
<a href="http://www.pixelbeat.org/docs/screen/">Remote terminal session management using screen</a>
|
||
How to use screen to detach from and share terminal sessions
|
||
<a href="http://www.zorg.org/linux/screen.php">z o r g . o r g - A Brief Introduction to Screen</a>
|
||
<a href="http://www.zorg.org">www.zorg.org</a>! Linux, Home Automation, VoIP, Radio Scanning, PMR446, CB Radio, Cryptography, Handspring Visor, Psion Series 3 and much more.
|
||
<a href="http://www.bangmoney.org/presentations/screen.html">screen - The Terminal Multiplexer</a>
|
||
[Power Sessions with Screen</p>
|
||
</div>
|
||
<aside class="postpromonav"><nav><ul itemprop="keywords" class="tags">
|
||
<li><a class="tag p-category" href="../categories/cli.html" rel="tag">cli</a></li>
|
||
<li><a class="tag p-category" href="../categories/screen.html" rel="tag">screen</a></li>
|
||
<li><a class="tag p-category" href="../categories/software.html" rel="tag">software</a></li>
|
||
<li><a class="tag p-category" href="../categories/windowmanager.html" rel="tag">windowmanager</a></li>
|
||
</ul>
|
||
<ul class="pager">
|
||
<li class="previous">
|
||
<a href="200705ikog-the-simple-todo-list.html" rel="prev" title="iKog - the simple todo list">Previous post</a>
|
||
</li>
|
||
<li class="next">
|
||
<a href="200706pacman-for-console.html" rel="next" title="Pacman for Console">Next post</a>
|
||
</li>
|
||
</ul></nav></aside></article>
|
||
</div>
|
||
<!--End of body content-->
|
||
|
||
<footer>
|
||
Contents © 2015 <a href="mailto:duck@duckland.org">Don Harper</a> - Powered by <a href="http://getnikola.com" rel="nofollow">Nikola</a>
|
||
|
||
</footer>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
<script src="../assets/js/all-nocdn.js"></script><script>jQuery("a.image-reference").colorbox({rel:"gal",maxWidth:"100%",maxHeight:"100%",scalePhotos:true});</script><!-- fancy dates --><script>
|
||
moment.locale("");
|
||
fancydates(1, "YYYY-MM-DD");
|
||
</script><!-- end fancy dates -->
|
||
</body>
|
||
</html>
|