[ 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
user:ptacek:linux-cygwin [2008/05/28 14:39]
ptacek
user:ptacek:linux-cygwin [2009/04/23 16:53] (current)
ptacek
Line 1: Line 1:
 ====== Pracovni prostredi ====== ====== Pracovni prostredi ======
  
-screen a ssh-agent: +== svn/cvs export upon checkout == 
-<code> +<code>find ./ -name ".svn" | xargs rm -Rf</code> 
-It's completely contained in your .screenrc,+ 
 +== screen a ssh-agent: == 
 +<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 11: 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>
 +
 +== keychain ==
 +pod mym cygwinem mi keychain 2.6.8 neloaduje klicky uvedene na commandlajne
 +bash: /home/companion: is a directory
 +uzivam radsi
 +<code>
 +keychain ~/.ssh/id_rsa
 +. /home/companion/.keychain/sc-client-sh
 +if [ `ssh-add -l | grep -c id_rsa` ]; then
 + echo "";
 +else
 + ssh-add
 +fi
 +</code>
 +
 +
 +== rozbite DEL a BS skrz ssh ==
 +[[http://www.ibb.net/~anne/keyboard.html]]
 +[[http://tldp.org/HOWTO/Keyboard-and-Console-HOWTO-5.html]]
 +"\e[3~":delete-char >> .inputrc
 +
 +
  

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