Initial add of defaria.com
[clearscm.git] / defaria.com / blogs / Status / archives / week_2011_10_09.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" id="sixapart-standard">
4 <head>
5    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6    <meta name="generator" content="Movable Type 5.2.3" />
7
8    <link rel="stylesheet" href="http://defaria.com/blogs/Status/styles-site.css" type="text/css" />
9    <link rel="alternate" type="application/atom+xml" title="Atom" href="http://defaria.com/blogs/Status/atom.xml" />
10    <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="http://defaria.com/blogs/Status/index.xml"$>" />
11
12    <title>Status for Andrew DeFaria: October  9, 2011 - October 15, 2011 Archives</title>
13
14    <link rel="start" href="http://defaria.com/blogs/Status/" title="Home" />
15    <link rel="prev" href="http://defaria.com/blogs/Status/archives/week_2011_07_10.html" title="July 10, 2011 - July 16, 2011" />
16    <link rel="next" href="http://defaria.com/blogs/Status/archives/week_2012_01_22.html" title="January 22, 2012 - January 28, 2012" />
17 </head>
18 <body class="layout-one-column">
19    <div id="container">
20       <div id="container-inner" class="pkg">
21
22          <div id="banner">
23             <div id="banner-inner" class="pkg">
24                <h1 id="banner-header"><a href="http://defaria.com/blogs/Status/" accesskey="1">Status for Andrew DeFaria</a></h1>
25                <h2 id="banner-description">Searchable status reports and work log</h2>
26             </div>
27          </div>
28
29          <div id="pagebody">
30             <div id="pagebody-inner" class="pkg">
31                <div id="alpha">
32                   <div id="alpha-inner" class="pkg">
33                      
34                      <p class="content-nav">
35                         <a href="http://defaria.com/blogs/Status/archives/week_2011_07_10.html">&laquo; July 10, 2011 - July 16, 2011</a> |
36                         <a href="http://defaria.com/blogs/Status/">Main</a>
37                         | <a href="http://defaria.com/blogs/Status/archives/week_2012_01_22.html">January 22, 2012 - January 28, 2012 &raquo;</a>
38                      </p>
39                      
40                      
41                      <!--
42 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
43          xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"
44          xmlns:dc="http://purl.org/dc/elements/1.1/">
45 <rdf:Description
46     rdf:about="http://defaria.com/blogs/Status/archives/week_2011_10_09.html#entry-000748"
47     trackback:ping="http://defaria.com/mt/mt-tb.cgi/112"
48     dc:title="Remote Editing"
49     dc:identifier="http://defaria.com/blogs/Status/archives/week_2011_10_09.html#entry-000748"
50     dc:subject="Tellabs"
51     dc:description="Setting: ;; Set default tramp-default-method to ssh as well as ;; insert &quot;:&quot; into shell-prompt-pattern (setq tramp-default-method &quot;ssh&quot;) (setq shell-prompt-pattern &quot;^[^#$%&gt;:\n]*[#$%&gt;:] *&quot;) helps tremendously in getting tramp to work using ssh. Now just get ssh pre-shared key working through Cygwin..."
52     dc:creator=""
53     dc:date="2011-10-11T11:13:02-06:00" />
54 </rdf:RDF>
55 -->
56
57
58                      <h2 class="date-header">October 11, 2011</h2>
59                      <a id="a000748"></a>
60                      <div class="entry" id="entry-748">
61                         <h3 class="entry-header">Remote Editing</h3>
62                         <div class="entry-content">
63                            <div class="entry-body">
64                               <p>Setting:</p>
65
66 <div type=code><pre>
67 ;; Set default tramp-default-method to ssh as well as
68 ;; insert ":" into shell-prompt-pattern
69 (setq tramp-default-method "ssh")
70 (setq shell-prompt-pattern "^[^#$%>:\n]*[#$%>:] *")
71 </pre></div>
72
73 <p>helps tremendously in getting tramp to work using ssh. Now just get ssh pre-shared key working through Cygwin and run xemacs (or emacs) through Cygwin and tramp should work fine!</p>
74
75 <p>But even better may be to get editing of remote files working in Eclipse. Here's how you do that:</p>
76
77 <ol>
78   <li>Install the following from http://download.eclipse.org/releases/helios:</li>
79     <ul>
80       <li>Remote System Explorer End-User Adapter</li>
81       <li>Remote System Explorer User Actions</li>
82       <li>PTP RDT Remote Tools Support</lib>
83       <li>PTP Remote Development Tools (RDT)</li>
84       <li>PTP Remote System Explorer</li>
85     </ul>
86
87     <li>Configure new systems through the Remote Systems view</li>
88 </ol>
89
90 <p>System monitor can be very useful to pin various deeply nested remote folders to.</p> 
91                               
92                               <p class="entry-footer">
93                                  <span class="post-footers">Posted by  at 11:13 AM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000748.html">Permalink</a>
94                                  
95                                  | <a href="http://defaria.com/blogs/Status/archives/000748.html#trackback">TrackBacks (0)</a>
96                               </p>
97                            </div>
98                         </div>
99                      </div>
100                      
101                   </div>
102                </div>
103             </div>
104          </div>
105       </div>
106    </div>
107 </body>
108 </html>