[ Skip to the content ]

Institute of Formal and Applied Linguistics Wiki


[ Back to the navigation ]

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
user:ptacek:linux-cygwin [2008/05/28 14:39]
ptacek
user:ptacek:linux-cygwin [2008/07/03 17:28]
ptacek
Line 1: Line 1:
 ====== Pracovni prostredi ====== ====== Pracovni prostredi ======
  
-screen a ssh-agent:+== svn/cvs export upon checkout == 
 +<code>find ./ -name ".svn" | xargs rm -Rf</code> 
 + 
 +== screen a ssh-agent: ==
 <code>It's completely contained in your .screenrc, <code>It's completely contained in your .screenrc,
 and produces an ssh-agent tied to screen's life cycle. and produces an ssh-agent tied to screen's life cycle.
Line 10: Line 13:
 This creates a screen (number 10) that holds your ssh agent. This creates a screen (number 10) that holds your ssh agent.
 </code> </code>
 +
 +== ssh download ==
 +<code>ssh locke cat <localfile ">" lockefile</code>
 +
  

[ Back to the navigation ] [ Back to the content ]