[ 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 15:28]
ptacek
user:ptacek:linux-cygwin [2009/04/23 16:53] (current)
ptacek
Line 1: Line 1:
 ====== Pracovni prostredi ====== ====== Pracovni prostredi ======
 +
 +== svn/cvs export upon checkout ==
 +<code>find ./ -name ".svn" | xargs rm -Rf</code>
  
 == screen a ssh-agent: == == screen a ssh-agent: ==
Line 12: Line 15:
  
 == ssh download == == ssh download ==
-ssh locke cat <localfile ">" lockefile+<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 ]