<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Renato Carvalho .NET &#187; screen</title>
	<atom:link href="http://www.renatocarvalho.net/tag/screen/feed" rel="self" type="application/rss+xml" />
	<link>http://www.renatocarvalho.net</link>
	<description>E no twitter @rmichnik</description>
	<lastBuildDate>Wed, 21 Jul 2010 00:47:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Meu .screenrc</title>
		<link>http://www.renatocarvalho.net/meu-screenrc.html</link>
		<comments>http://www.renatocarvalho.net/meu-screenrc.html#comments</comments>
		<pubDate>Tue, 31 Jul 2007 18:14:55 +0000</pubDate>
		<dc:creator>Renato Michnik de Carvalho</dc:creator>
				<category><![CDATA[Console]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Produtividade]]></category>
		<category><![CDATA[screen]]></category>

		<guid isPermaLink="false">http://renato.rootlinux.com.br/meu-screenrc.html</guid>
		<description><![CDATA[Há muito tempo uso o screen para janelizar o modo texto, o pontapé inicial foi lendo os artigos do Aurélio como esse e esse há alguns anos atrás ainda na extinta Revista do Linux, também peguei o .screenrc dele e modifiquei para deixar ele mais joiado (IMHO) e o resultado pode ser conferido abaixo. 1 [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://renato.rootlinux.com.br/uploads/terminal.gif" alt="terminal.gif" align="left" />Há muito tempo uso o screen para janelizar o modo texto, o pontapé inicial foi lendo os artigos do <a title="Esse cara é foda!" href="http://www.aurelio.net">Aurélio</a> como <a href="http://www.dicas-l.com.br/artigos/linux-modotexto/coluna07.html">esse</a> e <a href="http://www.dicas-l.com.br/artigos/linux-modotexto/coluna08.html">esse</a> há alguns anos atrás ainda na extinta Revista do Linux, também peguei o .screenrc dele e modifiquei para deixar ele mais joiado (IMHO) e o resultado pode ser conferido abaixo.</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">bind</span> <span style="color: #ff0000;">'R'</span> wrap
<span style="color: #7a0874; font-weight: bold;">bind</span> <span style="color: #ff0000;">'r'</span> resize
<span style="color: #7a0874; font-weight: bold;">bind</span> <span style="color: #ff0000;">'+'</span> resize +<span style="color: #000000;">5</span>
<span style="color: #7a0874; font-weight: bold;">bind</span> <span style="color: #ff0000;">'-'</span> resize <span style="color: #660033;">-5</span>
autodetach on <span style="color: #666666; font-style: italic;"># default: on</span>
crlf off <span style="color: #666666; font-style: italic;"># default: off</span>
deflogin off <span style="color: #666666; font-style: italic;"># default: on</span>
hardcopy_append on <span style="color: #666666; font-style: italic;"># default: off</span>
startup_message off <span style="color: #666666; font-style: italic;"># default: on</span>
vbell on <span style="color: #666666; font-style: italic;"># default: ???</span>
termcapinfo xterm ti<span style="color: #000000; font-weight: bold;">@</span>:te<span style="color: #000000; font-weight: bold;">@</span>
termcapinfo linux <span style="color: #ff0000;">&quot;ve=E[?25hE[?17;0;64c&quot;</span>
defscrollback <span style="color: #000000;">1000</span> <span style="color: #666666; font-style: italic;"># default: 100</span>
silencewait <span style="color: #000000;">15</span> <span style="color: #666666; font-style: italic;"># default: 30</span>
shell bashhardstatus alwayslastline <span style="color: #ff0000;">&quot;%{gk} ROOTLINUX %{rk}%c:%s %{y0}%d/%m/%Y %{wk}%?%-Lw%?%{wk}%n%f %{rk}[%{wk}%t%{rk}]%?(%u)%?%{wk}%?%+Lw%? %= %{ck}RENATO MICHNIK DE CARVALHO&quot;</span>
sorendition kG <span style="color: #666666; font-style: italic;"># black  on bold green</span>
activity <span style="color: #ff0000;">&quot;%C -&amp;gt; %n%f %t activity!&quot;</span>
bell <span style="color: #ff0000;">&quot;------------------------------- %n%f - %t ------------------------------&quot;</span>
pow_detach_msg <span style="color: #ff0000;">&quot;BYE&quot;</span>
vbell_msg <span style="color: #ff0000;">&quot; *beep* &quot;</span>
msgwait <span style="color: #000000;">1</span>
version
msgwait <span style="color: #000000;">2</span>
&nbsp;
<span style="color: #666666; font-style: italic;"># segurança: desligar algumas tecla perigosasbind k</span>
<span style="color: #7a0874; font-weight: bold;">bind</span> ^k
<span style="color: #7a0874; font-weight: bold;">bind</span> <span style="color: #ff0000;">'^'</span>
<span style="color: #7a0874; font-weight: bold;">bind</span> z
<span style="color: #7a0874; font-weight: bold;">bind</span> ^z
<span style="color: #7a0874; font-weight: bold;">bind</span> x
<span style="color: #7a0874; font-weight: bold;">bind</span> s
<span style="color: #7a0874; font-weight: bold;">bind</span> ^s
&nbsp;
<span style="color: #666666; font-style: italic;"># e aqui fica o kill</span>
&nbsp;
<span style="color: #7a0874; font-weight: bold;">bind</span> <span style="color: #ff0000;">'K'</span> <span style="color: #c20cb9; font-weight: bold;">kill</span>
&nbsp;
<span style="color: #666666; font-style: italic;">### do /etc/screenrctermcap  facit|vt100|xterm LP:G0</span>
terminfo facit<span style="color: #000000; font-weight: bold;">|</span>vt100<span style="color: #000000; font-weight: bold;">|</span>xterm LP:G0
&nbsp;
<span style="color: #666666; font-style: italic;">#the vt100 description does not mention &quot;dl&quot;. *sigh*</span>
termcap  vt100 <span style="color: #007800;">dl</span>=5E<span style="color: #7a0874; font-weight: bold;">&#91;</span>M
terminfo vt100 <span style="color: #007800;">dl</span>=5E<span style="color: #7a0874; font-weight: bold;">&#91;</span>M
&nbsp;
shelltitle <span style="color: #ff0000;">'] |SHELL'</span><span style="color: #666666; font-style: italic;">#disparando uns programas automaticamente</span>
&nbsp;
<span style="color: #c20cb9; font-weight: bold;">screen</span> <span style="color: #660033;">-t</span> EMAIL <span style="color: #000000;">0</span> mutt
<span style="color: #c20cb9; font-weight: bold;">screen</span> <span style="color: #660033;">-t</span> IM <span style="color: #000000;">1</span> centericq
<span style="color: #c20cb9; font-weight: bold;">screen</span> <span style="color: #660033;">-t</span> MP3 <span style="color: #000000;">2</span> mocp <span style="color: #660033;">-T</span> green_theme <span style="color: #000000; font-weight: bold;">/</span>media<span style="color: #000000; font-weight: bold;">/</span>sda5<span style="color: #000000; font-weight: bold;">/</span>mp3<span style="color: #000000; font-weight: bold;">/</span>musicas.m3u
<span style="color: #c20cb9; font-weight: bold;">screen</span> <span style="color: #660033;">-t</span> RL <span style="color: #000000;">3</span>
<span style="color: #c20cb9; font-weight: bold;">screen</span> <span style="color: #660033;">-t</span> MDS <span style="color: #000000;">4</span></pre></td></tr></table></div>

<ul class="related_post"><li><a href="http://www.renatocarvalho.net/plugin-java-no-firefox-3-6-x.html" title="Plugin java no firefox 3.6.x">Plugin java no firefox 3.6.x</a></li><li><a href="http://www.renatocarvalho.net/atualizacao-do-ubuntu-intrepid-para-o-jaunty-jackalope.html" title="Atualização do Ubuntu Intrepid para o Jaunty Jackalope">Atualização do Ubuntu Intrepid para o Jaunty Jackalope</a></li><li><a href="http://www.renatocarvalho.net/gkrellm2-transparente.html" title="Gkrellm2 Transparente">Gkrellm2 Transparente</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.renatocarvalho.net/meu-screenrc.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
