Initial add of defaria.com
[clearscm.git] / defaria.com / blogs / Status / archives / 000748.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: Remote Editing</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/000747.html" title="rlwrap and sqlplus" />
16    <link rel="next" href="http://defaria.com/blogs/Status/archives/000749.html" title="Outlook Top Posting" />
17
18    <!--
19 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
20          xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"
21          xmlns:dc="http://purl.org/dc/elements/1.1/">
22 <rdf:Description
23     rdf:about="http://defaria.com/blogs/Status/archives/000748.html"
24     trackback:ping="http://defaria.com/mt/mt-tb.cgi/112"
25     dc:title="Remote Editing"
26     dc:identifier="http://defaria.com/blogs/Status/archives/000748.html"
27     dc:subject="Tellabs"
28     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..."
29     dc:creator=""
30     dc:date="2011-10-11T11:13:02-06:00" />
31 </rdf:RDF>
32 -->
33
34
35    
36
37    <script type="text/javascript" src="http://defaria.com/blogs/Status/mt-site.js"></script>
38 </head>
39 <body class="layout-one-column" onload="individualArchivesOnLoad(commenter_name)">
40    <div id="container">
41       <div id="container-inner" class="pkg">
42
43          <div id="banner">
44             <div id="banner-inner" class="pkg">
45                <h1 id="banner-header"><a href="http://defaria.com/blogs/Status/" accesskey="1">Status for Andrew DeFaria</a></h1>
46                <h2 id="banner-description">Searchable status reports and work log</h2>
47             </div>
48          </div>
49
50          <div id="pagebody">
51             <div id="pagebody-inner" class="pkg">
52                <div id="alpha">
53                   <div id="alpha-inner" class="pkg">
54
55                      <p class="content-nav">
56                         <a href="http://defaria.com/blogs/Status/archives/000747.html">&laquo; rlwrap and sqlplus</a> |
57                         <a href="http://defaria.com/blogs/Status/">Main</a>
58                         | <a href="http://defaria.com/blogs/Status/archives/000749.html">Outlook Top Posting &raquo;</a>
59                      </p>
60
61                      <a id="a000748"></a>
62                      <div class="entry" id="entry-748">
63                         <h3 class="entry-header">Remote Editing</h3>
64                         <div class="entry-content">
65                            <div class="entry-body">
66                               <p>Setting:</p>
67
68 <div type=code><pre>
69 ;; Set default tramp-default-method to ssh as well as
70 ;; insert ":" into shell-prompt-pattern
71 (setq tramp-default-method "ssh")
72 (setq shell-prompt-pattern "^[^#$%>:\n]*[#$%>:] *")
73 </pre></div>
74
75 <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>
76
77 <p>But even better may be to get editing of remote files working in Eclipse. Here's how you do that:</p>
78
79 <ol>
80   <li>Install the following from http://download.eclipse.org/releases/helios:</li>
81     <ul>
82       <li>Remote System Explorer End-User Adapter</li>
83       <li>Remote System Explorer User Actions</li>
84       <li>PTP RDT Remote Tools Support</lib>
85       <li>PTP Remote Development Tools (RDT)</li>
86       <li>PTP Remote System Explorer</li>
87     </ul>
88
89     <li>Configure new systems through the Remote Systems view</li>
90 </ol>
91
92 <p>System monitor can be very useful to pin various deeply nested remote folders to.</p> 
93                            </div>
94                            <div id="more" class="entry-more">
95                               
96                            </div>
97                         </div>
98                         <p class="entry-footer">
99                            <span class="post-footers">Posted by  on October 11, 2011 11:13 AM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000748.html">Permalink</a>
100                         </p>
101                      </div>
102
103                      
104                      <div class="trackbacks">
105                         <h3 id="trackback" class="trackbacks-header">TrackBack</h3>
106                         <div id="trackbacks-info">
107                            <p>TrackBack URL for this entry:<br />http://defaria.com/mt/mt-tb.cgi/112</p>
108                         </div>
109                         <div class="trackbacks-content">
110                            
111                         </div>
112                      </div>
113                      
114
115                      
116                   </div>
117                </div>
118             </div>
119          </div>
120       </div>
121    </div>
122 </body>
123 </html>